]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/ConfigMonitor: allow entity type only for 'config get'
authorSage Weil <sage@redhat.com>
Tue, 1 Oct 2019 16:34:22 +0000 (11:34 -0500)
committerSage Weil <sage@redhat.com>
Sat, 5 Oct 2019 01:33:35 +0000 (20:33 -0500)
commit91a252dd432a9bdb44c55a9f3b66ff9b43eae9ff
tree76f789c1e5d8c380a96937f5203881d61336d8a9
parenta99d1a5fe896d10962f85cf96aff3f2325b1e7f9
mon/ConfigMonitor: allow entity type only for 'config get'

e.g., 'ceph config get osd debug_osd' to return the config value that
would apply to a generic OSD (either from the osd or global section of
the config).

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/ConfigMonitor.cc