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

llapi_lmv_get_uuids is declared but not implemented

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • None
    • None
    • 3
    • 9223372036854775807

      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);
      }
      
      

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

              Created:
              Updated:
              Resolved: