]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: mention namespace in "rbd mirror pool" command descriptions 59478/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 30 Aug 2024 12:00:44 +0000 (14:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 30 Aug 2024 12:00:44 +0000 (14:00 +0200)
commit7e02946a3f60da0dcc99e0b4a4b6b3d359db1c15
treea0155977a1a58489d0385d9670fb29e6d0020d0d
parent5f064a52707af58fd6007734a768899aeb5a32fc
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>
src/test/cli/rbd/help.t
src/tools/rbd/action/MirrorPool.cc