Description
One of the important intersections of QOS together with nodemaps is that the UID/GID/PRJID sent in from the client in ptlrpc_body_v2/v3 (pb_uid, pb_gid, pb_prjid) also need to be mapped from the tenant IDs to the global IDs. Otherwise, the e.g. [0-99999] IDs sent in the RPCs will be the same for all tenants and QOS will likely not be doing what they want because the same limits will be applied on the sum of all tenant RPCs instead of separately for each tenant.
While this is related to nodemaps, it is not exactly the same as LU-17902 because that is putting a TBF limit on the RPCs sent by exports on that nodemap, rather than on the IDs associated with the nodemap.