Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=475... Commit: 4757639351be41c31c2001d64549b2b2fafb5666 Parent: 18100b8bcc49b84a7eb9ad8b36237ab83d628300 Author: Lon Hohberger lhh@redhat.com AuthorDate: Fri Oct 23 14:40:47 2009 -0400 Committer: Lon Hohberger lhh@redhat.com CommitterDate: Fri Oct 23 14:40:47 2009 -0400
rgmanager: fix bug in virsh_migrate
Signed-off-by: Lon Hohberger lhh@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
#
cluster-commits@lists.stg.fedorahosted.org