]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

output note about wiping
authormartin f. krafft <madduck@madduck.net>
Thu, 27 Feb 2014 18:48:59 +0000 (19:48 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 27 Feb 2014 18:48:59 +0000 (19:48 +0100)
vinst

diff --git a/vinst b/vinst
index 06f4a25d00286ff3995ab91baa7f6aa5a641ddb3..f5eb790e237fea091e81726a6eb671132cee8a14 100755 (executable)
--- 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