]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: mark quiesce notification complete after quiesce complete
authorMykola Golub <mgolub@suse.com>
Tue, 29 Sep 2020 08:16:56 +0000 (09:16 +0100)
committerMykola Golub <mgolub@suse.com>
Wed, 30 Sep 2020 17:51:38 +0000 (18:51 +0100)
commit6044d39d8dc0ca83211b4142159272d271ad9455
tree1e1f98f76d309da60aff50a503ad3676e86cb562
parent96bc20445afb0b2579a79b54a7854bc4a23f5b62
librbd: mark quiesce notification complete after quiesce complete

Previoulsy it was marked complete only after unqiesce was
complete, which did not allow us to use the error code stored in
m_async_complete for a quiesce dup coming between the quiesce was
complete and unqiesce was complete.

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/ImageWatcher.cc
src/librbd/ImageWatcher.h