mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Revert "fix issue when cloning qcow2 images (#122)"
This reverts commit 28f97fd224692cdc59167f90a21e9f55ede817ef.
This commit is contained in:
parent
64a1a19f23
commit
88c8d3d95c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user