From: Venky Shankar Date: Mon, 19 Apr 2021 10:12:21 +0000 (+0530) Subject: doc: document cephfs-mirror configuration options X-Git-Tag: v17.1.0~1932^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ffeb048006408215dab9cdb34a89a56e7fe286bc;p=ceph.git doc: document cephfs-mirror configuration options Fixes: http://tracker.ceph.com/issues/50035 Signed-off-by: Venky Shankar --- diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index 82dd6ada8ea3..4d0c68d58974 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -307,6 +307,19 @@ synchronization. When mirroring is disabled, the respective `fs mirror status` command for the file system will not show up in command help. +Configuration Options +--------------------- + +.. confval:: cephfs_mirror_max_concurrent_directory_syncs +.. confval:: cephfs_mirror_action_update_interval +.. confval:: cephfs_mirror_restart_mirror_on_blocklist_interval +.. confval:: cephfs_mirror_max_snapshot_sync_per_cycle +.. confval:: cephfs_mirror_directory_scan_interval +.. confval:: cephfs_mirror_max_consecutive_failures_per_directory +.. confval:: cephfs_mirror_retry_failed_directories_interval +.. confval:: cephfs_mirror_restart_mirror_on_failure_interval +.. confval:: cephfs_mirror_mount_timeout + Re-adding Peers ---------------