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 1003558 - In rpc.mountd man page -V -f -p -H and so on need and args
Summary: In rpc.mountd man page -V -f -p -H and so on need and args
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: nfs-utils
Version: 7.0
Hardware: All
OS: Linux
medium
unspecified
Target Milestone: rc
: ---
Assignee: Steve Dickson
QA Contact: Yongcheng Yang
URL:
Whiteboard:
Depends On: 1003553
Blocks: 1003555
TreeView+ depends on / blocked
 
Reported: 2013-09-02 11:04 UTC by JianHong Yin
Modified: 2019-08-15 03:41 UTC (History)
4 users (show)

Fixed In Version: nfs-utils-1.3.0-0.14.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1003553
Environment:
Last Closed: 2015-11-19 04:28:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2196 0 normal SHIPPED_LIVE nfs-utils bug fix update 2015-11-19 08:05:04 UTC

Description JianHong Yin 2013-09-02 11:04:04 UTC
+++ This bug was initially created as a clone of Bug #1003553 +++

Description of problem:
In rpc.mountd man page  -V  or  --nfs-version should add  arg
cur:
       -V  or  --nfs-version
should be:
       -V version  or  --nfs-version  version

Version-Release number of selected component (if applicable):
all version in from RHEL5.9 RHEL5.10 RHEL6.x RHEL7

How reproducible:
y

Steps to Reproduce:
1. man and check
2.
3.

Actual results:
       -V  or  --nfs-version

Expected results:
       -V version  or  --nfs-version  version

Additional info:
I make a patch, see the attachment

--- Additional comment from Yin.JianHong on 2013-09-02 07:01:23 EDT ---

Comment 2 RHEL Program Management 2014-03-22 06:39:41 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 7 Yongcheng Yang 2015-07-14 02:36:40 UTC
There should be an space at the following line:
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "\-t N"
       -t N or --num-threads=Nor --num-threads N
                            ^^^^^
[root@hp-dl385pg8-03 ~]# rpm -q nfs-utils
nfs-utils-1.3.0-0.13.el7.x86_64
[root@hp-dl385pg8-03 ~]# 

Others are verified with nfs-utils-1.3.0-0.13.el7.x86_64
##########
Reproduced
##########
[root@intel-s3e36-01 ~]# rpm -q nfs-utils
nfs-utils-1.3.0-0.8.el7.x86_64
[root@intel-s3e36-01 ~]# man rpc.mountd | grep exports-file
       -f  or  --exports-file
[root@intel-s3e36-01 ~]# man rpc.mountd | grep no-nfs-version
       -N  or  --no-nfs-version
[root@intel-s3e36-01 ~]# man rpc.mountd | grep "port num"
       -p  or  --port num
              Specifies the port number used for RPC listener sockets.  If this option is  not  specified,
[root@intel-s3e36-01 ~]# man rpc.mountd | grep "ha-callout prog"
       -H  or  --ha-callout prog
[root@intel-s3e36-01 ~]# man rpc.mountd | grep "num-threads"
       -t N or --num-threads=N
[root@intel-s3e36-01 ~]# man rpc.mountd | grep "nfs-version"
       -N  or  --no-nfs-version
       -V  or  --nfs-version
[root@intel-s3e36-01 ~]# 
#########
Verified
#########
[root@hp-dl385pg8-03 ~]# rpm -q nfs-utils
nfs-utils-1.3.0-0.13.el7.x86_64
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep exports-file
       -f export-file  or  --exports-file export-file
[root@hp-dl385pg8-03 ~]#  man rpc.mountd | grep no-nfs-version
       -N mountd-version  or  --no-nfs-version mountd-version
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "port num"
       -p num  or  --port num
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "ha-callout prog"
       -H  prog or  --ha-callout prog
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "num-threads"
       -t N or --num-threads=Nor --num-threads N
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "nfs-version"
       -N mountd-version  or  --no-nfs-version mountd-version
       -V version  or  --nfs-version version
[root@hp-dl385pg8-03 ~]#

Comment 8 Yongcheng Yang 2015-07-15 00:37:06 UTC
Verified in nfs-utils-1.3.0-0.14.el7.x86_64

[root@hp-dl385pg8-03 ~]# rpm -q nfs-utils
nfs-utils-1.3.0-0.14.el7.x86_64
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep exports-file
       -f export-file  or  --exports-file export-file
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep no-nfs-version
       -N mountd-version  or  --no-nfs-version mountd-version
              version should not be offered, rpc.mountd must be invoked with the option --no-nfs-version  <vers>
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "port num"
       -p num  or  --port num
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "ha-callout prog"
       -H  prog or  --ha-callout prog
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "num-threads"
       -t N or --num-threads=N or --num-threads N
[root@hp-dl385pg8-03 ~]# man rpc.mountd | grep "nfs-version"
       -N mountd-version  or  --no-nfs-version mountd-version
              version should not be offered, rpc.mountd must be invoked with the option --no-nfs-version  <vers>
       -V version  or  --nfs-version version
[root@hp-dl385pg8-03 ~]# 

Move to VERIFIED

Comment 9 errata-xmlrpc 2015-11-19 04:28:04 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, 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://rhn.redhat.com/errata/RHBA-2015-2196.html


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