Revision 3329f4de lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
58 58
    - instance alive check is based on whether any process is using the chroot
59 59

  
60 60
  """
61
  _ROOT_DIR = constants.RUN_GANETI_DIR + "/chroot-hypervisor"
61
  _ROOT_DIR = constants.RUN_DIR + "/chroot-hypervisor"
62 62

  
63 63
  PARAMETERS = {
64 64
    constants.HV_INIT_SCRIPT: (True, utils.IsNormAbsPath,

Also available in: Unified diff