Revision 26e1312d lib/objects.py

b/lib/objects.py
522 522
class Disk(ConfigObject):
523 523
  """Config object representing a block device."""
524 524
  __slots__ = (["name", "dev_type", "logical_id", "children", "iv_name",
525
                "size", "mode", "params", "spindles", "pci"] + _UUID +
525
                "size", "mode", "params", "spindles", "pci", "instance"]
526
               + _UUID +
526 527
               # dynamic_params is special. It depends on the node this instance
527 528
               # is sent to, and should not be persisted.
528 529
               ["dynamic_params"])

Also available in: Unified diff