]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: drop --pool option from "rbd group image {add,rm}" 61171/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 20 Dec 2024 10:16:58 +0000 (11:16 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 23 Dec 2024 09:46:13 +0000 (10:46 +0100)
commit0c193674eeaa1e7f1fd305b2ddc00c1ef139714d
tree110a41f8a4540c933a9030ad8e336ab5dea1fa43
parent6a3fba58d774876c666003ad779324a671924e6b
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