Revision 850c53f1 lib/cmdlib/cluster.py

b/lib/cmdlib/cluster.py
2666 2666
      node_verify_param[constants.NV_DRBDLIST] = None
2667 2667
      node_verify_param[constants.NV_DRBDHELPER] = drbd_helper
2668 2668

  
2669
    if constants.ENABLE_FILE_STORAGE or constants.ENABLE_SHARED_FILE_STORAGE:
2669
    if cluster.IsFileStorageEnabled() or \
2670
        cluster.IsSharedFileStorageEnabled():
2670 2671
      # Load file storage paths only from master node
2671 2672
      node_verify_param[constants.NV_FILE_STORAGE_PATHS] = \
2672 2673
        self.cfg.GetMasterNodeName()

Also available in: Unified diff