]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: consolidate 'sync force' commands
authorSage Weil <sage@redhat.com>
Fri, 11 Oct 2019 00:08:50 +0000 (19:08 -0500)
committerSage Weil <sage@redhat.com>
Sat, 12 Oct 2019 17:05:36 +0000 (12:05 -0500)
commite3260a81d5f82b22ef050b68412d3e79d3a7e2ec
tree3d9afac83b8c30608b3bad32d5432d86c60f389d
parent5b83aa779ac87cf54d36caf6bf88286c30bb09b2
mon: consolidate 'sync force' commands

Replace the 'ceph [mon] sync force' commands and just use the asok
sync_force command instead.  This is a low-level command that nobody should
reasonsbly using except in an emergency, so do not bother with trying to
maintain compatibility; it's a bit rediculous that we had 3 variations of
this to being with!

Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes
doc/man/8/ceph.rst
qa/tasks/mon_thrash.py
qa/workunits/cephtool/test.sh
src/ceph_mon.cc
src/mon/MonCommands.h
src/mon/Monitor.cc
src/mon/Monitor.h