]> git.proxmox.com Git - pve-manager.git/commit
add wipe_disk option when destroying ceph disk
authorDavid Limbeck <d.limbeck@proxmox.com>
Wed, 24 Oct 2018 09:45:44 +0000 (11:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Oct 2018 09:46:13 +0000 (11:46 +0200)
commit1b3caf4f2153bff3c0db7726275a571fbd1f07e0
tree67e66b979edec49b407ba60d9cc52b6f17c600b0
parent5d4bb1f73231fd291eeb2cecc2dc918ed0038746
add wipe_disk option when destroying ceph disk

this allows the disk to be reused as ceph disk by zeroing the first 200M
of the destroyed disk. disks are iterated separately from partitions to
prevent duplicate wipes.

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
PVE/API2/Ceph.pm