public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* STABLE2 - [rgmanager] Fix live migration option (broken in last commit)
@ 2008-09-24  7:17 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2008-09-24  7:17 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c0d298321776c1d468eef2658c258a699853a054
Commit:        c0d298321776c1d468eef2658c258a699853a054
Parent:        70928ae17cfc67e76421357000ace3f0f55a5119
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Tue May 20 09:49:31 2008 -0400
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Sep 24 08:53:26 2008 +0200

[rgmanager] Fix live migration option (broken in last commit)

---
 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 e423889..15e1f2a 100644
--- a/rgmanager/src/resources/vm.sh
+++ b/rgmanager/src/resources/vm.sh
@@ -477,7 +477,7 @@ migrate()
                 target=${OCF_RESKEY_migration_mapping#*$target:} target=${target%%,*}
         fi
 
-	err=$(xm migrate $OCF_RESKEY_name $target 2>&1 | head -1; exit ${PIPESTATUS[0]})
+	err=$(xm migrate $migrate_opt $OCF_RESKEY_name $target 2>&1 | head -1; exit ${PIPESTATUS[0]})
 	rv=$?
 
 	if [ $rv -ne 0 ]; then


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-24  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-24  7:17 STABLE2 - [rgmanager] Fix live migration option (broken in last commit) Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).