]> git.proxmox.com Git - pve-storage.git/commit - PVE/API2/Disks/LVMThin.pm
api: disks: delete: add flag for wiping disks
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 25 Oct 2021 13:47:48 +0000 (15:47 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 10 Nov 2021 11:35:25 +0000 (12:35 +0100)
commitf81908eb58939b75ee4eb7abcde4ed078e84edac
tree6d15de3efb1b4c8ba49db81e1eded845fd14be16
parent26082b7dafe7ca8d0b12125c881c62658606cae7
api: disks: delete: add flag for wiping disks

For ZFS and directory storages, clean up the whole disk when the
layout is as usual to avoid left-overs.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/API2/Disks/Directory.pm
PVE/API2/Disks/LVM.pm
PVE/API2/Disks/LVMThin.pm
PVE/API2/Disks/ZFS.pm