]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: add a missing comma in a list of strings
authorRonen Friedman <rfriedma@redhat.com>
Sat, 25 Sep 2021 09:13:09 +0000 (09:13 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 25 Sep 2021 09:13:09 +0000 (09:13 +0000)
One of OSD::get_tracked_conf_keys() keys was missing
a terminating ','

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/OSD.cc

index 425e27a3df131573a1a52b4553276b07c622045a..91f6ee5a0333264a0175f24c6830e55efdbf6458 100644 (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",