From 867be4145db382d67945a3b1ff05c2a4816b0e64 Mon Sep 17 00:00:00 2001 From: Remi Bergsma Date: Mon, 11 Jan 2016 21:09:08 +0100 Subject: [PATCH] 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. --- systemvm/patches/debian/config/etc/logrotate.d/cloud | 1 - 1 file changed, 1 deletion(-) diff --git a/systemvm/patches/debian/config/etc/logrotate.d/cloud b/systemvm/patches/debian/config/etc/logrotate.d/cloud index b3a6a6d851e..420fce23e18 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.