| Summary: | RFE: feature rpc.idmapd add help -h option, to output "usage:" info | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | JianHong Yin <jiyin> | |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> | |
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> | |
| Severity: | low | Docs Contact: | ||
| Priority: | high | |||
| Version: | 7.0 | CC: | eguan, salmy, steved, yoyang | |
| Target Milestone: | rc | Keywords: | FutureFeature | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | nfs-utils-1.3.0-0.25.el7 | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1001439 (view as bug list) | Environment: | ||
| Last Closed: | 2016-11-04 04:59:27 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1295577, 1313485 | |||
|
Description
JianHong Yin
2013-08-27 04:39:47 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. Upstream commit
commit d91d3c0b4754284808dfd2c7faf64d0cd96c5ae7
Author: Steve Dickson <steved>
Date: Fri Dec 11 11:10:12 2015 -0500
rpc.idmapd: Added a usage routine
Show the correct arguments when invalid
arguments are used.
Signed-off-by: Steve Dickson <steved>
This is also needed
ommit e57642c50c9b2e409d1fc2775bdf88f64b344dd3
Author: Steve Dickson <steved>
Date: Wed Jan 20 14:41:58 2016 -0500
rpc.idmapd: Added the -h flag
Hi Steve, to keep the man page consistency, do we need the following patch?
commit 02a96e351d403fc7caf4deed6b890b2e41ff9020
Author: Steve Dickson <steved>
Date: Fri Dec 11 11:11:19 2015 -0500
rpc.idmapd: Added the -C and -S flags
The C and S flags were missing for the SYNOPSIS
(In reply to Yongcheng Yang from comment #6) > Hi Steve, to keep the man page consistency, do we need the following patch? > > commit 02a96e351d403fc7caf4deed6b890b2e41ff9020 > Author: Steve Dickson <steved> > Date: Fri Dec 11 11:11:19 2015 -0500 > > rpc.idmapd: Added the -C and -S flags > > The C and S flags were missing for the SYNOPSIS I did pull it in... Please see nfs-utils-1.3.0-rpcidmapd-usage.patch Verified with nfs-utils-1.3.0-0.25.el7 Move to VERIFIED and continue to run the automatic case in the future. [root@hp-dl585g7-04 ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.25.el7.x86_64 [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -xxxx rpc.idmapd: '-x' is an invalid argument. Usage: rpc.idmapd [-hfvCS] [-p path] [-c path] [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -h Usage: rpc.idmapd [-hfvCS] [-p path] [-c path] [root@hp-dl585g7-04 ~]# Reproduced with nfs-utils-1.3.0-0.21.el7 [root@hp-dl585g7-04 ~]# rpm -q nfs-utils nfs-utils-1.3.0-0.21.el7.x86_64 [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -xxxx rpc.idmapd: '-x' is an invalid argument. [root@hp-dl585g7-04 ~]# [root@hp-dl585g7-04 ~]# rpc.idmapd -h rpc.idmapd: '-h' is an invalid argument. [root@hp-dl585g7-04 ~]# echo $? 1 [root@hp-dl585g7-04 ~]# Move to VERIFIED as comment 9 and continue to run the automatic case 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-2016-2383.html |