[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files
Jamie Strandboge
jamie at ubuntu.com
Tue Apr 20 19:40:40 BST 2010
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]
** Changed in: libvirt (Ubuntu)
Status: New => In Progress
** Changed in: libvirt (Ubuntu)
Assignee: (unassigned) => Jamie Strandboge (jdstrand)
** Changed in: libvirt (Ubuntu)
Importance: Undecided => High
** Changed in: libvirt (Ubuntu)
Milestone: None => ubuntu-10.04
--
__virExec:362 : cannot create pipe: Too many open files
https://bugs.launchpad.net/bugs/567392
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
More information about the Ubuntu-server-bugs
mailing list