Bug 3420

Summary: /etc/rc.d/init.d/nfs restart doesn't work
Product: [Retired] Red Hat Linux Reporter: omega <omega>
Component: knfsdAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0CC: omega
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-13 01:33:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description omega 1999-06-12 18:14:06 UTC
The restart portion of the nfs rc script doesn't work, since
it tries to restart by HUPing all the daemons.  On all my
machines doing so will completely kill mountd, quotad, and
statd.  The correct way to deal with this is for the restart
code to look like:

$0 stop
$0 start

Comment 1 Jeff Johnson 1999-06-13 01:33:59 UTC
Fixed (as suggested) in knfsd-1.3.3b-2. Thanks for the report.