Revision 728489a3 lib/constants.py

b/lib/constants.py
265 265
# the set of non-lvm-based disk templates
266 266
DTS_NOT_LVM = frozenset([DT_DISKLESS, DT_FILE])
267 267

  
268
# the set of disk templates which can be grown
269
DTS_GROWABLE = frozenset([DT_PLAIN, DT_DRBD8])
270

  
268 271
# logical disk types
269 272
LD_LV = "lvm"
270 273
LD_DRBD8 = "drbd8"

Also available in: Unified diff