CLOUDSTACK-7657: cloud.log is being rotated by multiple rotation policies on SSVM and CPVM

This commit is contained in:
Saksham Srivastava 2014-10-01 13:38:38 +05:30
parent 8db4f197ef
commit 3e02bfa74f
1 changed files with 2 additions and 0 deletions

View File

@ -1163,6 +1163,7 @@ setup_secstorage() {
enable_svc dnsmasq 0
enable_svc cloud-passwd-srvr 0
enable_svc cloud 1
rm /etc/logrotate.d/cloud
}
setup_console_proxy() {
@ -1189,6 +1190,7 @@ setup_console_proxy() {
enable_svc cloud-passwd-srvr 0
enable_svc cloud 1
chkconfig nfs-common off
rm /etc/logrotate.d/cloud
}
setup_elbvm() {