From 252a5932f0508ed1bb003d35d5c51f5ec732dd30 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 11 Oct 2012 16:48:25 +0200 Subject: [PATCH] Revert "bug #1255: make sure the VM is undefined before deploying it" The command had the path of the deployment.0 as parameter, that was totally wrong. Reverting as it fails and does not make the command any better. This reverts commit 1284b7aa18bd57a157f1794e779dfc83523517c0. --- src/vmm_mad/remotes/kvm/deploy | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vmm_mad/remotes/kvm/deploy b/src/vmm_mad/remotes/kvm/deploy index 57ed8ac409..eb24307b4a 100755 --- a/src/vmm_mad/remotes/kvm/deploy +++ b/src/vmm_mad/remotes/kvm/deploy @@ -24,8 +24,6 @@ domain=$1 mkdir -p `dirname $domain` cat > $domain -virsh --connect $LIBVIRT_URI undefine $domain - data=`virsh --connect $LIBVIRT_URI create $domain` if [ "x$?" = "x0" ]; then