Bug 1688932
Summary: | sm-notify: add flag "-f" to nfs.conf parsing (RHEL7) | ||
---|---|---|---|
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: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.7 | CC: | ajmitchell, rhandlin, toneata, xzhou, yieli, yoyang |
Target Milestone: | rc | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | nfs-utils-1.3.0-0.63.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1677576 | Environment: | |
Last Closed: | 2019-08-06 13:11:50 UTC | Type: | --- |
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: | 1677576, 1716592 | ||
Bug Blocks: |
Description
Steve Dickson
2019-03-14 18:07:24 UTC
I'm updating this summary a bit as the nfsconver script is only for rhel8. Have verified in nfs-utils-1.3.0-0.63.el7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://beaker.engineering.redhat.com/recipes/6687133#task90429735 ------------------------------------------------------------------ [23:44:09 root@ ~~]# cat /etc/nfs.conf [sm-notify] force = 1 [23:44:09 root@ ~~]# systemctl restart rpc-statd-notify [23:44:09 root@ ~~]# grep "sm-notify.*Exiting" /var/log/messages [23:44:09 root@ ~~]# sm-notify [23:44:09 root@ ~~]# grep "sm-notify.*Exiting" /var/log/messages Compared with previous version 61.el7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [root ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.61.el7.x86_64 [root ~]# cat /etc/nfs.conf [sm-notify] force=1 [root ~]# systemctl restart rpc-statd-notify [root ~]# grep "sm-notify.*Exiting" /var/log/messages Apr 1 03:04:12 rhel-7.6 sm-notify[1784]: Already notifying clients; Exiting! [root ~]# sm-notify [root ~]# grep "sm-notify.*Exiting" /var/log/messages Apr 1 03:04:12 rhel-7.6 sm-notify[1784]: Already notifying clients; Exiting! Apr 1 03:04:23 rhel-7.6 sm-notify[1788]: Already notifying clients; Exiting! [root ~]# Moving to VERIFIED now. 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-2019:2268 |