Bug 2112941
| Summary: | rpcbind.socket dies upon try-restart, causing related services (e.g. ypbind) to become unavailable | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Dave Wysochanski <dwysocha> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | xzhou, yieli, yoyang |
| Target Milestone: | rc | Keywords: | Patch, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nfs-utils-2.5.4-15.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-15 11:22:03 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
Dave Wysochanski
2022-08-01 14:54:33 UTC
SteveD and QE please set milestones as needed - jsut setting to match the RHEL8 bug milestones. commit 8a835cebb149ba2a54b6518722c79019cf8e3da4 (HEAD -> master, origin/master, origin/HEAD)
Author: Benjamin Coddington <bcodding>
Date: Mon Aug 1 13:19:04 2022 -0400
rpc-statd.service: Stop rpcbind and rpc.stat in an exit race
Verified in nfs-utils-2.5.4-15.el9 [root@fsqe-r430-02 ~]# rpm -q nfs-utils rpcbind nfs-utils-2.5.4-15.el9.x86_64 rpcbind-1.2.6-2.el9.x86_64 [root@fsqe-r430-02 ~]# time systemctl try-restart rpcbind.service rpcbind.socket real 0m0.014s user 0m0.002s sys 0m0.004s [root@fsqe-r430-02 ~]# time systemctl try-restart rpcbind.service rpcbind.socket real 0m0.012s user 0m0.003s sys 0m0.002s [root@fsqe-r430-02 ~]# time systemctl try-restart rpcbind.service rpcbind.socket real 0m0.013s user 0m0.002s sys 0m0.006s [root@fsqe-r430-02 ~]# time systemctl restart rpcbind.socket real 0m0.012s user 0m0.005s sys 0m0.003s [root@fsqe-r430-02 ~]# time systemctl restart rpcbind.socket real 0m0.012s user 0m0.003s sys 0m0.005s [root@fsqe-r430-02 ~]# time systemctl restart rpcbind.socket real 0m0.012s user 0m0.005s sys 0m0.003s 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-2022:8376 |