From 873e35ee24eb37f8349178d16e84130a60d4e9e8 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Wed, 6 Dec 2023 18:07:12 +0530 Subject: [PATCH] doc: add supported file types in cephfs-mirroring.rst Signed-off-by: Jos Collin (cherry picked from commit 3d44e5dfdc83e33167ee2b63caf7c4fb2d34f6ba) --- doc/cephfs/cephfs-mirroring.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index fd00a1eef2e3a..973a2affa1f57 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -93,6 +93,15 @@ providing high-availability. .. note:: Deploying a single mirror daemon is recommended. Running multiple daemons is untested. +The following file types are supported by the mirroring: + +- Regular files (-) +- Directory files (d) +- Symbolic link file (l) + +The other file types are ignored by the mirroring. So they won't be +available on a successfully synchronized peer. + The mirroring module is disabled by default. To enable the mirroring module, run the following command: -- 2.39.5