]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: properly clear CDir::STATE_COMPLETE when replaying EImportStart
authorYan, Zheng <zheng.z.yan@intel.com>
Mon, 21 Jan 2013 14:05:42 +0000 (22:05 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Tue, 29 Jan 2013 02:17:36 +0000 (10:17 +0800)
commit4fc68a48113557392e9f1b00eb0f921163036a98
tree8bd2d315e5403c710da86276d701a9931218dcb7
parent9a0cfcc56d24b91cf22f04d91b756261c1b4e410
mds: properly clear CDir::STATE_COMPLETE when replaying EImportStart

when replaying EImportStart, we should set/clear directory's COMPLETE
flag according with the flag in the journal entry.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/MDCache.cc
src/mds/Migrator.cc
src/mds/Server.cc
src/mds/events/EMetaBlob.h
src/mds/journal.cc