]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/mon/mds: fix `config set` tell command
authorJohn Spray <john.spray@redhat.com>
Mon, 31 Jul 2017 09:52:08 +0000 (05:52 -0400)
committerJohn Spray <john.spray@redhat.com>
Mon, 31 Jul 2017 13:28:21 +0000 (09:28 -0400)
commitac01dff6a998bbc818466c559680487bedd46aa6
tree0037dc01d664a6d0a52691c315924c3268b62a26
parentfa70335db25f2b661b329d5d8f37039b77f2d1ae
osd/mon/mds: fix `config set` tell command

This was working for setting values, but failing to call
the config observers, so some values didn't take effect.

Fixes: http://tracker.ceph.com/issues/20803
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDSDaemon.cc
src/mon/Monitor.cc
src/osd/OSD.cc