[root@rsablerhel85 ~]# systemctl restart autofs
[root@rsablerhel85 ~]# cd /mnt2
[root@rsablerhel85 mnt2]# ll
ls: cannot access 'testshare2': No such file or directory
total 0
drwxrwxrwx. 3 1000 1000 15 Jan 17 12:08 testshare
d?????????? ? ? ? ? ? testshare2
[root@rsablerhel85 mnt2]# mount | grep -i testshare
rsable76server:/testshare on /mnt2/testshare type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=6,sec=sys,mountaddr=192.168.122.58,mountvers=3,mountport=20048,mountproto=tcp,local_lock=none,addr=192.168.122.58)
~~~
(In reply to Ian Kent from comment #3) /brewweb. engineering. redhat. com/brew/ taskinfo? taskID= 42539848
> Before we go further could you check if this build helps with the problem
> please:
> https:/
As you suspected, this _does not_ resolve the issue :
~~~
[root@rsablerhel85 mnt2]# ll
ls: cannot access 'testshare2': No such file or directory
total 0
drwxrwxrwx. 3 1000 1000 15 Jan 17 12:08 testshare
d?????????? ? ? ? ? ? testshare2
[root@rsablerhel85 mnt2]# cd
[root@rsablerhel85 ~]# wget http:// download. eng.bos. redhat. com/brewroot/ work/tasks/ 9859/42539859/ autofs- 5.1.4-79. el8.x86_ 64.rpm
[root@rsablerhel85 ~]# dnf install autofs- 5.1.4-79. el8.x86_ 64.rpm 1:5.1.4- 79.el8. x86_64
...
Upgraded:
autofs-
Complete!
[root@rsablerhel85 ~]# systemctl restart autofs
[root@rsablerhel85 ~]# cd /mnt2
[root@rsablerhel85 mnt2]# ll
ls: cannot access 'testshare2': No such file or directory
total 0
drwxrwxrwx. 3 1000 1000 15 Jan 17 12:08 testshare
d?????????? ? ? ? ? ? testshare2
[root@rsablerhel85 mnt2]# mount | grep -i testshare /testshare on /mnt2/testshare type nfs (rw,relatime, vers=3, rsize=32768, wsize=32768, namlen= 255,hard, proto=tcp, timeo=600, retrans= 6,sec=sys, mountaddr= 192.168. 122.58, mountvers= 3,mountport= 20048,mountprot o=tcp,local_ lock=none, addr=192. 168.122. 58)
rsable76server:
~~~