aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index b5bf449..4732df9 100755
--- a/kvmx
+++ b/kvmx
@@ -1750,6 +1750,7 @@ function kvmx_compress {
local size_before_bytes="`du $image | awk '{ print $1 }'`"
local size_before_human="`du -h $image | awk '{ print $1 }'`"
+ echo "$BASENAME: compressing $image..."
qemu-img convert -O qcow2 -p $compression $image $image.new && mv $image.new $image || exit 1
# Size after compression