Repository: cloudstack
Updated Branches:
  refs/heads/4.7 5fdc77e16 -> c13c5540b


CLOUDSTACK-9222 Prevent cloud.log.1 filling up the disk

Delay Compress results in more space usage than needed. Since we have copy 
truncate we don't need it.


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

Branch: refs/heads/4.7
Commit: 867be4145db382d67945a3b1ff05c2a4816b0e64
Parents: 456d854
Author: Remi Bergsma <[email protected]>
Authored: Mon Jan 11 21:09:08 2016 +0100
Committer: Remi Bergsma <[email protected]>
Committed: Mon Jan 11 21:09:08 2016 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/logrotate.d/cloud | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/867be414/systemvm/patches/debian/config/etc/logrotate.d/cloud
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/logrotate.d/cloud 
b/systemvm/patches/debian/config/etc/logrotate.d/cloud
index b3a6a6d..420fce2 100644
--- a/systemvm/patches/debian/config/etc/logrotate.d/cloud
+++ b/systemvm/patches/debian/config/etc/logrotate.d/cloud
@@ -21,7 +21,6 @@
         missingok
         notifempty
         compress
-        delaycompress
         # CLOUDSTACK-9155: We cannot tell the processes that are writing to 
this
         # file to use the new inode, so instead we copy the original file, 
truncate
         # it and keep the same inode.

Reply via email to