]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Tidy up removal of debug mon features 14467/head
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 12 Apr 2017 00:47:38 +0000 (10:47 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Wed, 12 Apr 2017 00:49:16 +0000 (10:49 +1000)
commitb0fef6f50fb220e52b667b9c8b22fe8f324f6450
tree906069965b42f0a0f213db9087f8bcff07c405c1
parent612f806c9d9a6b1a48b57eb3582f7b2d53b70cd0
mon: Tidy up removal of debug mon features

545bc83 removed most of the plumbing for the debug mon features admin
socket commands but failed to remove the register/unregister command
pairs. This means the monitor asserts if an attempt is made to use any
of these commands.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/mon/Monitor.cc