Bug 2123073
| Summary: | Update to nfs-utils 2.3.3-51 broke nfs-mountd service on RHEL8.2 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Rahul Singh <rahsingh> | |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> | |
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 8.2 | CC: | ajmitchell, dostwal, dwysocha, hmatsumo, mezhu, mikgarci, steved, xzhou | |
| Target Milestone: | rc | Keywords: | CustomerScenariosInitiative, Triaged, ZStream | |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | nfs-utils-2.3.3-58.el8 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2150899 2150900 (view as bug list) | Environment: | ||
| Last Closed: | 2023-05-16 09:10: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: | ||||
| Bug Blocks: | 2150899, 2150900 | |||
| Deadline: | 2023-02-06 | |||
|
Comment 3
Dave Wysochanski
2022-09-19 12:26:28 UTC
*** Bug 2116203 has been marked as a duplicate of this bug. *** *** Bug 2127816 has been marked as a duplicate of this bug. *** Verified in nfs-utils-2.3.3-58.el8
[root@dell-430-37 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 (Ootpa)
[root@dell-430-37 ~]# uname -r
4.18.0-193.el8.x86_64
[root@dell-430-37 ~]# rpm -q nfs-utils
nfs-utils-2.3.3-57.el8.x86_64
[root@dell-430-37 ~]# systemctl status nfs-mountd
● nfs-mountd.service - NFS Mount Daemon
Loaded: loaded (/usr/lib/systemd/system/nfs-mountd.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2022-11-30 13:55:02 IST; 2s ago
Process: 17943 ExecStart=/usr/sbin/rpc.mountd (code=exited, status=0/SUCCESS)
Main PID: 17948 (code=exited, status=1/FAILURE)
Nov 30 13:55:02 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: Starting NFS Mount Daemon...
Nov 30 13:55:02 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: Started NFS Mount Daemon.
Nov 30 13:55:02 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: nfs-mountd.service: Main process exited, code=exited, status=1/FAILURE
Nov 30 13:55:02 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: nfs-mountd.service: Failed with result 'exit-code'.
[root@dell-430-37 ~]# rpm -Uvh nfs-utils-2.3.3-58.el8.x86_64.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:nfs-utils-1:2.3.3-58.el8 ################################# [ 50%]
Cleaning up / removing...
2:nfs-utils-1:2.3.3-57.el8 ################################# [100%]
[root@dell-430-37 ~]# systemctl status nfs-mountd
● nfs-mountd.service - NFS Mount Daemon
Loaded: loaded (/usr/lib/systemd/system/nfs-mountd.service; static; vendor preset: disabled)
Active: active (running) since Wed 2022-11-30 13:55:13 IST; 7s ago
Main PID: 18040 (rpc.mountd)
Tasks: 1 (limit: 203157)
Memory: 13.1M
CGroup: /system.slice/nfs-mountd.service
└─18040 /usr/sbin/rpc.mountd
Nov 30 13:55:13 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: Starting NFS Mount Daemon...
Nov 30 13:55:13 dell-430-37.gsslab.pnq2.redhat.com rpc.mountd[18040]: Version 2.3.3 starting
Nov 30 13:55:13 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: Started NFS Mount Daemon.
[root@dell-430-37 ~]# systemctl restart nfs-server
[root@dell-430-37 ~]# systemctl status nfs-mountd
● nfs-mountd.service - NFS Mount Daemon
Loaded: loaded (/usr/lib/systemd/system/nfs-mountd.service; static; vendor preset: disabled)
Active: active (running) since Wed 2022-11-30 13:55:30 IST; 2s ago
Process: 18249 ExecStart=/usr/sbin/rpc.mountd (code=exited, status=0/SUCCESS)
Main PID: 18251 (rpc.mountd)
Tasks: 1 (limit: 203157)
Memory: 13.2M
CGroup: /system.slice/nfs-mountd.service
└─18251 /usr/sbin/rpc.mountd
Nov 30 13:55:30 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: Starting NFS Mount Daemon...
Nov 30 13:55:30 dell-430-37.gsslab.pnq2.redhat.com rpc.mountd[18251]: Version 2.3.3 starting
Nov 30 13:55:30 dell-430-37.gsslab.pnq2.redhat.com systemd[1]: Started NFS Mount Daemon.
[root@dell-430-37 ~]#
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 (nfs-utils 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-2023:3009 |