Hi.<br><br>In  logrotate configuration files used by libvirt, there is an option 'minsize 100k',<br>which prevents logrotate from rotating small (< 100k) files into an archive.<br><br>But the target goal of the <a href="http://www.mail-archive.com/libvir-list@redhat.com/msg17443.html">http://www.mail-archive.com/libvir-list@redhat.com/msg17443.html</a><br>
patch was to prevent logrotate from packing _empty_ files. This indeed could be done more<br>accurately with the 'notifempty' option, see attached patch.<br>