Bug 1431218
| Summary: | Starting rpc.svcgssd break gssproxy | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Steve Dickson <steved> | |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> | |
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 7.4 | CC: | chunwang, dwysocha, eguan, jiyin, steved, swhiteho, yoyang, zlang | |
| Target Milestone: | rc | Keywords: | ManPageChange, Reproducer, ZStream | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | nfs-utils-1.3.0-0.46.el7 | Doc Type: | If docs needed, set a value | |
| Doc Text: |
Previously, the NFS scripts, configuration files, and systemd unit files incorrectly referred to the unsupported rpc.svcgssd service instead of the gssproxy service. Consequently, the NFS service sometimes failed during boot and the system entered emergency shell. Additionally, it was not possible to disable the rpc-svcgssd service. With this update, references to rpc.svcgssd have been replaced with gssproxy, and the described problem no longer occurs.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1437963 1437964 1591700 (view as bug list) | Environment: | ||
| Last Closed: | 2017-08-01 19:48:51 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: | ||||
| Bug Blocks: | 1437963, 1437964 | |||
|
Description
Steve Dickson
2017-03-10 16:06:42 UTC
By comparing test results between different nfs-utils versions, this problem has been resolved on target nfs-utils version: - On RHEL-7.3 with nfs-utils-1.3.0-0.33.el7.x86_64 [02:16:37 root@ ~~]# ls /lib/systemd/system | grep svcgssd rpc-svcgssd.service rpcsvcgssd.service [02:16:37 root@ ~~]# rpm -ql nfs-utils | grep svcgssd /usr/lib/systemd/system/rpc-svcgssd.service /usr/lib/systemd/system/rpcsvcgssd.service /usr/sbin/rpc.svcgssd /usr/share/man/man8/rpc.svcgssd.8.gz /usr/share/man/man8/svcgssd.8.gz - On RHEL-7.4 nightly with nfs-utils-1.3.0-0.37.el7.x86_64 [03:12:13 root@ ~~]# ls /lib/systemd/system | grep svcgssd | wc -l 0 [03:12:45 root@ ~~]# rpm -ql nfs-utils | grep svcgssd | wc -l 0 Moved to VERIFIED according to comment 5, will keep an eye on this issue during future RHEL-7.4 tests. Thanks, ChunYu Wang The configure file nfs.sysconfig has also removed the rpc.svcgssd setting. [root@hp-dl385pg8-01 ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.41.el7.x86_64 [root@hp-dl385pg8-01 ~]# cat /etc/sysconfig/nfs | grep -i svcgssd # Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8) RPCSVCGSSDARGS="" [root@hp-dl385pg8-01 ~]# rpm -Uvh nfs-utils-1.3.0-0.42.el7.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:nfs-utils-1:1.3.0-0.42.el7 ################################# [ 50%] Cleaning up / removing... 2:nfs-utils-1:1.3.0-0.41.el7 ################################# [100%] [root@hp-dl385pg8-01 ~]# cat /etc/sysconfig/nfs | grep -i svcgssd [root@hp-dl385pg8-01 ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.42.el7.x86_64 [root@hp-dl385pg8-01 ~]# Please update case to cover it. By comparing test results, this additional fix is effective in target version: - Test on nfs-utils-1.3.0-0.41.el7 [05:34:19 root@ ~~]# grep -i svcgssd /etc/sysconfig/nfs # Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8) RPCSVCGSSDARGS="" - Test on nfs-utils-1.3.0-0.42.el7 [05:41:27 root@ ~~]# grep -i svcgssd /etc/sysconfig/nfs| wc -l 0 I believe they are fixed in nfs-utils-1.3.0-0.45.el7 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, 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-2017:2233 |