| Summary: | RFE: feature, if rpc.mountd specify options: "-N 2 -N 3 -N 4", should output more readable info to user | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | JianHong Yin <jiyin> | |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> | |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.9 | CC: | jlayton, lmiksik | |
| Target Milestone: | rc | Keywords: | FutureFeature | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1003538 1003539 (view as bug list) | Environment: | ||
| Last Closed: | 2014-02-10 13:37: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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1003538, 1003539 | |||
[root@dell-pr7610-01 ~]# rpc.mountd --no-nfs-version 2 --no-nfs-version 3 --no-nfs-version 4
Usage: rpc.mountd [-F|--foreground] [-h|--help] [-v|--version] [-d kind|--debug kind]
[-o num|--descriptors num] [-f exports-file|--exports-file=file]
[-p|--port port] [-V version|--nfs-version version]
[-N version|--no-nfs-version version] [-n|--no-tcp]
[-H ha-callout-prog] [-s|--state-directory-path path]
[-g|--manage-gids] [-t num|--num-threads=num]
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |
Description of problem: if rpc.mountd specify options: "-N 2 -N 3 -N 4", should output more readable info to user Version-Release number of selected component (if applicable): all version from RHEL5.9 RHEL5.10 RHEL6.x RHEL7.0 How reproducible: y Steps to Reproduce: 1. 2. 3. Actual results: [root@dell-pr7610-01 ~]# rpc.mountd -N 2 -N 3 -N 4 Usage: rpc.mountd [-F|--foreground] [-h|--help] [-v|--version] [-d kind|--debug kind] [-o num|--descriptors num] [-f exports-file|--exports-file=file] [-p|--port port] [-V version|--nfs-version version] [-N version|--no-nfs-version version] [-n|--no-tcp] [-H ha-callout-prog] [-s|--state-directory-path path] [-g|--manage-gids] [-t num|--num-threads=num] Expected results: should output info to notify user, why error: example: your can not disable all version of mountd Additional info: