Revision 173dbf05

b/lib/constants.py
136 136
RAPI_CERT_FILE = DATA_DIR + "/rapi.pem"
137 137
CONFD_HMAC_KEY = DATA_DIR + "/hmac.key"
138 138
CLUSTER_DOMAIN_SECRET_FILE = DATA_DIR + "/cluster-domain-secret"
139
WATCHER_STATEFILE = DATA_DIR + "/watcher.data"
140 139
INSTANCE_STATUS_FILE = RUN_GANETI_DIR + "/instance-status"
141 140
SSH_KNOWN_HOSTS_FILE = DATA_DIR + "/known_hosts"
142 141
RAPI_USERS_FILE = DATA_DIR + "/rapi/users"
b/qa/qa_daemon.py
65 65
  """Removes the watcher daemon's state file.
66 66

  
67 67
  """
68
  AssertCommand(["rm", "-f", constants.WATCHER_STATEFILE])
69 68
  AssertCommand([
70 69
    "bash", "-c",
71 70
    "rm -vf %s" % (constants.WATCHER_GROUP_STATE_FILE % "*-*-*-*")

Also available in: Unified diff