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

feature #3782: bug in qcow2 cpds

This commit is contained in:
Javi Fontan 2015-08-24 15:02:44 +02:00
parent 7831797444
commit 838b68c6c5

View File

@ -76,7 +76,7 @@ DST_PATH="${SRC_DS_PATH}${DST_ARG_PATH##$DST_DS_PATH}"
if [ "$SNAP_ID" != "-1" ]; then
[ "$CLONE" != "YES" ] && SRC_PATH="$DISK_SRC"
SRC_PATH="$SRC_PATH.snap/$(($SNAP_ID+1))"
SRC_PATH="$SRC_PATH.snap/$SNAP_ID"
fi
#-------------------------------------------------------------------------------