Bug 89480

Summary: quotacheck -c does not create aquota.group file
Product: [Retired] Red Hat Linux Reporter: Christopher Toland <ctolandmcse>
Component: quotaAssignee: Steve Dickson <steved>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-14 18:05:52 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 Christopher Toland 2003-04-23 12:41:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
with no aquota.* on the partition, quotacheck -c does not create aquota.group
(aquota.usr is created)

if you touch aquota.group first then run quotacheck -mf it does not format the
aquota.group file

Version-Release number of selected component (if applicable):
quota-3.06-9

How reproducible:
Always

Steps to Reproduce:
1.mount partition with grpquota
2.quotacheck -c partition
3.ls only show aquota.usr
    

Additional info:

Comment 1 Indrajit Raychaudhuri 2003-04-23 15:51:58 UTC
This is NOT_A_BUG IMO.
"quotacheck -c" implicitly means "quotacheck -cu" and thus aquota.user is 
created only.  Use "quotacheck -cug" if you want both aquota.user and 
aquota.group to be created.
See man quotacheck(8) for details.