]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: shunt old tell commands from cli interface to asok
authorSage Weil <sage@redhat.com>
Tue, 22 Oct 2019 16:36:06 +0000 (11:36 -0500)
committerSage Weil <sage@redhat.com>
Wed, 23 Oct 2019 00:46:14 +0000 (19:46 -0500)
commit0b6194a3755b8b210f0ebab075816ddf5fc8965e
tree51db783808e11b16c2fb35020eb775e892042686
parent64b9fd8b5826985a79ffc137335ac540f4db36a1
mon: shunt old tell commands from cli interface to asok

Pre-octopus clients will send tell commands as CLI commands.  Explicitly
identify those and send them to the asok infrastructure.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/admin_socket.cc
src/common/admin_socket.h
src/mon/Monitor.cc