Revision f79be8ec lib/constants.py

b/lib/constants.py
394 394
  ST_RADOS,
395 395
  ])
396 396

  
397
# the set of storage types for which storage reporting is available
398
# FIXME: Remove this, once storage reporting is available for all types.
399
STS_REPORT = compat.UniqueFrozenset([ST_FILE, ST_LVM_PV, ST_LVM_VG])
400

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

Also available in: Unified diff