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:
parent
7831797444
commit
838b68c6c5
@ -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
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user