From a3eb4727656dffb08d1d587ca07570bb6fb8fe48 Mon Sep 17 00:00:00 2001 From: anserper Date: Mon, 7 Jul 2008 16:18:15 +0000 Subject: [PATCH] *** empty log message *** --- lustre/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 1.8.3.1