Revision 3329f4de lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
404 404
  """
405 405
  CAN_MIGRATE = True
406 406

  
407
  _ROOT_DIR = constants.RUN_GANETI_DIR + "/kvm-hypervisor"
407
  _ROOT_DIR = constants.RUN_DIR + "/kvm-hypervisor"
408 408
  _PIDS_DIR = _ROOT_DIR + "/pid" # contains live instances pids
409 409
  _UIDS_DIR = _ROOT_DIR + "/uid" # contains instances reserved uids
410 410
  _CTRL_DIR = _ROOT_DIR + "/ctrl" # contains instances control sockets

Also available in: Unified diff