module documentation

Module containing constants and functions for filesystem paths.

Function GetLogFilename Returns the full path for a daemon's log file.
Constant ALL_CERT_FILES Undocumented
Constant BACKUP_DIR Undocumented
Constant BDEV_CACHE_DIR Undocumented
Constant CFGUPGRADE Undocumented
Constant CLUSTER_CONF_FILE Undocumented
Constant CLUSTER_DOMAIN_SECRET_FILE Undocumented
Constant CONF_DIR Undocumented
Constant CONFD_HMAC_KEY Undocumented
Constant CRYPTO_KEYS_DIR Undocumented
Constant DAEMON_UTIL Undocumented
Constant DATA_DIR Undocumented
Constant DEFAULT_MASTER_SETUP_SCRIPT Undocumented
Constant DISK_LINKS_DIR Undocumented
Constant ENSURE_DIRS Undocumented
Constant EXPORT_DIR Undocumented
Constant EXTERNAL_MASTER_SETUP_SCRIPT Undocumented
Constant FILE_STORAGE_PATHS_FILE Undocumented
Constant HOOKS_BASE_DIR Undocumented
Constant IMPORT_EXPORT_DAEMON Undocumented
Constant IMPORT_EXPORT_DIR Undocumented
Constant INSTANCE_REASON_DIR Undocumented
Constant INSTANCE_STATUS_FILE Undocumented
Constant INTENT_TO_UPGRADE Undocumented
Constant JOB_QUEUE_ARCHIVE_DIR Undocumented
Constant JOB_QUEUE_DRAIN_FILE Undocumented
Constant JOB_QUEUE_LOCK_FILE Undocumented
Constant JOB_QUEUE_SERIAL_FILE Undocumented
Constant JOB_QUEUE_VERSION_FILE Undocumented
Constant KVM_CONSOLE_WRAPPER Undocumented
Constant KVM_IFUP Undocumented
Constant LIVELOCK_DIR Undocumented
Constant LOCALSTATEDIR Undocumented
Constant LOCK_DIR Undocumented
Constant LOCK_STATUS_FILE Undocumented
Constant LOG_BURNIN Undocumented
Constant LOG_COMMANDS Undocumented
Constant LOG_DIR Undocumented
Constant LOG_ES_DIR Undocumented
Constant LOG_KVM_DIR Undocumented
Constant LOG_OS_DIR Undocumented
Constant LOG_WATCHER Undocumented
Constant LOG_XEN_DIR Undocumented
Constant LUXID_MESSAGE_DIR Undocumented
Constant MASTER_SOCKET Undocumented
Constant METAD_SOCKET Undocumented
Constant NODE_DAEMON_SETUP Undocumented
Constant NODED_CERT_FILE Undocumented
Constant NODED_CERT_MODE Undocumented
Constant NODED_CLIENT_CERT_FILE Undocumented
Constant POST_UPGRADE Undocumented
Constant PREPARE_NODE_JOIN Undocumented
Constant QUERY_SOCKET Undocumented
Constant QUEUE_DIR Undocumented
Constant RAPI_CERT_FILE Undocumented
Constant RAPI_DATA_DIR Undocumented
Constant RAPI_USERS_FILE Undocumented
Constant RESTRICTED_COMMANDS_DIR Undocumented
Constant RESTRICTED_COMMANDS_LOCK_FILE Undocumented
Constant RUN_DIR Undocumented
Constant SOCKET_DIR Undocumented
Constant SPICE_CACERT_FILE Undocumented
Constant SPICE_CERT_FILE Undocumented
Constant SSCONF_LOCK_FILE Undocumented
Constant SSH_KNOWN_HOSTS_FILE Undocumented
Constant SSH_PUB_KEYS Undocumented
Constant SSH_UPDATE Undocumented
Constant SSL_UPDATE Undocumented
Constant SYSCONFDIR Undocumented
Constant TEMP_RES_STATUS_FILE Undocumented
Constant UIDPOOL_LOCKDIR Undocumented
Constant USER_SCRIPTS_DIR Undocumented
Constant VNC_PASSWORD_FILE Undocumented
Constant WATCHER_GROUP_INSTANCE_STATUS_FILE Undocumented
Constant WATCHER_GROUP_STATE_FILE Undocumented
Constant WATCHER_LOCK_FILE Undocumented
Constant WATCHER_PAUSEFILE Undocumented
Constant WCONFD_SOCKET Undocumented
Constant XEN_CONFIG_DIR Undocumented
Constant XEN_CONSOLE_WRAPPER Undocumented
Constant XEN_IFUP_OS Undocumented
Constant XEN_VIF_METAD_SETUP Undocumented
Variable DEFAULT_FILE_STORAGE_DIR Undocumented
Variable DEFAULT_GLUSTER_STORAGE_DIR Undocumented
Variable DEFAULT_SHARED_FILE_STORAGE_DIR Undocumented
def GetLogFilename(daemon_name):

