mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Merge branch 'merge-virsh'
This commit is contained in:
commit
81dcc96f20
@ -93,7 +93,7 @@ http://*)
|
||||
ORIGINAL_SIZE=${ORIGINAL_SIZE:-0}
|
||||
|
||||
if [ "$SIZE" -ge "$ORIGINAL_SIZE" ]; then
|
||||
RESIZE_CMD="; qemu-img resize ${DST_PATH} ${SIZE}M"
|
||||
RESIZE_CMD="qemu-img resize ${DST_PATH} ${SIZE}M"
|
||||
fi
|
||||
|
||||
CLONE_CMD="cd $DST_DIR; rm -f $DST_PATH; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user