cluster: STABLE3 - rgmanager: fix bug in virsh_migrate

Lon Hohberger lon at fedoraproject.org
Fri Oct 23 18:42:03 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=4757639351be41c31c2001d64549b2b2fafb5666
Commit:        4757639351be41c31c2001d64549b2b2fafb5666
Parent:        18100b8bcc49b84a7eb9ad8b36237ab83d628300
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Fri Oct 23 14:40:47 2009 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Fri Oct 23 14:40:47 2009 -0400

rgmanager: fix bug in virsh_migrate

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 rgmanager/src/resources/vm.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/resources/vm.sh b/rgmanager/src/resources/vm.sh
index 2dbeb5b..4113a50 100644
--- a/rgmanager/src/resources/vm.sh
+++ b/rgmanager/src/resources/vm.sh
@@ -655,7 +655,7 @@ validate_all()
 
 virsh_migrate()
 {
-	declare $target=$1
+	declare target=$1
 	declare rv=1
 
 	#


More information about the cluster-commits mailing list