Revision cd4d138f

b/lib/cmdlib.py
4411 4411
    disk.RecordGrow(self.op.amount)
4412 4412
    self.cfg.Update(instance)
4413 4413
    if self.op.wait_for_sync:
4414
      disk_abort = not _WaitForSync(self.cfg, instance, self.proc)
4414
      disk_abort = not _WaitForSync(self, instance)
4415 4415
      if disk_abort:
4416 4416
        self.proc.LogWarning("Warning: disk sync-ing has not returned a good"
4417 4417
                             " status.\nPlease check the instance.")

Also available in: Unified diff