commit | d9ffc4f77073e7e1ca731f21804769de9c094b87 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Tue Mar 18 10:15:29 2014 +0800 |
committer | Sage Weil <sage@inktank.com> | Fri Apr 04 21:07:12 2014 -0700 |
tree | fe7cbafb5174061c3e64e0765caa137405a9494b | |
parent | eb13e832f823f6c110ea53e3067bafe22b87de63 [diff] |
ceph: set mds_wanted when MDS reply changes a cap to auth cap When adjusting caps client wants, MDS does not record caps that are not allowed. For non-auth MDS, it does not record WR caps. So when a MDS reply changes a non-auth cap to auth cap, client needs to set cap's mds_wanted according to the reply. Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>