Returns the full path for a daemon's log file.

BDEV_CACHE_DIR =

Undocumented

Value
RUN_DIR + '/bdev-cache'
CFGUPGRADE =

Undocumented

Value
_constants.PKGLIBDIR + '/tools/cfgupgrade'
CLUSTER_CONF_FILE =

Undocumented

Value
DATA_DIR + '/config.data'
CLUSTER_DOMAIN_SECRET_FILE =

Undocumented

Value
DATA_DIR + '/cluster-domain-secret'
CONF_DIR =

Undocumented

Value
SYSCONFDIR + '/ganeti'
CONFD_HMAC_KEY =

Undocumented

Value
DATA_DIR + '/hmac.key'
CRYPTO_KEYS_DIR =

Undocumented

Value
RUN_DIR + '/crypto'
DAEMON_UTIL =

Undocumented

Value
_constants.PKGLIBDIR + '/daemon-util'
DATA_DIR =

Undocumented

Value
LOCALSTATEDIR + '/lib/ganeti'
DEFAULT_MASTER_SETUP_SCRIPT =

Undocumented

Value
TOOLSDIR + '/master-ip-setup'
DISK_LINKS_DIR =

Undocumented

Value
RUN_DIR + '/instance-disks'
ENSURE_DIRS =

Undocumented

Value
_constants.PKGLIBDIR + '/ensure-dirs'
EXTERNAL_MASTER_SETUP_SCRIPT =

Undocumented

Value
USER_SCRIPTS_DIR + '/master-ip-setup'
FILE_STORAGE_PATHS_FILE =

Undocumented

Value
CONF_DIR + '/file-storage-paths'
HOOKS_BASE_DIR =

Undocumented

Value
CONF_DIR + '/hooks'
IMPORT_EXPORT_DAEMON =

Undocumented

Value
_constants.PKGLIBDIR + '/import-export'
IMPORT_EXPORT_DIR =

Undocumented

Value
RUN_DIR + '/import-export'
INSTANCE_REASON_DIR =

Undocumented

Value
RUN_DIR + '/instance-reason'
INSTANCE_STATUS_FILE =

Undocumented

Value
RUN_DIR + '/instance-status'
INTENT_TO_UPGRADE =

Undocumented

Value
DATA_DIR + '/intent-to-upgrade'
JOB_QUEUE_ARCHIVE_DIR =

Undocumented

Value
QUEUE_DIR + '/archive'
JOB_QUEUE_DRAIN_FILE =

Undocumented

Value
QUEUE_DIR + '/drain'
JOB_QUEUE_LOCK_FILE =

Undocumented

Value
QUEUE_DIR + '/lock'
JOB_QUEUE_SERIAL_FILE =

Undocumented

Value
QUEUE_DIR + '/serial'
JOB_QUEUE_VERSION_FILE =

Undocumented

Value
QUEUE_DIR + '/version'
KVM_CONSOLE_WRAPPER =

Undocumented

Value
_constants.PKGLIBDIR + '/tools/kvm-console-wrapper'
KVM_IFUP =

Undocumented

Value
_constants.PKGLIBDIR + '/kvm-ifup'
LIVELOCK_DIR =

Undocumented

Value
RUN_DIR + '/livelocks'
LOCALSTATEDIR =
LOCK_DIR =

Undocumented

Value
LOCALSTATEDIR + '/lock'
LOCK_STATUS_FILE =

Undocumented

Value
DATA_DIR + '/locks.data'
LOG_BURNIN =

Undocumented

Value
GetLogFilename('burnin')
LOG_COMMANDS =

Undocumented

Value
GetLogFilename('commands')
LOG_DIR =

Undocumented

Value
LOCALSTATEDIR + '/log/ganeti'
LOG_ES_DIR =

Undocumented

Value
LOG_DIR + '/extstorage'
LOG_KVM_DIR =

Undocumented

Value
LOG_DIR + '/kvm'
LOG_OS_DIR =

Undocumented

Value
LOG_DIR + '/os'
LOG_WATCHER =

Undocumented

Value
GetLogFilename('watcher')
LOG_XEN_DIR =

