]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd: mention namespace in "rbd mirror pool" command descriptions
authorIlya Dryomov <idryomov@gmail.com>
Fri, 30 Aug 2024 12:00:44 +0000 (14:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 4 Sep 2024 12:04:44 +0000 (14:04 +0200)
commite42bbd6bdc401797104edd5c97081180a54e2f29
tree603885048556166048f9059626d6582d815b27dd
parentb74f65fbb0108362bc0c383b9308edffca45a82b
rbd: mention namespace in "rbd mirror pool" command descriptions

Commit 5e64748927d0 ("doc/rbd: add namespace information for mirror
commands") did this for the man page, update the built-in help as well.

The "by default" bit in the description of "rbd mirror pool enable" and
"rbd mirror pool disable" commands is specific to pool mode which is in
turn specific to journal-based mirroring, so it's removed.

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