From 72d46224c582404ab3163cd05da735da9c8fb39f Mon Sep 17 00:00:00 2001 From: anserper Date: Mon, 7 Jul 2008 16:06:21 +0000 Subject: [PATCH] *** empty log message *** --- lustre/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 1b7771f..6457a60 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -23,6 +23,18 @@ tbd Sun Microsystems, Inc. the following command on the MDS: 'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV'. For more information, please refer to bugzilla 13904. + * A new quota file format was introduced in 1.6.6. + The format conversion from prior releases is handled transparently, + but releases older than 1.6.6/1.8.0 don't understand this new + format. The automatic format conversion can be avoided by running + the following commands on the MDS and OSS servers (for + pre 1.4.12-1.6.5 quota files): + 'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV', + 'tunefs.lustre --param="ost.quota_type=ug1" $MDTDEV' + or (for 1.4.12/1.6.5 quota files) + 'tunefs.lustre --param="mdt.quota_type=ug2" $MDTDEV', + 'tunefs.lustre --param="ost.quota_type=ug2" $MDTDEV' + For more information, please refer to bugzilla 13904. Severity : enhancement Bugzilla : 16189 -- 1.8.3.1