Skip to content

kvm: add option to run a partition pre-destroy script which wipe vm disks before destroy them

Alain Takoudjou requested to merge alain into master

When destroy a vm, a custom script which run shred can be used to wipe vm disk so that the data will be completely deleted.

Merge request reports