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