mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
librbd: random unit test failures due to shut down race
Fixes: http://tracker.ceph.com/issues/19389 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
a965e0276b
commit
f3984f00de
@ -761,6 +761,7 @@ void CreateRequest<I>::complete(int r) {
|
||||
ldout(m_cct, 20) << "done." << dendl;
|
||||
}
|
||||
|
||||
m_data_io_ctx.close();
|
||||
m_on_finish->complete(r);
|
||||
delete this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user