mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7657: cloud.log is being rotated by multiple rotation policies on SSVM and CPVM
This commit is contained in:
parent
8db4f197ef
commit
3e02bfa74f
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue