]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix failed assertion in MDCache::maybe_resolve_finish 12098/head
authorYan, Zheng <zyan@redhat.com>
Mon, 21 Nov 2016 12:27:40 +0000 (20:27 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 21 Nov 2016 12:42:31 +0000 (20:42 +0800)
commitfb8b027969538c0c475fc146338623dfdb3c8916
treef7fef5ebfba49fb3e9f5e6779903a61111448e9f
parent30218bc58eab69e174d6df0c8e4eceeed776ab96
mds: fix failed assertion in MDCache::maybe_resolve_finish

It's possible mds's state is RESOLVE and mds's want_state is
RECONNCT or STATE_REJOIN. MDCache::resolve_done is null in that
case.

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