]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: clear pending flush contexts on shut down 35310/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 29 May 2020 13:22:26 +0000 (09:22 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 3 Jun 2020 13:45:24 +0000 (09:45 -0400)
commit87b2849fc25e21726c100f0304965e857e819aff
tree785a8195af71df9566b19816a3f4f85110164044
parent2aa0e11b8fdb1d6a2fd882230fa9bf7140d80d04
librbd: clear pending flush contexts on shut down

The IOs are already dispatched but are not cleared from the
container. This can result in an assertion failure in the destructor.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/io/FlushTracker.cc