From 3e02bfa74fc7ec0f26ad53fcc528e3f3b5e8f742 Mon Sep 17 00:00:00 2001 From: Saksham Srivastava Date: Wed, 1 Oct 2014 13:38:38 +0530 Subject: [PATCH] CLOUDSTACK-7657: cloud.log is being rotated by multiple rotation policies on SSVM and CPVM --- systemvm/patches/debian/config/etc/init.d/cloud-early-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemvm/patches/debian/config/etc/init.d/cloud-early-config b/systemvm/patches/debian/config/etc/init.d/cloud-early-config index 17c9f0a076f..a8750ba4ae8 100755 --- a/systemvm/patches/debian/config/etc/init.d/cloud-early-config +++ b/systemvm/patches/debian/config/etc/init.d/cloud-early-config @@ -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() {