Revision 2cb78cc7 lib/constants.py

b/lib/constants.py
379 379
# the set of disk templates that allow adoption
380 380
DTS_MAY_ADOPT = frozenset([DT_PLAIN])
381 381

  
382
# the set of disk templates that allow migrations
383
DTS_MIRRORED = frozenset.union(DTS_NET_MIRROR, DTS_EXT_MIRROR)
384

  
385

  
382 386
# logical disk types
383 387
LD_LV = "lvm"
384 388
LD_DRBD8 = "drbd8"

Also available in: Unified diff