NFS share unmounts after logging out of ssh session on NFS client
Hi,
Actually, i have a server that is a NFS client :
- Red Hat Enterprise Linux release 8.4 (Ootpa)
- rpm -qa |egrep nfs
nfs-utils-2.3.3-41.el8_4.2.x86_64
libnfsidmap-2.3.3-41.el8_4.2.x86_64
sssd-nfs-idmap-2.4.0-9.0.1.el8_4.2.x86_64
Here is the option for the mount on /etc/fstab :
Server:/ifs/home/test /mnt/test rw,bg,hard,intr,rsize=32768,wsize=32768,tcp,timeo=600 0 0
I did not reboot the server.
I mounted with CLI :
# mount /mnt/test
If i did not logout after mount the NFS share, the mount is OK.
But if i logout my ssh session and come back, the mount was unmounted.
Any helps could be appreciate.