Hide Forgot
[2011-04-19 10:54:24.5360] E [marker-quota.c:1323:quota_markdirty] 0-ptop-marker: lock setting failed on /usr/X11R6 .bak (Success) [2011-04-19 10:54:24.5480] I [marker-quota.c:904:quota_inodelk_cbk] 0-ptop-marker: lock setting failed This is due to frame->root->lk_owner being 0. Quota uses a counter to set this field. However this counter can overflow and reset to 0 resulting in the above log messages. regards, Raghavendra.
PATCH: http://patches.gluster.com/patch/7011 in master (features/marker-quota: handle overflow of counter used to set frame->root->lk_owner.)