Bug 4265

Summary: Quota checking done at wrong place in rc.sysinit
Product: [Retired] Red Hat Linux Reporter: Jos Vos <jos>
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 6.0   
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-08-21 22:25:34 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 Jos Vos 1999-07-30 08:51:09 UTC
The "quotacheck" command has to be done after a file system
is mounted (and before the "quotaon" command is done).  In
rc.sysinit, the "quotacheck" command is done before the
filesystems are mounted.

I'll also submit my patch to repair this problem.

Comment 1 Bill Nottingham 1999-08-21 22:25:59 UTC
this should be fixed in the latest Raw Hide initscripts.

Comment 2 Jos Vos 1999-11-16 00:17:59 UTC
initscripts-4.48-1 (RH 6.1) still seems to do the check at the wrong place.
I didn't test it, but it looks like it still won't work.