From 6171c26a946f7d57655e635bc931c01563060a70 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Mon, 20 Jan 2020 15:15:35 +0000 Subject: [PATCH] doc: document "mode" param for "rbd mirror image enable" command Signed-off-by: Mykola Golub --- doc/man/8/rbd.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 45433775cf4..27e69144698 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -470,13 +470,15 @@ Commands can be explicitly disabled mirroring for each image within the pool. -:command:`mirror image enable` *image-spec* +:command:`mirror image enable` *image-spec* *mode* Enable RBD mirroring for an image. If the mirroring is configured in ``image`` mode for the image's pool, then it can be explicitly enabled mirroring for each image within the pool. - This requires the RBD journaling feature is enabled. + The mirror image mode can either be ``journal`` (default) or + ``snapshot``. The ``journal`` mode requires the RBD journaling + feature. :command:`mirror image promote` [--force] *image-spec* Promote a non-primary image to primary for RBD mirroring. -- 2.39.5