From 6fdc942d0b4f6846c19fbf38ce617029ac1a6e38 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 24 Oct 2024 11:33:19 +0530 Subject: [PATCH] doc: explain the consequence of enabling mirroring through monitor commands Signed-off-by: Jos Collin (cherry picked from commit ed3ce72fbc0b097131945cbb39caa0831401b94a) --- doc/cephfs/cephfs-mirroring.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index df24bf405169f..65e21b50da480 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -120,7 +120,9 @@ system, run a command of the following form: .. note:: "Mirroring module" commands are prefixed with ``fs snapshot mirror``. This distinguishes them from "monitor commands", which are prefixed with ``fs - mirror``. Be sure (in this context) to use module commands. + mirror``. Enabling mirroring by using monitor commands will result in the mirror daemon + entering the "failed" state due to the absence of the `cephfs_mirror` index object. + So be sure (in this context) to use module commands. To disable mirroring for a given file system, run a command of the following form: -- 2.39.5