quota can uses a key of 0 for root and the rehash code
assert on this. Disable rehashing for quota lqs for now.
Severity : enhancement
Bugzilla : 18690
Description: smaller hash bucket sizes, cleanups
-Details : increase hash table sizes and enabled rehashing for pools, quota
- uuid, nid & per-nid stats.
+Details : increase hash table sizes and enabled rehashing for pools, uuid,
+ nid & per-nid stats.
Severity : enhancement
Bugzilla : 19673
qctxt->lqc_lqs_hash = lustre_hash_init("LQS_HASH",
HASH_LQS_CUR_BITS,
- HASH_LQS_MAX_BITS,
- &lqs_hash_ops, LH_REHASH);
+ HASH_LQS_CUR_BITS,
+ &lqs_hash_ops, 0);
if (!qctxt->lqc_lqs_hash)
CERROR("%s: initialize hash lqs failed\n", obd->obd_name);