Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
We used llapi_get_obd_count() to get MDT/OST counts, which call LL_IOC_GETOBDCOUNT
internally.
However, we return lmv->lmv_mdt_descs.ltd_tgts_size as MDT count, this is not right.
@ltd_tgts_size could be larger than actual MDT count, as we preallocate ltd_tgts and resize it if necessary.
Attachments
Issue Links
- is duplicated by
-
LU-12975 A lot of "quotactl mdtXX failed" messages when use key -v with lfs quota
- Closed
- is related to
-
LU-13079 ost-pools test_23a: Some errors happened when getting quota info. Some devices may be not working or deactivated. The data in "[]" is inaccurate.
- Resolved
- is related to
-
LU-12378 sanity-quota test 1 fails with 'project quota isn't released after deletion'
- Resolved