Revision e8f472d1

b/lib/objects.py
1169 1169
    if self.prealloc_wipe_disks is None:
1170 1170
      self.prealloc_wipe_disks = False
1171 1171

  
1172
    # shared_file_storage_dir added before 2.5
1173
    if self.shared_file_storage_dir is None:
1174
      self.shared_file_storage_dir = ""
1175

  
1172 1176
  def ToDict(self):
1173 1177
    """Custom function for cluster.
1174 1178

  

Also available in: Unified diff