From: Venky Shankar Date: Mon, 31 Aug 2020 12:34:47 +0000 (-0400) Subject: doc: document cephfs mirroring developement status X-Git-Tag: v16.1.0~1247^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bf65fab451409bcdab99b51ff3454eec9009eae;p=ceph.git doc: document cephfs mirroring developement status Signed-off-by: Venky Shankar --- diff --git a/doc/dev/cephfs-mirroring.rst b/doc/dev/cephfs-mirroring.rst index 9df313690178..66681fd31007 100644 --- a/doc/dev/cephfs-mirroring.rst +++ b/doc/dev/cephfs-mirroring.rst @@ -65,3 +65,9 @@ notified about changes in mirror status and/or peers. `cephfs-mirror` daemon sub to `FSMap` and gets notified on mirror status and/or peer updates. Peer changes are handled by starting or stopping mirroring to when a new peer is added or an existing peer is removed. + +Feature Status +-------------- + +`cephfs-mirror` daemon is built by default (follows `WITH_CEPHFS` CMake rule). However, the +feature is in development phase.