]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update mirroring guide to include pool/image status commands 9180/head
authorMykola Golub <mgolub@mirantis.com>
Thu, 12 May 2016 08:15:34 +0000 (11:15 +0300)
committerJason Dillaman <dillaman@redhat.com>
Wed, 18 May 2016 17:22:11 +0000 (13:22 -0400)
Fixes: http://tracker.ceph.com/issues/15746
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 4381e341c435c80793b847115eed616b8359c4e6)

doc/rbd/rbd-mirroring.rst

index 163e7f84f880894196c00b8bbe621e47ab5fa021..04e8e11c23d7b9d6d1883f5d45e51c52e28a1ceb 100644 (file)
@@ -228,6 +228,34 @@ For example::
    local cluster's ``rbd-mirror`` daemon process is responsible for performing
    the resync asynchronously.
 
+Mirror Status
+=============
+
+The peer cluster replication status is stored for every primary mirrored image.
+This status can be retrieved using the ``mirror image status`` and
+``mirror pool status`` commands.
+
+To request the mirror image status with ``rbd``, specify the
+``mirror image status`` command along with the pool and image name::
+
+        rbd mirror image status {pool-name}/{image-name}
+
+For example::
+
+        rbd mirror image status image-pool/image-1
+
+To request the mirror pool summary status with ``rbd``, specify the
+``mirror pool status`` command along with the pool name::
+
+        rbd mirror pool status {pool-name}
+
+For example::
+
+        rbd mirror image status image-pool
+
+.. note:: Adding ``--verbose`` option to the ``mirror pool status`` command will
+   additionally output status details for every mirroring image in the pool.
+
 rbd-mirror Daemon
 =================