]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: flush dirty dirfrags that weren't logged when deactivating mds
authorYan, Zheng <zyan@redhat.com>
Wed, 17 Oct 2018 09:22:47 +0000 (17:22 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 29 Oct 2018 03:42:00 +0000 (11:42 +0800)
commit68b6073af92595da92c0032e814a2bb3d3cba5cd
treea621c2d56e538d62a84f969aada3c57232a628e5
parent49c0f072f60deb5761e6b6a6518d88c59510ee9b
mds: flush dirty dirfrags that weren't logged when deactivating mds

CDir::log_mark_dirty() may mark dirfrag dirty, without journal event.

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