Revision c148e448

b/lib/constants.py
425 425
  DT_SHARED_FILE,
426 426
  ])
427 427

  
428
# the set of disk templates that can be moved by copying
429
# Note: a requirement is that they're not accessed externally or shared between
430
# nodes; in particular, sharedfile is not suitable.
431
DTS_COPYABLE = compat.UniqueFrozenset([
432
  DT_FILE,
433
  DT_PLAIN,
434
  ])
435

  
428 436
# the set of disk templates that are supported by exclusive_storage
429 437
DTS_EXCL_STORAGE = compat.UniqueFrozenset([DT_PLAIN])
430 438

  

Also available in: Unified diff