]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: destroy-new -> purge-new 22582/head
authorSage Weil <sage@redhat.com>
Fri, 15 Jun 2018 19:05:20 +0000 (14:05 -0500)
committerSage Weil <sage@redhat.com>
Fri, 15 Jun 2018 19:11:01 +0000 (14:11 -0500)
commit761f68dc0d261120d26a41d958e9688b3fed7057
tree08e544eb60a83726fa9b1eef3aab5549afc348e6
parent13393f6108a89973e0415caa61c6025c760a3930
mon: destroy-new -> purge-new

What we actually want is a purge, not a destroy.  Destroy leaves the OSD
ID in used and allows it to be recreated.  What ceph-volume wants is to
purge all trace of the failed OSD setup.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh
src/mon/MonCap.cc
src/mon/MonCommands.h
src/mon/OSDMonitor.cc