]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: drop --pool option from "rbd group image {add,rm}" 61155/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 20 Dec 2024 10:16:58 +0000 (11:16 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 20 Dec 2024 12:29:46 +0000 (13:29 +0100)
commit1f71671dc65fa9e35d451e55d8963d60f3198a93
tree0ccea7f881e8b38984301572564fcb8ed6580e6d
parentf35e3a6e9d93c2d2122c31d5eeb9fabaef89f2e1
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>
src/test/cli/rbd/help.t
src/tools/rbd/action/Group.cc