]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
OSD: mark two heartbeat config opts as observed
authorPiotr Dałek <piotr.dalek@corp.ovh.com>
Fri, 16 Jun 2017 11:05:10 +0000 (13:05 +0200)
committerVikhyat Umrao <vumrao@redhat.com>
Tue, 18 Jul 2017 20:36:41 +0000 (16:36 -0400)
"osd heartbeat min size" and "osd heartbeat interval" can be changed
at runtime, because their values, when used, are always taken from
global Ceph configuration. Mark them as observed, so the message
the user sees once they're changed doesn't confuse them.

Signed-off-by: Piotr Dałek <piotr.dalek@corp.ovh.com>
(cherry picked from commit 44b7839c788b20e0b9da76bc3838ae10d3ad2f89)

src/osd/OSD.cc

index c95bd247b631db375a9a64316bc87485c8f6c4c1..42b3b6c71d59808c4fdcc22773156503703bc0aa 100644 (file)
@@ -9020,6 +9020,8 @@ const char** OSD::get_tracked_conf_keys() const
     "fsid",
     "osd_client_message_size_cap",
     "osd_client_message_cap",
+    "osd_heartbeat_min_size",
+    "osd_heartbeat_interval",
     NULL
   };
   return KEYS;