Undocumented

Value
LOG_DIR + '/xen'
LUXID_MESSAGE_DIR =

Undocumented

Value
RUN_DIR + '/luxidmessages'
MASTER_SOCKET =

Undocumented

Value
SOCKET_DIR + '/ganeti-master'
METAD_SOCKET =

Undocumented

Value
SOCKET_DIR + '/ganeti-metad'
NODE_DAEMON_SETUP =

Undocumented

Value
_constants.PKGLIBDIR + '/node-daemon-setup'
NODED_CERT_FILE =

Undocumented

Value
DATA_DIR + '/server.pem'
NODED_CERT_MODE: int =

Undocumented

Value
288
NODED_CLIENT_CERT_FILE =

Undocumented

Value
DATA_DIR + '/client.pem'
POST_UPGRADE =

Undocumented

Value
_constants.PKGLIBDIR + '/tools/post-upgrade'
PREPARE_NODE_JOIN =

Undocumented

Value
_constants.PKGLIBDIR + '/prepare-node-join'
QUERY_SOCKET =

Undocumented

Value
SOCKET_DIR + '/ganeti-query'
QUEUE_DIR =

Undocumented

Value
DATA_DIR + '/queue'
RAPI_CERT_FILE =

Undocumented

Value
DATA_DIR + '/rapi.pem'
RAPI_DATA_DIR =

Undocumented

Value
DATA_DIR + '/rapi'
RAPI_USERS_FILE =

Undocumented

Value
RAPI_DATA_DIR + '/users'
RESTRICTED_COMMANDS_DIR =

Undocumented

Value
CONF_DIR + '/restricted-commands'
RESTRICTED_COMMANDS_LOCK_FILE =

Undocumented

Value
LOCK_DIR + '/ganeti-restricted-commands.lock'
RUN_DIR =

Undocumented

Value
LOCALSTATEDIR + '/run/ganeti'
SOCKET_DIR =

Undocumented

Value
RUN_DIR + '/socket'
SPICE_CACERT_FILE =

Undocumented

Value
DATA_DIR + '/spice-ca.pem'
SPICE_CERT_FILE =

Undocumented

Value
DATA_DIR + '/spice.pem'
SSCONF_LOCK_FILE =

Undocumented

Value
LOCK_DIR + '/ganeti-ssconf.lock'
SSH_KNOWN_HOSTS_FILE =

Undocumented

Value
DATA_DIR + '/known_hosts'
SSH_PUB_KEYS =

Undocumented

Value
DATA_DIR + '/ganeti_pub_keys'
SSH_UPDATE =

Undocumented

Value
_constants.PKGLIBDIR + '/ssh-update'
SSL_UPDATE =

Undocumented

Value
_constants.PKGLIBDIR + '/ssl-update'
TEMP_RES_STATUS_FILE =

Undocumented

Value
DATA_DIR + '/tempres.data'
UIDPOOL_LOCKDIR =

Undocumented

Value
RUN_DIR + '/uid-pool'
USER_SCRIPTS_DIR =

Undocumented

Value
CONF_DIR + '/scripts'
VNC_PASSWORD_FILE =

Undocumented

Value
CONF_DIR + '/vnc-cluster-password'
WATCHER_GROUP_INSTANCE_STATUS_FILE =

Undocumented

Value
DATA_DIR + '/watcher.%s.instance-status'
WATCHER_GROUP_STATE_FILE =

Undocumented

Value
DATA_DIR + '/watcher.%s.data'
WATCHER_LOCK_FILE =

Undocumented

Value
LOCK_DIR + '/ganeti-watcher.lock'
WATCHER_PAUSEFILE =

Undocumented

Value
DATA_DIR + '/watcher.pause'
WCONFD_SOCKET =

Undocumented

Value
SOCKET_DIR + '/ganeti-wconfd'
XEN_CONFIG_DIR =
XEN_CONSOLE_WRAPPER =

Undocumented

Value
_constants.PKGLIBDIR + '/tools/xen-console-wrapper'
XEN_IFUP_OS =

Undocumented

Value
CONF_DIR + '/xen-ifup-os'
XEN_VIF_METAD_SETUP =

Undocumented

Value
_constants.PKGLIBDIR + '/vif-ganeti-metad'
DEFAULT_FILE_STORAGE_DIR =

Undocumented

DEFAULT_GLUSTER_STORAGE_DIR =

Undocumented

DEFAULT_SHARED_FILE_STORAGE_DIR =

Undocumented