Re: [libvirt] [PATCH v2] daemon: Allow overriding NOFILES ulimit for the daemon as well

2012-02-01 Thread Michal Privoznik
On 12.01.2012 18:52, Michal Privoznik wrote: One of my latest patches (d8db0f9690) created support for setting the limit for the maximum of opened files by qemu user. However, since libvirtd keeps one FD opened per domain (well, for qemu at least) it will likely hit this limit on huge

Re: [libvirt] [PATCH v2] daemon: Allow overriding NOFILES ulimit for the daemon as well

2012-02-01 Thread Daniel P. Berrange
On Thu, Jan 12, 2012 at 06:52:52PM +0100, Michal Privoznik wrote: One of my latest patches (d8db0f9690) created support for setting the limit for the maximum of opened files by qemu user. However, since libvirtd keeps one FD opened per domain (well, for qemu at least) it will likely hit this

[libvirt] [PATCH v2] daemon: Allow overriding NOFILES ulimit for the daemon as well

2012-01-12 Thread Michal Privoznik
One of my latest patches (d8db0f9690) created support for setting the limit for the maximum of opened files by qemu user. However, since libvirtd keeps one FD opened per domain (well, for qemu at least) it will likely hit this limit on huge scenarios. --- daemon/libvirtd.init.in|7 +++