]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: simplify how to export non-auth caps
authorYan, Zheng <zheng.z.yan@intel.com>
Tue, 26 Nov 2013 10:32:18 +0000 (18:32 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 16 Dec 2013 04:15:25 +0000 (12:15 +0800)
commit05b192faab609e90ff5c9d23cb46463af8394f44
treecb7bf958609b617bbba988769443717b072e2bb1
parent9dc52ff04bebd8f2477f88514d653484bd2b150f
mds: simplify how to export non-auth caps

Introduce a new flag in cap import message. If client finds the flag
is set, it releases exporter's caps (send release to the exporter).
This saves the cap export message and a "mds to mds" message.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/include/ceph_fs.h
src/mds/Migrator.cc
src/mds/Migrator.h