Revision 40960882 src/Ganeti/Constants.hs

b/src/Ganeti/Constants.hs
4281 4281
ndsStartNodeDaemon :: String
4282 4282
ndsStartNodeDaemon = "start_node_daemon"
4283 4283

  
4284
-- * VCluster related constants
4285

  
4286
vClusterEtcHosts :: String
4287
vClusterEtcHosts = "/etc/hosts"
4288

  
4289
vClusterVirtPathPrefix :: String
4290
vClusterVirtPathPrefix = "/###-VIRTUAL-PATH-###,"
4291

  
4292
vClusterRootdirEnvname :: String
4293
vClusterRootdirEnvname = "GANETI_ROOTDIR"
4294

  
4295
vClusterHostnameEnvname :: String
4296
vClusterHostnameEnvname = "GANETI_HOSTNAME"
4297

  
4298
vClusterVpathWhitelist :: FrozenSet String
4299
vClusterVpathWhitelist = ConstantUtils.mkSet [ vClusterEtcHosts ]
4300

  
4284 4301
-- * The source reasons for the execution of an OpCode
4285 4302

  
4286 4303
opcodeReasonSrcClient :: String

Also available in: Unified diff