]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/ConfigMonitor: fix loading of non-module mgr config options
authorSage Weil <sage@redhat.com>
Fri, 31 Aug 2018 22:04:42 +0000 (17:04 -0500)
committerSage Weil <sage@redhat.com>
Fri, 31 Aug 2018 22:09:19 +0000 (17:09 -0500)
commitb56984645c355bca5478e7ffd4629341477a50e4
tree0f80c9a8cee739f18a1ab46e7d32514cb38cb440
parentfa86ad17b1a5e1921620894085799ec6ac46d0dd
mon/ConfigMonitor: fix loading of non-module mgr config options

"*/mgr/*" is special (including "global/mgr/*" and "mgr/mgr/*" and
"mgr.foo/mgr/*".  "mgr/*" is wrong.

Fixes: http://tracker.ceph.com/issues/35076
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/ConfigMonitor.cc