RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2123073 - Update to nfs-utils 2.3.3-51 broke nfs-mountd service on RHEL8.2
Summary: Update to nfs-utils 2.3.3-51 broke nfs-mountd service on RHEL8.2
Keywords:
Status: CLOSED ERRATA
Alias: None
Deadline: 2023-02-06
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nfs-utils
Version: 8.2
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Steve Dickson
QA Contact: Yongcheng Yang
URL:
Whiteboard:
: 2116203 2127816 (view as bug list)
Depends On:
Blocks: 2150899 2150900
TreeView+ depends on / blocked
 
Reported: 2022-08-31 17:08 UTC by Rahul Singh
Modified: 2023-05-16 11:17 UTC (History)
8 users (show)

Fixed In Version: nfs-utils-2.3.3-58.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2150899 2150900 (view as bug list)
Environment:
Last Closed: 2023-05-16 09:10:11 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2004151 1 None None None 2023-06-08 08:39:32 UTC
Red Hat Issue Tracker RHELPLAN-132893 0 None None None 2022-11-03 11:43:10 UTC
Red Hat Knowledge Base (Solution) 6986641 0 None None None 2022-11-20 10:04:04 UTC
Red Hat Product Errata RHBA-2023:3009 0 None None None 2023-05-16 09:10:20 UTC

Comment 3 Dave Wysochanski 2022-09-19 12:26:28 UTC
See also https://bugzilla.redhat.com/show_bug.cgi?id=2116203

Comment 5 Steve Dickson 2022-09-26 15:48:18 UTC
*** Bug 2116203 has been marked as a duplicate of this bug. ***

Comment 6 Steve Dickson 2022-09-30 14:45:50 UTC
*** Bug 2127816 has been marked as a duplicate of this bug. ***

Comment 9 Yongcheng Yang 2022-11-30 08:29:06 UTC
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 ~]#

Comment 17 errata-xmlrpc 2023-05-16 09:10:11 UTC
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


Note You need to log in before you can comment on or make changes to this bug.