mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Merge branch 'feature-595'
This commit is contained in:
commit
e87052af2e
@ -18,9 +18,9 @@
|
||||
|
||||
source $(dirname $0)/kvmrc
|
||||
|
||||
src_host=$1
|
||||
deploy_id=$2
|
||||
dest_host=$3
|
||||
deploy_id=$1
|
||||
dest_host=$2
|
||||
src_host=$3
|
||||
|
||||
virsh --connect $QEMU_PROTOCOL://$src_host/system \
|
||||
migrate --live $deploy_id $QEMU_PROTOCOL://$dest_host/system
|
||||
|
Loading…
x
Reference in New Issue
Block a user