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

feature #1437: VMFS LN with no ssh will call clone

This commit is contained in:
Tino Vazquez 2012-09-20 13:10:58 +02:00
parent 372a26653f
commit 427bb23b70

View File

@ -73,8 +73,8 @@ EOF
ssh_exec_and_log $DST_HOST "$LINK_SCRIPT" \
"Could not link dir files from source DS to system DS"
else
log "Cannot link files without SSH enabled on the ESX hosts"
exit 1
log "Cannot link files without SSH enabled on the ESX hosts, calling clone"
exec $(dirname $0)/clone $*
fi
exit 0