/bin/fusermount: failed to unmount /var/lib/lxcfs: Invalid argument

devilrunner

Renowned Member
Aug 3, 2015
20
6
68
Every time I reboot a node I am seeing the below error messages.
Is this normal?

fusermount[18396]: /bin/fusermount: failed to unmount /var/lib/lxcfs: Invalid argument
systemd[1]: lxcfs.service: Failed with result 'exit-code'.
systemd[1]: Stopped lxcfs.service - FUSE filesystem for LXC

Code:
pve-manager/9.0.9/117b893e0e6a4fee (running kernel: 6.14.11-2-pve)
 
I see the same thing (and it also happened before version 9.0). Maybe /var/lib/lxcfs gets unmounted twice?
Code:
systemd[1]: Stopped lxc.service - LXC Container Initialization and Autoboot Code.
systemd[1]: Stopping lxc-net.service - LXC network bridge setup...
systemd[1]: Stopping lxcfs.service - FUSE filesystem for LXC...
systemd[1]: var-lib-lxcfs.mount: Deactivated successfully.
systemd[1]: Unmounted var-lib-lxcfs.mount - /var/lib/lxcfs.
lxcfs[3022]: Running destructor lxcfs_exit
systemd[1]: lxcfs.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: lxc-net.service: Deactivated successfully.
systemd[1]: Stopped lxc-net.service - LXC network bridge setup.
fusermount[60846]: /bin/fusermount: failed to unmount /var/lib/lxcfs: Invalid argument
systemd[1]: lxcfs.service: Failed with result 'exit-code'.
systemd[1]: Stopped lxcfs.service - FUSE filesystem for LXC.