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:
parent
9ac61d085e
commit
27e986fbcb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user