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.
This commit is contained in:
Remi Bergsma 2016-01-11 21:09:08 +01:00
parent 456d854480
commit 867be4145d

View File

@ -21,7 +21,6 @@
missingok missingok
notifempty notifempty
compress compress
delaycompress
# CLOUDSTACK-9155: We cannot tell the processes that are writing to this # 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 # file to use the new inode, so instead we copy the original file, truncate
# it and keep the same inode. # it and keep the same inode.