Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-19038

llapi_lmv_get_uuids is declared but not implemented

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

          Activity

            People

              mdilger Max Dilger
              rread Robert Read
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: