Bug 2044981
Summary: | Autofs mounts with --ghost or browse_mode=yes enabled, triggers a mount or shows error "ls: cannot access 'XXXX': No such file or directory" when ls -l is run | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Rohan Sable <rsable> | |
Component: | coreutils | Assignee: | Kamil Dudka <kdudka> | |
Status: | CLOSED ERRATA | QA Contact: | Radka Brychtova <rskvaril> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.5 | CC: | bubrown, gordon.stocks, ikent, jke, jshivers, kdudka, xzhou | |
Target Milestone: | rc | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | coreutils-8.30-13.el8 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2066199 (view as bug list) | Environment: | ||
Last Closed: | 2022-11-08 10:53:11 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 2066199 | |||
Bug Blocks: |
Description
Rohan Sable
2022-01-25 12:22:21 UTC
Before we go further could you check if this build helps with the problem please: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42539848 (In reply to Ian Kent from comment #3) > Before we go further could you check if this build helps with the problem > please: > https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42539848 Given our earlier conversation it probably won't but it's worth trying it. (In reply to Ian Kent from comment #3) > Before we go further could you check if this build helps with the problem > please: > https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42539848 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 ... Upgraded: autofs-1:5.1.4-79.el8.x86_64 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 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) ~~~ upstream commits: https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v9.0-177-g85c975df2c2 https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v9.0-178-g92cb8427c53 Fedora commits: https://src.fedoraproject.org/rpms/coreutils/c/1f1987452485e60c346627502e25d763b4ec77f9?branch=rawhide https://src.fedoraproject.org/rpms/coreutils/c/1f1987452485e60c346627502e25d763b4ec77f9?branch=f36 https://src.fedoraproject.org/rpms/coreutils/c/d736cafa20f13eeb037a3950bdbb4b63dc39b7e3?branch=f35 https://src.fedoraproject.org/rpms/coreutils/c/0a82158b717f3377ab68b28ebe5cd30255203c52?branch=f34 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (coreutils bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:7758 |