Skip to content

Commit 1e73f66

Browse files
author
Boris Schrijver
committed
CLOUDSTACK-9076: Changed ownership of directory /var/lib/cloudstack to cloud.
1 parent 3f7a86d commit 1e73f66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/lib/cloudutils/serviceConfigServer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def checkHostName():
121121
#distro like sl 6.1 needs this folder, or tomcat6 failed to start
122122
checkHostName()
123123
bash("mkdir /var/log/cloudstack-management/")
124+
bash("chown cloud:cloud -R /var/lib/cloudstack")
124125
#set max process per account is unlimited
125126
if os.path.exists("/etc/security/limits.conf"):
126127
cfo = configFileOps("/etc/security/limits.conf")

0 commit comments

Comments
 (0)