From 1af67b75297174c6c92a32d758968fa09aff43f6 Mon Sep 17 00:00:00 2001 From: Adam Wolfe Gordon Date: Thu, 17 Aug 2017 09:20:30 -0600 Subject: [PATCH] doc: Update mirroring docs to mention data-pool configuration Signed-off-by: Adam Wolfe Gordon (cherry picked from commit 1e001c19e98ac1cd2428dd66f047ea4d6b2b01b1) --- doc/rbd/rbd-mirroring.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/rbd/rbd-mirroring.rst b/doc/rbd/rbd-mirroring.rst index e4db92832768a..989f1fc3287d0 100644 --- a/doc/rbd/rbd-mirroring.rst +++ b/doc/rbd/rbd-mirroring.rst @@ -36,6 +36,13 @@ Ceph clusters. configuration file of the same name (e.g. /etc/ceph/remote.conf). See the `ceph-conf`_ documentation for how to configure multiple clusters. +.. note:: Images in a given pool will be mirrored to a pool with the same name + on the remote cluster. Images using a separate data-pool will use a data-pool + with the same name on the remote cluster. E.g., if an image being mirrored is + in the ``rbd`` pool on the local cluster and using a data-pool called + ``rbd-ec``, pools called ``rbd`` and ``rbd-ec`` must exist on the remote + cluster and will be used for mirroring the image. + Enable Mirroring ---------------- -- 2.39.5