]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: add a missing comma in a list of strings 43302/head
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)
commit11f94b3dd7e49433d3607794dd7b55b6d5c20d4e
treecadd89b6a16cf9b2e3448fa32dc85110d55e35af
parent6bf32314f75fffd4473705cfaebdf47aa2a9735d
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>
src/osd/OSD.cc