• D
    Make max_clients in virtlockd configurable · 9f5b4b1f
    David Weber 提交于
    Each new VM requires a new connection from libvirtd to virtlockd.
    The default max clients limit in virtlockd of 20 is thus woefully
    insufficient. virtlockd sockets are only accessible to matching
    users, so there is no security need for such a tight limit. Make
    it configurable and default to 1024.
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    9f5b4b1f
lock_daemon.c 40.3 KB