]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: remove unused osd heartbeat option 38879/head
authorhaoyixing <haoyixing@kuaishou.com>
Wed, 13 Jan 2021 10:13:45 +0000 (18:13 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Wed, 13 Jan 2021 10:20:39 +0000 (18:20 +0800)
Since commit a5f9ca, option osd_mon_ack_timeout was removed, change
doc accordingly.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
doc/rados/configuration/mon-osd-interaction.rst

index b86018cdd4f6f11d58f3782c21d155d7634e9307..727070491a3403d128ef9963d80ba5de696eb850 100644 (file)
@@ -351,13 +351,6 @@ Monitor Settings
 OSD Settings
 ------------
 
-``osd_heartbeat_address``
-
-:Description: An Ceph OSD Daemon's network address for heartbeats.
-:Type: Address
-:Default: The host address.
-
-
 ``osd_heartbeat_interval``
 
 :Description: How often an Ceph OSD Daemon pings its peers (in seconds).
@@ -401,12 +394,3 @@ OSD Settings
 
 :Type: 32-bit Integer
 :Default: ``5``
-
-
-``osd_mon_ack_timeout``
-
-:Description: The number of seconds to wait for a Ceph Monitor to acknowledge a
-              request for statistics.
-
-:Type: 32-bit Integer
-:Default: ``30``