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:
Ronen Friedman 2021-09-25 09:13:09 +00:00
parent 6bf32314f7
commit 11f94b3dd7

View File

@ -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",