]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: destroy-new -> purge-new 23259/head
authorSage Weil <sage@redhat.com>
Fri, 15 Jun 2018 19:05:20 +0000 (14:05 -0500)
committerSage Weil <sage@redhat.com>
Thu, 26 Jul 2018 13:13:40 +0000 (08:13 -0500)
commit27da204dc8f385ad24881dc49aae694df95be909
treec9039d448be6f63897abbb06c8156a30e7efbeef
parent223aa4d2ced4a3d8c4f00b7872a21aa1510c151b
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>
(cherry picked from commit 761f68dc0d261120d26a41d958e9688b3fed7057)
qa/workunits/cephtool/test.sh
src/mon/MonCap.cc
src/mon/MonCommands.h
src/mon/OSDMonitor.cc