]> git.apps.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>
Sat, 16 Jul 2022 08:04:02 +0000 (10:04 +0200)
commitb2137e205862e6cfc316c11036266da65a78d26d
tree4921a952aba66f69c9e1394d8fa981f43f0f318c
parent367bf22731795ecf426b8888103f650eea1503df
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>
qa/workunits/rbd/cli_generic.sh
src/tools/rbd/action/Perf.cc