]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
librados: aio_unwatch() delivers ENOTCONN to AioCompletion
authorCasey Bodley <cbodley@redhat.com>
Thu, 11 Dec 2025 16:34:00 +0000 (11:34 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 12 Dec 2025 16:00:49 +0000 (11:00 -0500)
commit5ffa772fd1d01aa934ac6e5003fc7bcb437fd842
treeccc76d0eaef5a85b8839e8a4a441309b050e78a5
parent27ae09f2b5899203976c18d89635988321d2b6ae
librados: aio_unwatch() delivers ENOTCONN to AioCompletion

94f42b648feea77bd09dc3fdb48e6db2b48c7717 added a new error condition to
IoCtx::aio_unwatch() that callers aren't prepared to handle. instead of
returning that error directly, report it asynchronously to the
AioCompletion

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/librados/IoCtxImpl.cc