X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/2899d9de6d928f3c3e3f7292b739c1a2076fa408..0b38cf6e7025dc90515391e074cfd25aac012f67:/lib/constants.py?ds=sidebyside diff --git a/lib/constants.py b/lib/constants.py index f830f14..424fbb5 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -92,6 +92,7 @@ CLUSTER_CONF_FILE = DATA_DIR + "/config.data" SSL_CERT_FILE = DATA_DIR + "/server.pem" WATCHER_STATEFILE = DATA_DIR + "/watcher.data" SSH_KNOWN_HOSTS_FILE = DATA_DIR + "/known_hosts" +CLUSTER_PASSWORD_FILE = DATA_DIR + "/ssconf_node_pass" QUEUE_DIR = DATA_DIR + "/queue" ETC_HOSTS = "/etc/hosts" DEFAULT_FILE_STORAGE_DIR = _autoconf.FILE_STORAGE_DIR @@ -178,6 +179,7 @@ LD_FILE = "file" # drbd constants DRBD_HMAC_ALG = "md5" +DRBD_NET_PROTOCOL = "C" # file backend driver FD_LOOP = "loop"