Revision 3d914585 lib/objects.py

b/lib/objects.py
1006 1006
    "hidden_os",
1007 1007
    "blacklisted_os",
1008 1008
    "primary_ip_family",
1009
    "prealloc_wipe_disks",
1009 1010
    ] + _TIMESTAMPS + _UUID
1010 1011

  
1011 1012
  def UpgradeConfig(self):
......
1082 1083
    if self.primary_ip_family is None:
1083 1084
      self.primary_ip_family = AF_INET
1084 1085

  
1086
    if self.prealloc_wipe_disks is None:
1087
      self.prealloc_wipe_disks = False
1088

  
1085 1089
  def ToDict(self):
1086 1090
    """Custom function for cluster.
1087 1091

  

Also available in: Unified diff