Revision d271c6fd lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
44 44

  
45 45
class KVMHypervisor(hv_base.BaseHypervisor):
46 46
  """KVM hypervisor interface"""
47
  CAN_MIGRATE = True
47 48

  
48 49
  _ROOT_DIR = constants.RUN_GANETI_DIR + "/kvm-hypervisor"
49 50
  _PIDS_DIR = _ROOT_DIR + "/pid" # contains live instances pids

Also available in: Unified diff