]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
neorados: Don't call dispatch inside with_osdmap
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 17 Mar 2022 16:30:19 +0000 (12:30 -0400)
committerAdam Emerson <aemerson@redhat.com>
Thu, 14 Sep 2023 21:01:03 +0000 (17:01 -0400)
commitb6021d4a939e4d4b167d50ecbbccba4742fb583b
tree6b51c880f209792e087f83bdc629aad9080c30fa
parentf0c2dcae588fedf5441978f9043d2aa8108da64f
neorados: Don't call dispatch inside with_osdmap

The lock will continue to be held over the 'dispatch' with C++20
coroutines.

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