Skip to content
  • Sage Weil's avatar
    ceph: fix uid/gid on resent mds requests · cb4276cc
    Sage Weil authored
    
    
    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: default avatarSage Weil <sage@newdream.net>
    cb4276cc