mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-18 06:03:39 +03:00
B #-: Recreate links in VM folder
This handles relative links (cherry picked from commit 1887c4d8a1efaa727063fc4f3d6d24365af899f3)
This commit is contained in:
parent
372a3be710
commit
d514c204ca
@ -187,7 +187,7 @@ else
|
||||
continue
|
||||
fi
|
||||
|
||||
ssh_exec_and_log "$DEST_HOST" "[ -L \"$LNAME\" ] || ln -s \"$TARGET\" \"$LNAME\""
|
||||
ssh_exec_and_log "$DEST_HOST" "cd ${VM_DIR}; [ -L \"$LNAME\" ] || ln -s \"$TARGET\" \"$LNAME\""
|
||||
"Failed to create symlink $TARGET -> $LNAME on $DEST_HOST"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user