On Sat, Jul 12, 2014 at 3:40 PM, Joop <jvdwege(a)xs4all.nl> wrote:
On 12-7-2014 15:02, Joop wrote:
> Just installed these packages on a test cluster and I'm having problems
> migrating VMs :-(
>
> Looking at the libvirt logs shows that there is a port conflict (49153)
> when migrating. Looks like libvirt is using glusterfs ports for
> migratiio and yes there is a BZ:
>
https://bugzilla.redhat.com/show_bug.cgi?id=1009100
>
> This problem isn't there when using the std el6 qemu-kvm packages but I
> need gluster AND migration so it seems I'm stuck until somebody 'fixes'
> the build in jenkens.
>
Digging a bit I see that there was a patch to ovirt-engine to use
tunneled mode if a config was set. What I can't find is HOW to set that
config.
I'm on ovirt-3.4.2-1-el6 and gluster-3.5.1
Anyone able to help??
Thanks,
Joop
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
So you already have gluster bits ok.
You could put this into your gluster servers in
/etc/glusterfs/glusterd.vol
option base-port 50152
so that port conflict with libvirt goes away.
You have to stop/restart your gluster servers, so that you have to put
infra into maintenance.
Gianluca