Revision 9c8c69bc lib/constants.py

b/lib/constants.py
393 393
  ST_SHARED_FILE,
394 394
  ])
395 395

  
396
# Per default, only lvm is enabled.
397
DEFAULT_ENABLED_STORAGE_TYPES = compat.UniqueFrozenset([
398
  ST_LVM_VG,
399
  ])
400

  
401 396
# Storage fields
402 397
# first two are valid in LU context only, not passed to backend
403 398
SF_NODE = "node"

Also available in: Unified diff