• S
    ceph: fix uid/gid on resent mds requests · cb4276cc
    Sage Weil 提交于
    MDS requests can be rebuilt and resent in non-process context, but were
    filling in uid/gid from current_fsuid/gid.  Put that information in the
    request struct on request setup.
    
    This fixes incorrect (and root) uid/gid getting set for requests that
    are forwarded between MDSs, usually due to metadata migrations.
    Signed-off-by: NSage Weil <sage@newdream.net>
    cb4276cc
mds_client.h 11.3 KB