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:
parent
372a26653f
commit
427bb23b70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user