diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 7b040d76fa1c8f9b0d9542c450bc4e6e7db2fb41..e2b5e76ca9b4ac8d1af2de67fabf8559eabcffec 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -35,6 +35,16 @@ tbd Sun Microsystems, Inc. 'tunefs.lustre --param="mdt.quota_type=ug2" $MDTDEV', 'tunefs.lustre --param="ost.quota_type=ug2" $MDTDEV' For more information, please refer to bugzilla 13904. + * Output of lfs quota has been made less detailed by default, + old (verbose) output can be obtained by using -v option. + +Severity : enhancement +Bugzilla : 15754 +Description: lfs quota tool enhancements +Details : added units specifiers support for setquota, default to + current uid/gid for quota report, short quota stats by + default, nonpositional parameters for setquota, added + llapi_quotactl manual page. Severity : normal Bugzilla : 16037