Revision c16915bd lib/constants.py

b/lib/constants.py
388 388
# the set of disk templates that allow migrations
389 389
DTS_MIRRORED = frozenset.union(DTS_INT_MIRROR, DTS_EXT_MIRROR)
390 390

  
391
# the set of file based disk templates
392
DTS_FILEBASED = frozenset([DT_FILE, DT_SHARED_FILE])
391 393

  
392 394
# logical disk types
393 395
LD_LV = "lvm"

Also available in: Unified diff