summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-07 12:37:34 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-07 12:37:34 +0200
commita536d9b2872321c5d272f244e29c9b76cd9648de (patch)
tree316de5e47d7066d3da627f00914149cd6c05fb5b /create-vm
parent75063303533f106db8ceec7f9a25ed746a4ae103 (diff)
downloadansibleness-a536d9b2872321c5d272f244e29c9b76cd9648de.tar.gz
Add: progress message for uncompessed images
Diffstat (limited to 'create-vm')
-rwxr-xr-xcreate-vm1
1 files changed, 1 insertions, 0 deletions
diff --git a/create-vm b/create-vm
index b8ed1ad..b4d1cdd 100755
--- a/create-vm
+++ b/create-vm
@@ -103,6 +103,7 @@ then
pv --size "$size" |
sudo ionice -c3 tee "$lvpath" > /dev/null
else
+ verbose "Copying uncompressed imagew to LV"
pv "$basepath" |
sudo ionice -c3 tee "$lvpath" > /dev/null
fi