Bug 1003558

Summary: In rpc.mountd man page -V -f -p -H and so on need and args
Product: Red Hat Enterprise Linux 7 Reporter: JianHong Yin <jiyin>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED ERRATA QA Contact: Yongcheng Yang <yoyang>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.0CC: eguan, jchaloup, pschiffe, steved
Target Milestone: rcKeywords: ManPageChange
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: nfs-utils-1.3.0-0.14.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1003553 Environment:
Last Closed: 2015-11-19 04:28:04 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:
Bug Depends On: 1003553    
Bug Blocks: 1003555    

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