From fb42cdd8ce3f4f0b0fb85c99d94e870a573ce786 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Wed, 4 Jul 2012 17:25:56 +0200 Subject: [PATCH] Bug #1324: stopped kvm VMs can't be resumed (using ssh transfer driver) --- src/tm_mad/ssh/mv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tm_mad/ssh/mv b/src/tm_mad/ssh/mv index ffa13c08c9..a75bd91d7e 100755 --- a/src/tm_mad/ssh/mv +++ b/src/tm_mad/ssh/mv @@ -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`