Hey guys,
Since we updated our PVE cluster to PVE6, we're having quite a lot of API + GUI errors with this message :
"RPCEnvironment init request failed: Unable to load access control list: Too many open files"
Theses nodes only host KVM VMs, and most of the threads I've found on the subject deal with LXC.
Here's what ulimit is looking like :
Should we simply consider increasing the "open files" value ? Any tips on how to do it ? (If I remember correctly, "ulimit -p" only affect the current shell, and doesn't affect daemons or background processes)
Thanks !
Since we updated our PVE cluster to PVE6, we're having quite a lot of API + GUI errors with this message :
"RPCEnvironment init request failed: Unable to load access control list: Too many open files"
Theses nodes only host KVM VMs, and most of the threads I've found on the subject deal with LXC.
Here's what ulimit is looking like :
Code:
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1031334
max locked memory (kbytes, -l) 65536
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 1031334
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Should we simply consider increasing the "open files" value ? Any tips on how to do it ? (If I remember correctly, "ulimit -p" only affect the current shell, and doesn't affect daemons or background processes)
Thanks !