]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: call apply_changes() after setting librados_thread_count 50289/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 22 Feb 2023 18:02:18 +0000 (19:02 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 9 Mar 2023 19:10:33 +0000 (20:10 +0100)
commit12f361a9fe5282be7df578bc153180a346e17e85
tree6287469e815a96f7ea37deaae70fdc9a9a163057
parent62b578910fc122eac3c8cc639cf5745b3ab1b396
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>
(cherry picked from commit b21a379c5b5af774c738c8c38ae459dba3512e1b)
qa/workunits/rbd/rbd-nbd.sh
src/librbd/AsioEngine.cc