Too many open filescd /

Sessa45

Well-Known Member
Apr 3, 2018
103
0
56
33
Hi,

i wanna shutdown / stop a VM. When i try to make this with from the WebGUI it ends with an error (cant't lock file...).
So i tried to stop the VM with a console command:

Code:
root@host:/# qm stop 102
Unable to create new inotify object: Too many open files at /usr/share/perl5/PVE/INotify.pm line 396.
root@host:/# qm shutdown 102
Unable to create new inotify object: Too many open files at /usr/share/perl5/PVE/INotify.pm line 396.

What does this mean?
 
This means you have too many files open and the kernel can't open new files.
Do you use containers on this host?
 
Okay. But why? Is there set a limit to opening files?
The LOAD is on 5% so the CPU has not much to do.

Yes, they runs Containers an VMs on the node.