]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: call apply_changes() after setting librados_thread_count
authorIlya Dryomov <idryomov@gmail.com>
Wed, 22 Feb 2023 18:02:18 +0000 (19:02 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 23 Feb 2023 11:50:45 +0000 (12:50 +0100)
commitb21a379c5b5af774c738c8c38ae459dba3512e1b
tree6e06a3e09a70fbc78a7acba1b434b4e924a913e1
parenta6b610f9cc41c665a1774c16b841e5702e567fc1
librbd: call apply_changes() after setting librados_thread_count

Otherwise the setting doesn't take effect.  While at it, replace
home-grown stringify() with standard to_string().

Fixes: https://tracker.ceph.com/issues/58833
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/workunits/rbd/rbd-nbd.sh
src/librbd/AsioEngine.cc