]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/OSDMap: remove remaining g_conf() usage
authorSage Weil <sage@redhat.com>
Wed, 25 Sep 2019 13:12:59 +0000 (08:12 -0500)
committerSage Weil <sage@redhat.com>
Wed, 25 Sep 2019 14:44:45 +0000 (09:44 -0500)
commitac746d343b698c88d1ce7a5f88db0672508755fa
tree6a3321407ec09e51faee66c6caa7f640302a882b
parentf1f8e9a52080237906ff28b5103f87d7a59e2c46
osd/OSDMap: remove remaining g_conf() usage

Use the explicitly-passed cct here instead of relying on the global symbol.
The only user was check_health(), so this is easy.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc
src/osd/OSDMap.cc
src/tools/osdmaptool.cc