Revision 74f37195 lib/constants.py

b/lib/constants.py
205 205
  ST_LVM_PV: frozenset([SF_ALLOCATABLE]),
206 206
  }
207 207

  
208
# Local disk status
209
# Note: Code depends on LDS_OKAY < LDS_UNKNOWN < LDS_FAULTY
210
(LDS_OKAY,
211
 LDS_UNKNOWN,
212
 LDS_FAULTY) = range(1, 4)
213

  
208 214
# disk template types
209 215
DT_DISKLESS = "diskless"
210 216
DT_PLAIN = "plain"

Also available in: Unified diff