libvirt/src/locking
Daniel P. Berrange 27cd763500 Increase default file handle limits for daemons
Linux still defaults to a 1024 open file handle limit. This causes
scalability problems for libvirtd / virtlockd / virtlogd on large
hosts which might want > 1024 guest to be running. In fact if each
guest needs > 1 FD, we can't even get to 500 guests. This is not
good enough when we see machines with 100's of physical cores and
TBs of RAM.

In comparison to other memory requirements of libvirtd & related
daemons, the resource usage associated with open file handles
is essentially line noise. It is thus reasonable to increase the
limits unconditionally for all installs.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2017-03-16 10:48:09 +00:00
..
domain_lock.c
domain_lock.h
libvirt_lockd.aug
libvirt_sanlock.aug locking: Add io_timeout to sanlock 2015-11-18 10:56:56 +01:00
lock_daemon_config.c lock: Fix loading of config file for the lock daemon 2016-12-14 07:24:24 +01:00
lock_daemon_config.h virtlockd: convert to typesafe virConf accessors 2016-07-12 09:58:21 +01:00
lock_daemon_dispatch.c
lock_daemon_dispatch.h
lock_daemon.c daemon: Hook up the virLog{Get,Set}DefaultOutput to the daemon's init routine 2016-12-15 10:36:23 +01:00
lock_daemon.h
lock_driver_lockd.c lockd: convert to typesafe virConf accessors 2016-07-12 09:58:22 +01:00
lock_driver_lockd.h
lock_driver_nop.c
lock_driver_nop.h
lock_driver_sanlock.c src: Treat PID as signed 2016-10-13 17:58:56 +08:00
lock_driver.h
lock_manager.c
lock_manager.h
lock_protocol.x
lockd.conf
sanlock_helper.c util: Add virGettextInitialize, convert the code 2016-04-14 13:22:40 -04:00
sanlock.conf locking: Fix documentation on how automatic sanlock leases are stored 2016-12-19 17:28:41 +01:00
test_libvirt_lockd.aug.in
test_libvirt_sanlock.aug.in
test_virtlockd.aug.in
virtlockd.aug
virtlockd.conf
virtlockd.init.in
virtlockd.pod man: Fix SYNOPSIS section 2016-04-25 15:40:44 +02:00
virtlockd.service.in Increase default file handle limits for daemons 2017-03-16 10:48:09 +00:00
virtlockd.socket.in virtlockd: fix systemd unit file dependancies 2017-02-03 16:40:08 +00:00
virtlockd.sysconf