Repository: cloudstack
Updated Branches:
  refs/heads/master 8db4f197e -> 3e02bfa74


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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3e02bfa7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3e02bfa7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3e02bfa7

Branch: refs/heads/master
Commit: 3e02bfa74fc7ec0f26ad53fcc528e3f3b5e8f742
Parents: 8db4f19
Author: Saksham Srivastava <saksham.srivast...@citrix.com>
Authored: Wed Oct 1 13:38:38 2014 +0530
Committer: Saksham Srivastava <saksham.srivast...@citrix.com>
Committed: Wed Oct 1 13:39:09 2014 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/init.d/cloud-early-config | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3e02bfa7/systemvm/patches/debian/config/etc/init.d/cloud-early-config
----------------------------------------------------------------------
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 17c9f0a..a8750ba 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() {

Reply via email to