Revision be9150ea lib/storage/base.py

b/lib/storage/base.py
298 298
    for child in self._children:
299 299
      child.SetInfo(text)
300 300

  
301
  def Grow(self, amount, dryrun, backingstore):
301
  def Grow(self, amount, dryrun, backingstore, excl_stor):
302 302
    """Grow the block device.
303 303

  
304 304
    @type amount: integer
......
309 309
    @param backingstore: whether to execute the operation on backing storage
310 310
        only, or on "logical" storage only; e.g. DRBD is logical storage,
311 311
        whereas LVM, file, RBD are backing storage
312
    @type excl_stor: boolean
313
    @param excl_stor: Whether exclusive_storage is active
312 314

  
313 315
    """
314 316
    raise NotImplementedError

Also available in: Unified diff