Bug 127911

Summary: nfs init script does not check RQUOTAD correctly for stop and status
Product: [Fedora] Fedora Reporter: Allen Kistler <ackistler>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: 2   
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: 2004-08-07 01:07:35 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:
Attachments:
Description Flags
patch against /etc/init.d/nfs none

Description Allen Kistler 2004-07-15 08:37:16 UTC
Description of problem:
If quota is installed (so rpc.rquotad exists), the nfs init script
tries to stop rquotad even if RQUOTAD == no.  The result is a nasty
FAILED output during an nfs stop.

Version-Release number of selected component (if applicable):
nfs-utils-1.0.6-22

How reproducible:
Always

Steps to Reproduce:
1. /etc/init.d/nfs stop
2. set RQUOTAD=no in /etc/sysconfig/nfs
3. /etc/init.d/nfs start
4. /etc/init.d/nfs stop

Actual Results:
Shutting down NFS quotas:                                  [FAILED]

Expected Results:
The init script should not try to stop rquotad.

Additional info:

I'm not sure if this is a touchy subject or not.  Bug 91789 was filed
on RH9, and bug 121651 was filed on FC1 (both by others).  Both have
been set to CURRENTVERSION, but the fixes have not been fully applied.

I will attach a unified diff against the current FC2 script.

Comment 1 Allen Kistler 2004-07-15 08:41:14 UTC
Created attachment 101935 [details]
patch against /etc/init.d/nfs

Comment 2 Allen Kistler 2004-08-07 01:07:35 UTC
The latest build in Rawhide (nfs-utils-1.0.6-30) appears not to have
the bug.  Closing.