From 1cfeff3661e93fa6c0170e6fa699f9599dc533c0 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 14 Jun 2017 10:04:22 -0400 Subject: [PATCH] doc/mgr: update for mgr_beacon_period change This setting got renamed. Signed-off-by: John Spray --- doc/mgr/administrator.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/mgr/administrator.rst b/doc/mgr/administrator.rst index 173062ac76c..7be1e92fd89 100644 --- a/doc/mgr/administrator.rst +++ b/doc/mgr/administrator.rst @@ -79,9 +79,10 @@ OPTION(mgr_module_path, OPT_STR, CEPH_PKGLIBDIR "/mgr") // where to load python :Type: String :Default: ``"/var/lib/ceph/mgr/$cluster-$id"`` -``mgr beacon period`` +``mgr tick period`` -:Description: How many seconds between mgr beacons to monitors +:Description: How many seconds between mgr beacons to monitors, and other + periodic checks. :Type: Integer :Default: ``5`` -- 2.39.5