]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
daemon: remove minsize directive from hypervisor logrotate files
authorJim Fehlig <jfehlig@suse.com>
Thu, 26 Oct 2017 17:23:07 +0000 (11:23 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 26 Oct 2017 17:23:07 +0000 (11:23 -0600)
Commit 6c43149c removed the minsize directive from the qemu logrotate
file but missed other hypervisors. Remove minsize from the libxl, lxc,
and uml logrotate files as well.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
daemon/libvirtd.libxl.logrotate.in
daemon/libvirtd.lxc.logrotate.in
daemon/libvirtd.uml.logrotate.in

index 523b2f837182c157c4bb1ac51d376026246cccef..cb7f07d846dc7ae6f5adbddb957b88844d7c2fe6 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }
index 4e7d314c79955869011a990359caa55c93e7dc10..2bb9dfba121fd3cdefaec2295558a41c35fbbb15 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }
index 135a37dd1b8cbd546d117ea145a448e1980390ca..66a848e37e9eb1ac7ac4556caa3ca1bedc9e91d1 100644 (file)
@@ -5,5 +5,4 @@
         compress
         delaycompress
         copytruncate
-        minsize 100k
 }