Revision 850c53f1 lib/cmdlib/common.py

b/lib/cmdlib/common.py
270 270
    files_mc.add(pathutils.CLUSTER_CONF_FILE)
271 271

  
272 272
  # File storage
273
  if (not redist and (constants.ENABLE_FILE_STORAGE or
274
                        constants.ENABLE_SHARED_FILE_STORAGE)):
273
  if (not redist and (cluster.IsFileStorageEnabled() or
274
                        cluster.IsSharedFileStorageEnabled())):
275 275
    files_all.add(pathutils.FILE_STORAGE_PATHS_FILE)
276 276
    files_opt.add(pathutils.FILE_STORAGE_PATHS_FILE)
277 277

  

Also available in: Unified diff