[Cluster-devel] cluster/gfs2/man gfs2_quota.8

adas at sourceware.org adas at sourceware.org
Tue Sep 18 16:21:32 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	adas at sourceware.org	2007-09-18 16:21:31

Modified files:
	gfs2/man       : gfs2_quota.8 

Log message:
	man page changes for new gfs2_quota reset option

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_quota.8.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/gfs2/man/gfs2_quota.8	2005/05/24 22:16:15	1.2
+++ cluster/gfs2/man/gfs2_quota.8	2007/09/18 16:21:31	1.3
@@ -8,12 +8,17 @@
 
 .SH SYNOPSIS
 .B gfs2_quota
-<list|sync|get|limit|warn|check|init> [\fIOPTION\fR]...
+<list|sync|get|limit|warn|check|init|reset> [\fIOPTION\fR]...
 
 .SH DESCRIPTION
 gfs2_quota is used to examine and change quota values in a GFS2 filesystem.
 This command has a number of different actions.
 
+GFS2(5.1) introduced a new linked list format for the quotas in the quota file.
+This list format allows for faster \fBlist\fP, \fBcheck\fP and \fBinit\fP 
+operations. Older GFS2 quota files may be migrated to this newer format using 
+the \fBgfs2_quota reset\fP command.
+
 .SH ACTIONS
 .TP
 \fBlist\fP
@@ -50,6 +55,11 @@
 Scan a filesystem and initialize the quota file with the values obtained
 from the scan.  The filesystem should be idle when this is run.  You should
 only need to do this if you upgrade a pre-quota GFS2 filesystem (pre-GFS2 5.1).
+.TP
+\fBreset\fP
+The \fBreset\fP operation will truncate the quota file and all quota 
+information (values, limits, warnings) will be lost.  All quota limits and 
+warnings will have to be reassigned after this operation.
 
 .SH OPTIONS
 \fB-b\fP




More information about the Cluster-devel mailing list