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

nodemap: wrong offset_start used for GID mapping

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.18.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      In nodemap_map_id(), the GID branch of the offset handling uses nm_offset_start_uid instead of nm_offset_start_gid:

        } else if (id_type == NODEMAP_GID) {
              offset_start = nodemap->nm_offset_start_uid;  // should be _gid
              offset_limit = nodemap->nm_offset_limit_gid; 

      Found by code inspection of nodemap_handler.c.

      Attachments

        Activity

          People

            skoyama Sohei Koyama
            skoyama Sohei Koyama
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: