mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
osd: add a missing comma in a list of strings
One of OSD::get_tracked_conf_keys() keys was missing a terminating ',' Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
This commit is contained in:
parent
6bf32314f7
commit
11f94b3dd7
@ -10059,7 +10059,7 @@ const char** OSD::get_tracked_conf_keys() const
|
||||
"osd_snap_trim_sleep",
|
||||
"osd_snap_trim_sleep_hdd",
|
||||
"osd_snap_trim_sleep_ssd",
|
||||
"osd_snap_trim_sleep_hybrid"
|
||||
"osd_snap_trim_sleep_hybrid",
|
||||
"osd_scrub_sleep",
|
||||
"osd_recovery_max_active",
|
||||
"osd_recovery_max_active_hdd",
|
||||
|
Loading…
Reference in New Issue
Block a user