mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8443: mention the correct logfile
This commit is contained in:
parent
778b828af0
commit
b29ffa2cfe
@ -56,7 +56,7 @@ class serviceCfgBase(object):
|
|||||||
if self.syscfg.env.mode == "Server":
|
if self.syscfg.env.mode == "Server":
|
||||||
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName)
|
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName)
|
||||||
else:
|
else:
|
||||||
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/setupAgent.log for detail"%self.serviceName)
|
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/agent/setup.log for detail"%self.serviceName)
|
||||||
|
|
||||||
def backup(self):
|
def backup(self):
|
||||||
if self.status is None:
|
if self.status is None:
|
||||||
@ -428,7 +428,7 @@ class securityPolicyConfigUbuntu(serviceCfgBase):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
except:
|
except:
|
||||||
raise CloudRuntimeException("Failed to configure apparmor, please see the /var/log/cloudstack/setupAgent.log for detail, \
|
raise CloudRuntimeException("Failed to configure apparmor, please see the /var/log/cloudstack/agent/setup.log for detail, \
|
||||||
or you can manually disable it before starting myCloud")
|
or you can manually disable it before starting myCloud")
|
||||||
|
|
||||||
def restore(self):
|
def restore(self):
|
||||||
@ -458,7 +458,7 @@ class securityPolicyConfigRedhat(serviceCfgBase):
|
|||||||
cfo.replace_line("SELINUX=", "SELINUX=permissive")
|
cfo.replace_line("SELINUX=", "SELINUX=permissive")
|
||||||
return True
|
return True
|
||||||
except:
|
except:
|
||||||
raise CloudRuntimeException("Failed to configure selinux, please see the /var/log/cloudstack/setupAgent.log for detail, \
|
raise CloudRuntimeException("Failed to configure selinux, please see the /var/log/cloudstack/agent/setup.log for detail, \
|
||||||
or you can manually disable it before starting myCloud")
|
or you can manually disable it before starting myCloud")
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user