Bug 1476343
| Summary: | autofs breaks stunnel mounted NFSv4 shares | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Scott Greenberg <sgreenbe> |
| Component: | autofs | Assignee: | Ian Kent <ikent> |
| Status: | CLOSED DUPLICATE | QA Contact: | Filesystem QE <fs-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.9 | CC: | eguan, ikent, xifeng |
| Target Milestone: | rc | Flags: | sgreenbe:
needinfo-
|
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-02 00:03:01 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: | |||
|
Description
Scott Greenberg
2017-07-28 16:40:55 UTC
(In reply to Scott Greenberg from comment #0) > Description of problem: > > The autofs package that was released with RHEL 6.8 (autofs-5.0.5-122) worked > properly over an stunnel connection. > > The release shipped with RHEL 6.9 (5.0.5-132) prevents any connection from > happening to the local stunnel process and breaks mounts to remote systems > over stunnel connections. > This sounds a lot like bug 1463004, yes it was my mistake, very sorry I missed it. The test package referred to in bug 1463004 is still present on people.redhat.com. Could you please check if it resolves the problem. That's the package at: http://people.redhat.com/~ikent/autofs-5.0.5-132.bz1463004.2.el6_9/ (In reply to Scott Greenberg from comment #0) > parse_mount: parse(sun): core of entry: > options=fstype=nfs4,port=2049,sec=sys, loc=127.0.0.1:/home/test.user > sun_mount: parse(sun): mounting root /home, mountpoint test.user, what > 127.0.0.1:/home/test.user, fstype nfs4, options port=2049,sec=sys > mount_mount: mount(nfs): root=/home name=test.user > what=127.0.0.1:/home/test.user, fstype=nfs4, options=port=2049,sec=sys > mount_mount: mount(nfs): nfs options="port=2049,sec=sys", nobind=0, > nosymlink=0, ro=0 > mount_mount: mount(nfs): calling mkdir_path /home/test.user > mount(nfs): nfs: mount failure 127.0.0.1:/home/test.user on /home/test.user > dev_ioctl_send_fail: token = 194 The failure case does look a bit different to bug 1463004. Maybe there's something more I've missed, interested to see a debug log from the test package if it still fails. > failed to mount /home/test.user > handle_packet: type = 3 > handle_packet_missing_indirect: token 195, name test.user, request pid 24290 > dev_ioctl_send_fail: token = 195 > statemachine:1472: got unexpected signal 28! That's odd, an ENOSPC error, wonder where that came from. Ian |