]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
neorados: Avoid double cleanup in watch/notify
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 26 Nov 2025 05:59:13 +0000 (00:59 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 5 Dec 2025 18:08:33 +0000 (13:08 -0500)
commit23766931faf74364b87e5326c7aefa596b3068c2
tree464d63551cee11a51582e9e50ce0672442113b7f
parent7c00e59207119be9aa45eb1928114bf495e343a4
neorados: Avoid double cleanup in watch/notify

An error coming in after `maybe_cleanup()` is called could trigger it
again. Add a flag to prevent that.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/neorados/RADOS.cc