All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] vm.sh: Fix Xen 4.0.1 / libvirt 0.8.2 live migration
@ 2010-10-20 18:44 Lon Hohberger
  2010-10-20 20:33 ` Fabio M. Di Nitto
  0 siblings, 1 reply; 2+ messages in thread
From: Lon Hohberger @ 2010-10-20 18:44 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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
-- 
1.7.2.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Cluster-devel] [PATCH] vm.sh: Fix Xen 4.0.1 / libvirt 0.8.2 live migration
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio M. Di Nitto @ 2010-10-20 20:33 UTC (permalink / raw)
  To: cluster-devel.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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-20 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.