]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: send snap related messages centrally during mds recovery
authorYan, Zheng <zyan@redhat.com>
Fri, 21 Jul 2017 13:40:46 +0000 (21:40 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 9 Feb 2018 09:46:55 +0000 (17:46 +0800)
commit93e7267757508520dfc22cff1ab20558bd4a44d4
tree56fc907745997d6b0652a6b91a5c32b62c66fa70
parent3b5da9c613906a66db03550aa58ce4c7c27a73f0
mds: send snap related messages centrally during mds recovery

sending CEPH_SNAP_OP_SPLIT and CEPH_SNAP_OP_UPDATE messages to
clients centrally in MDCache::open_snaprealms()

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/Server.cc