Bug 3962

Summary: /etc/rc.d/init.d/nfs reload does not work
Product: [Retired] Red Hat Linux Reporter: pandr
Component: knfsdAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-09 13:59:16 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 pandr 1999-07-09 09:44:48 UTC
/etc/rc.d/init.d/nfs reload    does not work. At least not
the way I would assume it should work.

I think the patch below should be applied.

Regards,

 - Peter


--- nfs.19990628        Mon Jun 28 10:51:08 1999
+++ nfs Mon Jun 28 10:51:17 1999
@@ -86,7 +86,7 @@
        echo "done."
        ;;
   reload)
-       /usr/sbin/exportfs
+       /usr/sbin/exportfs -rv
        touch /var/lock/subsys/nfs
        ;;
   probe)

Comment 1 Jeff Johnson 1999-07-09 13:59:59 UTC
Added in knfsd-1.4.4-2. Thanks for the report.