From: martin f. krafft Date: Thu, 27 Feb 2014 18:48:59 +0000 (+0100) Subject: output note about wiping X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/16bf1f77052875a9da2feab227ae0290b37f0cdb output note about wiping --- diff --git a/vinst b/vinst index 06f4a25..f5eb790 100755 --- a/vinst +++ b/vinst @@ -173,6 +173,7 @@ echo >&2 virsh --connect=$QEMU_URI vol-create-as $STORAGE_POOL virt-$HOSTNAME ${DISK}G if [ $WIPE = 1 ]; then + echo >&2 "Wiping disk…" virsh --connect=$QEMU_URI vol-wipe --pool $STORAGE_POOL --algorithm zero virt-$HOSTNAME fi