commit | 0e5e1774a92e6fe9c511585de8f078b4c4c68dbb | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Mon Nov 19 10:49:09 2012 +0800 |
committer | Alex Elder <elder@inktank.com> | Thu Dec 13 08:13:08 2012 -0600 |
tree | afae65bdcf42f8eddbd906c4038c6c67249b626b | |
parent | a85f50b6ef93fbbb2ae932ce9b2376509d172796 [diff] |
ceph: call handle_cap_grant() for cap import message If client sends cap message that requests new max size during exporting caps, the exporting MDS will drop the message quietly. So the client may wait for the reply that updates the max size forever. call handle_cap_grant() for cap import message can avoid this issue. Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> Signed-off-by: Sage Weil <sage@inktank.com>