]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: don't default empty pool name unless namespace is specified
authorIlya Dryomov <idryomov@gmail.com>
Thu, 14 Jul 2022 12:19:06 +0000 (14:19 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 1 Aug 2022 15:29:07 +0000 (17:29 +0200)
commit42eb496de1976e69bbf87fa99c2fa103ea022869
tree0443d57c2d9aa0ffe2287107af347fb49e08fd69
parent626dc8e801a2199309d926f8b7f7c451c3ca9a7f
rbd: don't default empty pool name unless namespace is specified

Commit 96f05a7956b3 ("rbd: delay determination of default pool name")
broke "rbd perf image iostat" and "rbd perf image iotop" GLOBAL_POOL_KEY
support (the ability to blend all rbd pools together into a single
view).

Fixes: https://tracker.ceph.com/issues/56561
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit b2137e205862e6cfc316c11036266da65a78d26d)
qa/workunits/rbd/cli_generic.sh
src/tools/rbd/action/Perf.cc