]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: remove support for 'mon tell ...' and 'osd tell ...'
authorSage Weil <sage@inktank.com>
Wed, 12 Jun 2013 23:56:45 +0000 (16:56 -0700)
committerSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 16:26:52 +0000 (09:26 -0700)
commit6160e503426fffee0044029c9746c0af01594d2d
tree22d05d6ba81f021a0d31e6bed2e60abbfd9e958e
parent8adf88a2d5fee1c5ad832ddbb1b3bf1e69f977dc
mon: remove support for 'mon tell ...' and 'osd tell ...'

It doesn't work.  The commands the ceph cli sends are vector<string>, and
the mon expects json.

Leave the MDS on in place since ceph-mds still takes strings.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/MonCommands.h
src/mon/MonmapMonitor.cc