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

fix issue when cloning qcow2 images (#122)

Following this forum thread
https://forum.opennebula.org/t/opennebula-5-0-2-attach-detach-images-datastore-folder-not-cleaned-up/3111
This commit is contained in:
Anton Todorov 2016-10-11 15:54:52 +03:00 committed by Ruben S. Montero
parent a13a625696
commit 28f97fd224

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