]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: exception for dashboard in config-key warning 22770/head
authorJohn Spray <john.spray@redhat.com>
Fri, 29 Jun 2018 10:36:39 +0000 (11:36 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 6 Jul 2018 10:04:23 +0000 (11:04 +0100)
commit8f4481f8d692205e3cfaf17e153a84145332658a
treed95c23ed7b1a9c150b43210c8bf148aefee00277
parentf4f980c42df2667354a7569a4609a2eeb4f60b99
mon: exception for dashboard in config-key warning

This warning went in with the expectation that nobody
would be using config-key commands for modules any more,
but the dashboard does use these in order to get the
"-i" functionality on the CLI for loading certs/keys.

In Nautilus they can switch to using "-i" on real module
commands, but for Mimic let's silence the warning for
the dashboard module.

Fixes: https://tracker.ceph.com/issues/24689
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/ConfigKeyService.cc