]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: avoid gather assertion when subs exist
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 16 Feb 2019 22:30:41 +0000 (14:30 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 19 Feb 2019 00:25:05 +0000 (16:25 -0800)
commit0a0f9a080050736c27c22cf6aeda056e90275818
treee12188dded023900c5ecb875edcf1883b3d42a12
parent9ca2b3add91b049cb1eecd24a3297a9b2b8a103a
mds: avoid gather assertion when subs exist

If the gather has subs and is deleted, we hit this assertion:

    ceph_assert(activated);

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSRank.cc