1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-12 08:58:17 +03:00

feature #2097: Fix error in mvds

This commit is contained in:
Ruben S. Montero 2013-06-14 02:21:18 +02:00
parent 9ac61d085e
commit 27e986fbcb

View File

@ -68,7 +68,7 @@ MVSCRIPT=$(cat <<EOF
SRC_DISK_LN=\$($READLINK -f $SRC_DISK)
DST_DISK_LN=\$($READLINK -f $DST_DISK)
if [ \( -L $SRC_DISK \) -a \( "$SRC_DISK_LN" = "$DST_DISK_LN" \) ] ; then
if [ \( -L $SRC_DISK \) -a \( "\$SRC_DISK_LN" = "\$DST_DISK_LN" \) ] ; then
echo "Not moving files to image repo, they are the same"
else
$VMKFSTOOLS -U $DST_DISK