]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: mention namespace in "rbd mirror pool" command descriptions 59600/head
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:00:26 +0000 (14:00 +0200)
commit6566585e4b794e6d58404088263c652c924524cc
tree49761099050eaa673a60983a9b22d6d6f63fd835
parent121cefb2c5de5719fe90b4b4d3085ee1aa34bf9a
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