Hi, We are observing below error messages on MDS. Kindly help us out. mds-cn kernel: LustreError: 1177:0:(quota_master.c:510:mds_quota_adjust()) mds adjust qunit unsuccessfully! (opc:1 rc:-122) -akshar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20101208/1ca3475b/attachment.html
Hello. -122 == EDQUOT (Quota exceeded); i.e. you are out of quota, which should be evident from your client. Thanks, -Cory On 12/07/2010 01:10 PM, akshar bhosale wrote:> Hi, > We are observing below error messages on MDS. Kindly help us out. > mds-cn kernel: LustreError: > 1177:0:(quota_master.c:510:mds_quota_adjust()) mds adjust qunit > unsuccessfully! (opc:1 rc:-122) > > -akshar
Thank you, but which quota is this? is this the user level quota for user home area? On Wed, Dec 8, 2010 at 12:51 AM, Cory Spitz <spitzcor at cray.com> wrote:> Hello. > > -122 == EDQUOT (Quota exceeded); i.e. you are out of quota, which should be > evident from your client. > > Thanks, > -Cory > > On 12/07/2010 01:10 PM, akshar bhosale wrote: > > Hi, > > We are observing below error messages on MDS. Kindly help us out. > > mds-cn kernel: LustreError: > > 1177:0:(quota_master.c:510:mds_quota_adjust()) mds adjust qunit > > unsuccessfully! (opc:1 rc:-122) > > > > -akshar >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20101208/9556f93c/attachment.html
On Wed, Dec 08, 2010 at 09:41:22PM +0530, akshar bhosale wrote:> Thank you, but which quota is this? is this the user level quota for user > home area?Yes, the user has reached the quota limit set by the administrator. You can check the current usage & limit with the lfs quota command. Please note that recent lustre releases no longer print this message to the console (see bug 19551). Johann