File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def configration(self):
5656 if self .syscfg .env .mode == "Server" :
5757 raise CloudRuntimeException ("Configure %s failed, Please check the /var/log/cloudstack/setupManagement.log for detail" % self .serviceName )
5858 else :
59- raise CloudRuntimeException ("Configure %s failed, Please check the /var/log/cloudstack/setupAgent .log for detail" % self .serviceName )
59+ raise CloudRuntimeException ("Configure %s failed, Please check the /var/log/cloudstack/agent/setup .log for detail" % self .serviceName )
6060
6161 def backup (self ):
6262 if self .status is None :
@@ -428,7 +428,7 @@ def config(self):
428428
429429 return True
430430 except :
431- raise CloudRuntimeException ("Failed to configure apparmor, please see the /var/log/cloudstack/setupAgent .log for detail, \
431+ raise CloudRuntimeException ("Failed to configure apparmor, please see the /var/log/cloudstack/agent/setup .log for detail, \
432432 or you can manually disable it before starting myCloud" )
433433
434434 def restore (self ):
@@ -458,7 +458,7 @@ def config(self):
458458 cfo .replace_line ("SELINUX=" , "SELINUX=permissive" )
459459 return True
460460 except :
461- raise CloudRuntimeException ("Failed to configure selinux, please see the /var/log/cloudstack/setupAgent .log for detail, \
461+ raise CloudRuntimeException ("Failed to configure selinux, please see the /var/log/cloudstack/agent/setup .log for detail, \
462462 or you can manually disable it before starting myCloud" )
463463 else :
464464 return True
You can’t perform that action at this time.
0 commit comments