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 2073476 - nfs.man update to involve new mount option 'softreval'
Summary: nfs.man update to involve new mount option 'softreval'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nfs-utils
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Steve Dickson
QA Contact: Yongcheng Yang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-08 14:58 UTC by Yongcheng Yang
Modified: 2022-11-08 12:47 UTC (History)
1 user (show)

Fixed In Version: nfs-utils-2.3.3-52.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-08 10:53:52 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-118408 0 None None None 2022-04-08 15:06:23 UTC
Red Hat Product Errata RHBA-2022:7768 0 None None None 2022-11-08 10:54:05 UTC

Description Yongcheng Yang 2022-04-08 14:58:48 UTC
Description of problem:

The 8.4 Bug 1872310 introduced a new mount option 'softreval' but it cannot be found from current man pages.

We may need this upstream patch:
commit b5381c96298d75ba66625a007e2390e2b501850d
Author: Trond Myklebust <trond.myklebust>
Date:   Wed Jan 29 10:45:39 2020 -0500

    manpage: Add a description of the 'softreval' / 'nosoftreval' mount option


Btw after mounting with softreval, I can't see it from the mount options list. Don't know if this is as expected. 
E.g.
# mount localhost:/export_test/ /mnt_test8/ -o softreval
# nfsstat -m
/mnt_test8 from localhost:/export_test
 Flags: rw,relatime,vers=4.2,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp6,timeo=600,retrans=2,sec=sys,clientaddr=::1,local_lock=none,addr=::1

# nfsstat -m | grep soft
# mountstats /mnt_test8/ | grep soft
# rpm -q nfs-utils
nfs-utils-2.3.3-51.el8.x86_64
#


Version-Release number of selected component (if applicable):
nfs-utils-2.3.3-51.el8

How reproducible:


Steps to Reproduce:
1. 
2.
3.

Actual results:


Expected results:


Additional info:

Comment 5 Yongcheng Yang 2022-06-01 02:03:00 UTC
Have verified this man page update.

[root@yoyang-rhel-860-updates-202205230 ~]# rpm -q nfs-utils
nfs-utils-2.3.3-51.el8.x86_64
[root@yoyang-rhel-860-updates-202205230 ~]# rpm -Uvh  nfs-utils-2.3.3-52.el8.x86_64.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:nfs-utils-1:2.3.3-52.el8         ################################# [ 50%]
Cleaning up / removing...
   2:nfs-utils-1:2.3.3-51.el8         ################################# [100%]
[root@yoyang-rhel-860-updates-202205230 ~]# man nfs
[root@yoyang-rhel-860-updates-202205230 ~]# man nfs | grep softre
       softreval / nosoftreval
                      It is possible to combine softreval with the soft mount option, in which case operations that cannot be served up from cache will  time  out  and  return  an  error  after  retrans
                      Note: the default mount option is nosoftreval which disallows fallback to cache when revalidation fails, and instead follows the behavior dictated by the hard or soft mount option.
[root@yoyang-rhel-860-updates-202205230 ~]# rpm -q nfs-utils
nfs-utils-2.3.3-52.el8.x86_64
[root@yoyang-rhel-860-updates-202205230 ~]#

Comment 11 errata-xmlrpc 2022-11-08 10:53:52 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-2022:7768


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