Whamcloud - gitweb
*** empty log message ***
authoranserper <anserper>
Mon, 7 Jul 2008 16:18:15 +0000 (16:18 +0000)
committeranserper <anserper>
Mon, 7 Jul 2008 16:18:15 +0000 (16:18 +0000)
lustre/ChangeLog

index 5003421..4b9d0f5 100644 (file)
@@ -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.8.0.
+         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   : normal
 Bugzilla   : 15210