Hi,
I am using virtiofs on Proxmox since 8.4 and configured it through the GUI. This works great and I have a few folders shared this way in a Windows11 Guest.
One of the folders started giving problems and got disconnected. After checking I am seeing that I am running into the 1 million files limit that is described here: https://github.com/virtio-win/kvm-guest-drivers-windows/issues/1136 and extra info here: https://issues.redhat.com/browse/RHEL-56957
The solution would be to start the virtiofsd command with the --inode-file-handles=mandatory option.
Proxmox connects the virtiofsd service as soon as the WIN11 client start, but it does not use this option. When I check with ps -ef|grep virtiofsd I can see that the only arguments are:
Does anyone have any idea how I can get Proxmox to start the virtiofsd with the -inode-file-handles=mandatory option?
Thanks in advance!
I am using virtiofs on Proxmox since 8.4 and configured it through the GUI. This works great and I have a few folders shared this way in a Windows11 Guest.
One of the folders started giving problems and got disconnected. After checking I am seeing that I am running into the 1 million files limit that is described here: https://github.com/virtio-win/kvm-guest-drivers-windows/issues/1136 and extra info here: https://issues.redhat.com/browse/RHEL-56957
The solution would be to start the virtiofsd command with the --inode-file-handles=mandatory option.
Proxmox connects the virtiofsd service as soon as the WIN11 client start, but it does not use this option. When I check with ps -ef|grep virtiofsd I can see that the only arguments are:
Code:
/usr/libexec/virtiofsd --fd=18 --shared-dir=/mnt/photo --announce-submounts --syslog
Does anyone have any idea how I can get Proxmox to start the virtiofsd with the -inode-file-handles=mandatory option?
Thanks in advance!
Last edited: