[Users] Cluster compatibility

I wanted to install two hosts one on f19 and the second on el6. I created additional cluster for el6. Host installation for el6 worked well and it joined the cluster without any issues. Whereas host in f19 was successfully deployed but it failed to join the cluster due to: Host fedora is compatible with versions (3.0,3.1,3.2,3.3) and cannot join Cluster Default which is set to version 3.4. Here are the versions that I use: engine: Name : ovirt-engine Arch : noarch Version : 3.4.0 Release : 0.5.beta1.fc19 Size : 1.5 M Repo : installed
From repo : ovirt-3.4.0-prerelease
fedora host: Name : vdsm Arch : x86_64 Version : 4.14.1 Release : 2.fc19 Size : 2.9 M Repo : installed
From repo : ovirt-3.4.0-prerelease
el6 host: Name : vdsm Arch : x86_64 Version : 4.14.1 Release : 2.el6 Size : 2.9 M Repo : installed
From repo : ovirt-3.4.0-prerelease
Both clusters are set to be compatible with 3.4. Is there anything that I am missing? Piotr

Il 23/01/2014 10:49, Piotr Kliczewski ha scritto:
I wanted to install two hosts one on f19 and the second on el6. I created additional cluster for el6. Host installation for el6 worked well and it joined the cluster without any issues. Whereas host in f19 was successfully deployed but it failed to join the cluster due to:
Host fedora is compatible with versions (3.0,3.1,3.2,3.3) and cannot join Cluster Default which is set to version 3.4.
known issue, on F19 please enable fedora-virt-preview repo, update "libvirt*" and retry
Here are the versions that I use:
engine: Name : ovirt-engine Arch : noarch Version : 3.4.0 Release : 0.5.beta1.fc19 Size : 1.5 M Repo : installed From repo : ovirt-3.4.0-prerelease
fedora host: Name : vdsm Arch : x86_64 Version : 4.14.1 Release : 2.fc19 Size : 2.9 M Repo : installed From repo : ovirt-3.4.0-prerelease
el6 host: Name : vdsm Arch : x86_64 Version : 4.14.1 Release : 2.el6 Size : 2.9 M Repo : installed From repo : ovirt-3.4.0-prerelease
Both clusters are set to be compatible with 3.4.
Is there anything that I am missing?
Piotr _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

On 01/23/2014 11:54 AM, Sandro Bonazzola wrote:
Il 23/01/2014 10:49, Piotr Kliczewski ha scritto:
I wanted to install two hosts one on f19 and the second on el6. I created additional cluster for el6. Host installation for el6 worked well and it joined the cluster without any issues. Whereas host in f19 was successfully deployed but it failed to join the cluster due to:
Host fedora is compatible with versions (3.0,3.1,3.2,3.3) and cannot join Cluster Default which is set to version 3.4.
known issue, on F19 please enable fedora-virt-preview repo, update "libvirt*" and retry
why would a newer libvirt be required to get 3.4 compat mode? but you will fail after that as well - if the first host you joined is .el6, the emulation mode for VMs is set to -m rhel65, which the fedora host is not compatible with. you first need to change the emulation mode to 'pc'. also, expect bugs on live migration between fedora and .el6 hosts - live migration is delicate enough.
Here are the versions that I use:
engine: Name : ovirt-engine Arch : noarch Version : 3.4.0 Release : 0.5.beta1.fc19 Size : 1.5 M Repo : installed From repo : ovirt-3.4.0-prerelease
fedora host: Name : vdsm Arch : x86_64 Version : 4.14.1 Release : 2.fc19 Size : 2.9 M Repo : installed From repo : ovirt-3.4.0-prerelease
el6 host: Name : vdsm Arch : x86_64 Version : 4.14.1 Release : 2.el6 Size : 2.9 M Repo : installed From repo : ovirt-3.4.0-prerelease
Both clusters are set to be compatible with 3.4.
Is there anything that I am missing?
Piotr _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Sun, Jan 26, 2014 at 01:38:50PM +0200, Itamar Heim wrote:
On 01/23/2014 11:54 AM, Sandro Bonazzola wrote:
Il 23/01/2014 10:49, Piotr Kliczewski ha scritto:
I wanted to install two hosts one on f19 and the second on el6. I created additional cluster for el6. Host installation for el6 worked well and it joined the cluster without any issues. Whereas host in f19 was successfully deployed but it failed to join the cluster due to:
Host fedora is compatible with versions (3.0,3.1,3.2,3.3) and cannot join Cluster Default which is set to version 3.4.
known issue, on F19 please enable fedora-virt-preview repo, update "libvirt*" and retry
why would a newer libvirt be required to get 3.4 compat mode?
http://gerrit.ovirt.org/#/c/23628/4/vdsm/caps.py """ VIR_MIGRATE_ABORT_ON_ERROR not found in libvirt, support for clusterLevel >= 3.4 is disabled. For Fedora 19 users, please consider upgrading libvirt from the virt-preview repository """
participants (4)
-
Dan Kenigsberg
-
Itamar Heim
-
Piotr Kliczewski
-
Sandro Bonazzola