]> 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, 18 Jul 2022 08:18:11 +0000 (10:18 +0200)
commit0001602e439b0416894a427df40af6e3ea6dce5e
tree2df72b3421d13de70fbc282440790f3c3fb0293d
parentb9484e1ef4824321479a801ab7199aca09a58fdc
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