]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: call handle_cap_grant() for cap import message
authorYan, Zheng <zheng.z.yan@intel.com>
Thu, 20 Feb 2014 06:59:46 +0000 (14:59 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Thu, 27 Feb 2014 03:59:59 +0000 (11:59 +0800)
commit6797d30032021aa9478c98cd61f5f8b1deda816e
treeeaeabf5c3e9244e4d99956359eb7aeacd2b3f991
parent154efb153427a0068507e09663c12a56afa15dc2
client: 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>
src/client/Client.cc