]> 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>
Mon, 18 Jul 2022 08:19:05 +0000 (10:19 +0200)
commit8c9872f7da2b4505a0f6454b042e3ffb62bc1d19
treef80943b0e50f10614eb68598d3f0f7b2383893c2
parent9b04e03b76644a11addfaa0475685c714a2d609a
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