From: anserper Date: Mon, 7 Jul 2008 16:18:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v1_8_0_110~401 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a3eb4727656dffb08d1d587ca07570bb6fb8fe48;p=fs%2Flustre-release.git *** empty log message *** --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5003421..4b9d0f5 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.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