Skip to content

Commit

Permalink
OSD: mark two heartbeat config opts as observed
Browse files Browse the repository at this point in the history
"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 44b7839)
  • Loading branch information
branch-predictor authored and vumrao committed Jul 18, 2017
1 parent f840864 commit 52f221b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/osd/OSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52f221b

Please sign in to comment.