Revision dd2ddda2

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", "instance"]
526
               + _UUID +
525
                "size", "mode", "params", "spindles", "pci", "instance",
526
                "serial_no"]
527
               + _UUID + _TIMESTAMPS +
527 528
               # dynamic_params is special. It depends on the node this instance
528 529
               # is sent to, and should not be persisted.
529 530
               ["dynamic_params"])

Also available in: Unified diff