Revision 6605411d lib/opcodes.py

b/lib/opcodes.py
432 432
  """Grow a disk of an instance."""
433 433
  OP_ID = "OP_INSTANCE_GROW_DISK"
434 434
  OP_DSC_FIELD = "instance_name"
435
  __slots__ = ["instance_name", "disk", "amount"]
435
  __slots__ = ["instance_name", "disk", "amount", "wait_for_sync"]
436 436

  
437 437

  
438 438
# OS opcodes

Also available in: Unified diff