Details
-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
This function is declared in lustreapi.h but is not implemented in the library.
int llapi_lmv_get_uuids(int fd, struct obd_uuid *uuidp, int *mdt_count);
This line was added in LU-819 with this commit: https://review.whamcloud.com/c/fs/lustre-release/+/1646/9
Propposed fix, based on existing llapi_lov_get_uuids:
int llapi_lmv_get_uuids(int fd, struct obd_uuid *uuidp, int *mdt_count) { return llapi_get_target_uuids(fd, uuidp, NULL, mdt_count, LMV_TYPE); }
Attachments
Issue Links
- duplicates
-
LU-18972 Implement llapi_lmv_get_uuids
-
- Resolved
-