1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature : Fix merge with resize clone

This commit is contained in:
Javi Fontan 2015-07-31 12:40:05 -04:00
parent 5af9499101
commit c387ea2327

@ -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; \