mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #595: bug in migrate_local script
This commit is contained in:
parent
867ae0f291
commit
5e6d21830a
@ -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