Revision 6c3c6db9 lib/constants.py

b/lib/constants.py
199 199
SF_USED = "used"
200 200
SF_ALLOCATABLE = "allocatable"
201 201

  
202
# Storage operations
203
SO_FIX_CONSISTENCY = "fix-consistency"
204

  
202 205
# Available fields per storage type
203 206
VALID_STORAGE_FIELDS = {
204 207
  ST_FILE: frozenset([SF_NAME, SF_USED, SF_FREE]),
......
211 214
  }
212 215

  
213 216
VALID_STORAGE_OPERATIONS = {
217
  ST_LVM_VG: frozenset([SO_FIX_CONSISTENCY]),
214 218
  }
215 219

  
216 220
# Local disk status

Also available in: Unified diff