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

Bug #1324: stopped kvm VMs can't be resumed (using ssh transfer driver)

This commit is contained in:
Jaime Melis 2012-07-04 17:25:56 +02:00
parent 4b3d6114a5
commit fb42cdd8ce

View File

@ -41,6 +41,9 @@ fi
# Return if moving a disk, we will move them when moving the whole system_ds
# directory for the VM
#-------------------------------------------------------------------------------
SRC=`fix_dir_slashes $SRC`
DST=`fix_dir_slashes $DST`
SRC_PATH=`arg_path $SRC`
DST_PATH=`arg_path $DST`