cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] vm.sh: Fix Xen 4.0.1 / libvirt 0.8.2 live	migration
Date: Wed, 20 Oct 2010 22:33:20 +0200	[thread overview]
Message-ID: <4CBF5210.4030501@redhat.com> (raw)
In-Reply-To: <1287600289-27854-1-git-send-email-lhh@redhat.com>

If older versions of Xen can handle xen+ssh, patch is ACK.

Fabio

On 10/20/2010 08:44 PM, Lon Hohberger wrote:
> Newer versions of Xen and libvirt use encryption when
> performing migrations.
> 
> This can be set up using TLS / X509 certificates, but
> this is complicated to set up.
> 
> This patch changes the default protocol from TLS to
> SSH when performing Xen migrations (the default for
> qemu/KVM has always been SSH).
> 
> Resolves: Fedora #644949
> 
> 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 e23d5ba..2e4034c 100644
> --- a/rgmanager/src/resources/vm.sh
> +++ b/rgmanager/src/resources/vm.sh
> @@ -795,7 +795,7 @@ validate_all()
>  
>  		# I just need to believe in it more.
>  		if [ "$OCF_RESKEY_hypervisor" = "xen" ]; then
> -			OCF_RESKEY_hypervisor_uri="xen:///"
> +			OCF_RESKEY_hypervisor_uri="xen+ssh:///"
>  		fi
>  
>  		echo Hypervisor URI: $OCF_RESKEY_hypervisor_uri



      reply	other threads:[~2010-10-20 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-20 18:44 [Cluster-devel] [PATCH] vm.sh: Fix Xen 4.0.1 / libvirt 0.8.2 live migration Lon Hohberger
2010-10-20 20:33 ` Fabio M. Di Nitto [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CBF5210.4030501@redhat.com \
    --to=fdinitto@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).