Comment 3 for bug 567392

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

libvirtd is leaking file descriptors on it's log file when destroying/shutting down down a VM. Eg:

$ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd > /tmp/before
$ virsh start sec-dapper-i386
$ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd > /tmp/during
$ virsh destroy sec-dapper-i386
$ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd > /tmp/after
$ diff /tmp/before /tmp/after
38a39
> lrwx------ 1 root root 64 2010-04-20 13:17 43 -> /var/log/libvirt/qemu/sec-dapper-i386.log
[1]