Bug 1451568

Summary: rpc.nfsd doesn't recognize the short option `-u`
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: bcodding, bfields, jlayton, smayhew, steved
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-22 16:06:07 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:

Description Akira TAGOH 2017-05-17 05:11:42 UTC
Description of problem:
As the follow:
# /usr/sbin/rpc.nfsd -u 8
/usr/sbin/rpc.nfsd: invalid option -- 'u'
Invalid argument: '?'
Usage:
rpc.nfsd [-d|--debug] [-H hostname] [-p|-P|--port port]
   [-N|--no-nfs-version version] [-V|--nfs-version version]
   [-s|--syslog] [-t|--tcp] [-T|--no-tcp] [-u|--udp] [-U|--no-udp]
   [-r|--rdma=] [-G|--grace-time secs] [-L|--leasetime secs] nrservs

`--udp` works.

Version-Release number of selected component (if applicable):
nfs-utils-2.1.1-5.rc2.fc25.x86_64

Comment 1 Steve Dickson 2017-06-01 17:31:39 UTC
The needed upstream commit
commit db61c1a59b2b29e35a608c798159088a39347dea
Author: Steve Dickson <steved>
Date:   Thu Jun 1 13:29:20 2017 -0400

    nfsd: added 'u' to argument list.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1451568
    Signed-off-by: Steve Dickson <steved>

Comment 2 Steve Dickson 2017-06-22 16:06:07 UTC

*** This bug has been marked as a duplicate of bug 1462218 ***