18 Sep
2023
18 Sep
'23
1:29 a.m.
I am still on nautilus and some clients are still on centos7 which mount
the cephfs. These mounts stall at some point. Currently I am mounting with something like this in the fstab.
Define ‘stall’.
ls -l /mountpoint will not return anything until the umount -l
id=cephfsclientid,client_mountpoint=/cephfs/test /mnt/test fuse.ceph
noauto,_netdev,noatime,x-systemd.device-timeout=30,x-systemd.mount- timeout=30,x-systemd.automount,x-systemd.idle-timeout=30 0 0
When the mount stalls I am fixing it with a umount -l, but it would be
nicer of course when it would not behave like this. Can this be fixed on el7 and Nautilus, like with different mount options or so?
What’s in dmesg?
nothing