]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd: drop --pool option from "rbd group image {add,rm}"
authorIlya Dryomov <idryomov@gmail.com>
Fri, 20 Dec 2024 10:16:58 +0000 (11:16 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 22 Dec 2024 15:55:29 +0000 (16:55 +0100)
commit6725c65473531314a0f9e38c20923467c6ee9681
treefad6f87c0ba07c07de6b2d8f36585812ee115ec0
parent5a5f0f03aa59682c1d69828f8ac90045da42b809
rbd: drop --pool option from "rbd group image {add,rm}"

It stopped working with removal of get_special_pool_group_names() in
commit 3e8624f157a1 ("rbd: add support for namespaces") over six years
ago.  Given how much time has passed, stop accepting this option.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 1f71671dc65fa9e35d451e55d8963d60f3198a93)
src/test/cli/rbd/help.t
src/tools/rbd/action/Group.cc