]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #5867 from Vicente-Cheng/ceph-disk-destroy-implementation
authorLoic Dachary <loic@dachary.org>
Tue, 17 Nov 2015 10:43:02 +0000 (11:43 +0100)
committerLoic Dachary <loic@dachary.org>
Tue, 17 Nov 2015 10:43:02 +0000 (11:43 +0100)
ceph-disk: Add destroy and deactivate option

ceph-disk now understands deactivate to shutdown an OSD and umount the partition. It will remain in a "down" state until it is activated again with --reactivate. If a deactivated OSD is destroyed with ceph-disk destroy, it will be permanently removed from the cluster and from the crushmap.

Reviewed-by: Loic Dachary <ldachary@redhat.com>

Trivial merge