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

Revert "Revert "fix issue when cloning qcow2 images (#122)""

This reverts commit 88c8d3d95cb448bb79dd4367b93b360c478d0187.
This commit is contained in:
Ruben S. Montero 2016-10-13 11:01:15 +02:00
parent 88c8d3d95c
commit 7eefb46ddb

View File

@ -104,8 +104,8 @@ else
CLONE_CMD=$(cat <<EOF
cd $DST_DIR
rm -rf $DST_PATH{,.snap}
mkdir -p ${DST_PATH}.snap
rm -f $DST_PATH
$QEMU_IMG create -b $SRC_PATH -f qcow2 $QCOW2_OPTIONS ${DST_PATH}.snap/0
ln -s ${DST_FILE}.snap/0 ${DST_PATH}
cd ${DST_PATH}.snap