any idea on how to proceed with getting quotas going, short of reformatting all the OSTs again.
we are running lustre1.8.4
also, on the MGS/MDT server, although I can see quota_ parameters assigned to the mdt. (ug3)
i don't see any for the OSTs - although all were mkfs with quota_type=ug in the parameter list.
is that expected?
thanks
sam aparicio
-00-
LustreError: 19615:0:(quota_check.c:253:lov_quota_check()) lov idx 3 inactive
LustreError: 19627:0:(quota_ctl.c:373:client_quota_ctl()) ptlrpc_queue_wait failed, rc: -16
LustreError: 29915:0:(obd_class.h:1435:obd_find_cbdata()) obd_find_cbdata: NULL export
LustreError: 29915:0:(obd_class.h:1435:obd_find_cbdata()) obd_find_cbdata: NULL export
LustreError: 30028:0:(quota_check.c:253:lov_quota_check()) lov idx 3 inactive
_______________________________________________
Lustre-discuss mailing list
Lustre-...@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss
any idea on how to proceed with getting quotas going, short of reformatting all the OSTs again.
we are running lustre1.8.4
also, on the MGS/MDT server, although I can see quota_ parameters assigned to the mdt. (ug3)
i don't see any for the OSTs - although all were mkfs with quota_type=ug in the parameter list.
is that expected?
i notice that quota_check thinks only 3 OSTs are up and aborts quotacheck. seems like it cannot correctly read the list of active and permnanently inactivated OSTs??
thanks in advance for any help.
This problem was fixed in 1.8.5, check bugzilla ticket 21174 for more information.
Cheers,
Johann
--
Johann Lombardi
Whamcloud, Inc.
www.whamcloud.com
In the MDS kernel log I notice
Lustre: 7178:0:(quota_master.c:1716:mds_quota_recovery()) Only 0/7 OSTs are active, abort quota recovery
but all the OSTs are active and the filesystem operational ...
In the client log I notice
LustreError: 6940:0:(quota_check.c:253:lov_quota_check()) lov idx 3 inactive
the steps followed here were:
create lustre filesystem with 7 OSTs, quotas as ug enabled at mkfs time
permanently inactivate one of them having removed all the files first
lfs quotacheck fails the first time around with the errors above.
any ideas?
thanks
sam aparicio
On Mar 14, 2011, at 12:53 AM, Johann Lombardi wrote:
Arr, the fix works well with sparse OST indexes, but not with deactivated OSTs. I'm sorry about that. I will have this fixed.
FYI, i have filed a bug for this issue:
http://jira.whamcloud.com/browse/LU-129
It should not take long to have a patch ready for testing.