]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/DaemonServer: make 'config show' indicate duplicate overrides
authorSage Weil <sage@redhat.com>
Sat, 6 Jan 2018 03:39:10 +0000 (21:39 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:48 +0000 (14:44 -0600)
commita95cf66dac2c010f4aa3b146b16075de07b04556
tree003245fa187ac5e318356fbb51dcd159f22c1a69
parenta9a619748ad631bd9356b213824e867898438cc3
mgr/DaemonServer: make 'config show' indicate duplicate overrides

If we override an option with the same value, show the OVERRIDES item
in parenthesis.  (I tried "=$src" and "(=$src)" but neither looked any
better.)

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