commit | cb4276cca4695670916a82e359f2e3776f0a9138 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Nov 08 07:28:52 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Mon Nov 08 07:29:05 2010 -0800 |
tree | 09695ba622771c933e045bafe63c1da1139266f3 | |
parent | cd045cb42a266882ac24bc21a3a8d03683c72954 [diff] |
ceph: fix uid/gid on resent mds requests 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: Sage Weil <sage@newdream.net>