Mailing List Archive

CentOS 7 KVM and QEMU 2.+
Hello guys,

I'm struggling at finding a qemu(-kvm) version up-to-date for CentOS 7 with official repositories
and additional EPEL.

Currently the only package named qemu-kvm in these repositories is *qemu-kvm-1.5.3-86.el7_1.8.x86_64*, which is a bit outdated.

As what I understand QEMU merged the forked qemu-kvm into the base code since 1.3 and the Kernel is shipped with KVM module. Theoretically we can just install qemu 2.+ and load KVM in order to use nova-compute with KVM acceleration, right ?

The problem is that the packages openstack-nova{-compute} have a dependencies with qemu-kvm. For example Fedora ships qemu-kvm as a subpackage of qemu and it appears to be the same in fact, not the forked project [1].



In a word, guys how do you manage to have a QEMU v2.+ with latest libvirt on your CentOS computes nodes ?
Is somebody using the qemu packages from oVirt ? [2]


Thanks,
See you


---

[1] https://apps.fedoraproject.org/packages/qemu-kvm
[2] http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/x86_64/

_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
Re: CentOS 7 KVM and QEMU 2.+ [ In reply to ]
Hello,

On Thu, 2015-11-12 at 16:54 +0000, Leslie-Alexandre DENIS wrote:
> Hello guys,
>
> I'm struggling at finding a qemu(-kvm) version up-to-date for CentOS 7 with official repositories
> and additional EPEL.
>
> Currently the only package named qemu-kvm in these repositories is *qemu-kvm-1.5.3-86.el7_1.8.x86_64*, which is a bit outdated.
>
> As what I understand QEMU merged the forked qemu-kvm into the base code since 1.3 and the Kernel is shipped with KVM module. Theoretically we can just install qemu 2.+ and load KVM in order to use nova-compute with KVM acceleration, right ?
>
> The problem is that the packages openstack-nova{-compute} have a dependencies with qemu-kvm. For example Fedora ships qemu-kvm as a subpackage of qemu and it appears to be the same in fact, not the forked project [1].
>
>
>
> In a word, guys how do you manage to have a QEMU v2.+ with latest libvirt on your CentOS computes nodes ?
> Is somebody using the qemu packages from oVirt ? [2]

Both the RHEV and RHEL Openstack distributions are using the qemu 2.x
packages. These are based on packages from the oVirt project.

The RDO rpms work fine with the oVirt qemu packages. This is what we are
using.

You can find more information about which RedHat distro spins get which
version of qemu here:

https://videos.cdn.redhat.com/summit2015/presentations/12752_red-hat-enterprise-virtualization-hypervisor-kvm-now-in-the-future.pdf

-m




_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
Re: CentOS 7 KVM and QEMU 2.+ [ In reply to ]
Hi,

What about the CentOS Virt SIG’s repo at

http://mirror.centos.org/centos-7/7/virt/x86_64/kvm-common/

(and the testing repos at:
http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common/ )?

These contain newer versions of the qemu-* packages.

Cheers,
Arne

—
Arne Wiebalck
CERN IT



> On 12 Nov 2015, at 17:54, Leslie-Alexandre DENIS <contact@ladenis.fr> wrote:
>
> Hello guys,
>
> I'm struggling at finding a qemu(-kvm) version up-to-date for CentOS 7 with official repositories
> and additional EPEL.
>
> Currently the only package named qemu-kvm in these repositories is *qemu-kvm-1.5.3-86.el7_1.8.x86_64*, which is a bit outdated.
>
> As what I understand QEMU merged the forked qemu-kvm into the base code since 1.3 and the Kernel is shipped with KVM module. Theoretically we can just install qemu 2.+ and load KVM in order to use nova-compute with KVM acceleration, right ?
>
> The problem is that the packages openstack-nova{-compute} have a dependencies with qemu-kvm. For example Fedora ships qemu-kvm as a subpackage of qemu and it appears to be the same in fact, not the forked project [1].
>
>
>
> In a word, guys how do you manage to have a QEMU v2.+ with latest libvirt on your CentOS computes nodes ?
> Is somebody using the qemu packages from oVirt ? [2]
>
>
> Thanks,
> See you
>
>
> ---
>
> [1] https://apps.fedoraproject.org/packages/qemu-kvm
> [2] http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/x86_64/
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
Re: CentOS 7 KVM and QEMU 2.+ [ In reply to ]
I've been building these and running them on CentOS for a while,
mainly to get RBD support. They work fine.

http://ftp.redhat.com/pub/redhat/linux/enterprise/7Server/en/RHEV/SRPMS/


On Thu, Nov 12, 2015 at 12:18 PM, Arne Wiebalck <Arne.Wiebalck@cern.ch> wrote:
> Hi,
>
> What about the CentOS Virt SIG’s repo at
>
> http://mirror.centos.org/centos-7/7/virt/x86_64/kvm-common/
>
> (and the testing repos at:
> http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common/ )?
>
> These contain newer versions of the qemu-* packages.
>
> Cheers,
> Arne
>
> —
> Arne Wiebalck
> CERN IT
>
>
>
>> On 12 Nov 2015, at 17:54, Leslie-Alexandre DENIS <contact@ladenis.fr> wrote:
>>
>> Hello guys,
>>
>> I'm struggling at finding a qemu(-kvm) version up-to-date for CentOS 7 with official repositories
>> and additional EPEL.
>>
>> Currently the only package named qemu-kvm in these repositories is *qemu-kvm-1.5.3-86.el7_1.8.x86_64*, which is a bit outdated.
>>
>> As what I understand QEMU merged the forked qemu-kvm into the base code since 1.3 and the Kernel is shipped with KVM module. Theoretically we can just install qemu 2.+ and load KVM in order to use nova-compute with KVM acceleration, right ?
>>
>> The problem is that the packages openstack-nova{-compute} have a dependencies with qemu-kvm. For example Fedora ships qemu-kvm as a subpackage of qemu and it appears to be the same in fact, not the forked project [1].
>>
>>
>>
>> In a word, guys how do you manage to have a QEMU v2.+ with latest libvirt on your CentOS computes nodes ?
>> Is somebody using the qemu packages from oVirt ? [2]
>>
>>
>> Thanks,
>> See you
>>
>>
>> ---
>>
>> [1] https://apps.fedoraproject.org/packages/qemu-kvm
>> [2] http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/x86_64/
>>
>> _______________________________________________
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
Re: CentOS 7 KVM and QEMU 2.+ [ In reply to ]
Le 12/11/2015 18:26, Erik McCormick a écrit :
> I've been building these and running them on CentOS for a while,
> mainly to get RBD support. They work fine.
>
> http://ftp.redhat.com/pub/redhat/linux/enterprise/7Server/en/RHEV/SRPMS/
>
>
> On Thu, Nov 12, 2015 at 12:18 PM, Arne Wiebalck <Arne.Wiebalck@cern.ch> wrote:
>> Hi,
>>
>> What about the CentOS Virt SIG’s repo at
>>
>> http://mirror.centos.org/centos-7/7/virt/x86_64/kvm-common/
>>
>> (and the testing repos at:
>> http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common/ )?
>>
>> These contain newer versions of the qemu-* packages.
>>
>> Cheers,
>> Arne
>>
>> —
>> Arne Wiebalck
>> CERN IT
>>
>>
>>
>>> On 12 Nov 2015, at 17:54, Leslie-Alexandre DENIS <contact@ladenis.fr> wrote:
>>>
>>> Hello guys,
>>>
>>> I'm struggling at finding a qemu(-kvm) version up-to-date for CentOS 7 with official repositories
>>> and additional EPEL.
>>>
>>> Currently the only package named qemu-kvm in these repositories is *qemu-kvm-1.5.3-86.el7_1.8.x86_64*, which is a bit outdated.
>>>
>>> As what I understand QEMU merged the forked qemu-kvm into the base code since 1.3 and the Kernel is shipped with KVM module. Theoretically we can just install qemu 2.+ and load KVM in order to use nova-compute with KVM acceleration, right ?
>>>
>>> The problem is that the packages openstack-nova{-compute} have a dependencies with qemu-kvm. For example Fedora ships qemu-kvm as a subpackage of qemu and it appears to be the same in fact, not the forked project [1].
>>>
>>>
>>>
>>> In a word, guys how do you manage to have a QEMU v2.+ with latest libvirt on your CentOS computes nodes ?
>>> Is somebody using the qemu packages from oVirt ? [2]
>>>
>>>
>>> Thanks,
>>> See you
>>>
>>>
>>> ---
>>>
>>> [1] https://apps.fedoraproject.org/packages/qemu-kvm
>>> [2] http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/x86_64/
>>>
>>> _______________________________________________
>>> OpenStack-operators mailing list
>>> OpenStack-operators@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>> _______________________________________________
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Thanks everybody for your great inputs, I'll consider the 3 options for
our platform.

Thanks,
See you

_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
Re: CentOS 7 KVM and QEMU 2.+ [ In reply to ]
I agree with Erik! Source RPM packages from RH are a good option.

Best,
.....................................................................
JuanFra Rodríguez Cardoso
jfrodriguez@keedio.com | +34 636 692 691
www.keedio.com
.....................................................................

On 12 November 2015 at 19:57, Leslie-Alexandre DENIS <contact@ladenis.fr>
wrote:

> Le 12/11/2015 18:26, Erik McCormick a écrit :
>
>> I've been building these and running them on CentOS for a while,
>> mainly to get RBD support. They work fine.
>>
>> http://ftp.redhat.com/pub/redhat/linux/enterprise/7Server/en/RHEV/SRPMS/
>>
>>
>> On Thu, Nov 12, 2015 at 12:18 PM, Arne Wiebalck <Arne.Wiebalck@cern.ch>
>> wrote:
>>
>>> Hi,
>>>
>>> What about the CentOS Virt SIG’s repo at
>>>
>>> http://mirror.centos.org/centos-7/7/virt/x86_64/kvm-common/
>>>
>>> (and the testing repos at:
>>> http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common/ )?
>>>
>>> These contain newer versions of the qemu-* packages.
>>>
>>> Cheers,
>>> Arne
>>>
>>> —
>>> Arne Wiebalck
>>> CERN IT
>>>
>>>
>>>
>>> On 12 Nov 2015, at 17:54, Leslie-Alexandre DENIS <contact@ladenis.fr>
>>>> wrote:
>>>>
>>>> Hello guys,
>>>>
>>>> I'm struggling at finding a qemu(-kvm) version up-to-date for CentOS 7
>>>> with official repositories
>>>> and additional EPEL.
>>>>
>>>> Currently the only package named qemu-kvm in these repositories is
>>>> *qemu-kvm-1.5.3-86.el7_1.8.x86_64*, which is a bit outdated.
>>>>
>>>> As what I understand QEMU merged the forked qemu-kvm into the base code
>>>> since 1.3 and the Kernel is shipped with KVM module. Theoretically we can
>>>> just install qemu 2.+ and load KVM in order to use nova-compute with KVM
>>>> acceleration, right ?
>>>>
>>>> The problem is that the packages openstack-nova{-compute} have a
>>>> dependencies with qemu-kvm. For example Fedora ships qemu-kvm as a
>>>> subpackage of qemu and it appears to be the same in fact, not the forked
>>>> project [1].
>>>>
>>>>
>>>>
>>>> In a word, guys how do you manage to have a QEMU v2.+ with latest
>>>> libvirt on your CentOS computes nodes ?
>>>> Is somebody using the qemu packages from oVirt ? [2]
>>>>
>>>>
>>>> Thanks,
>>>> See you
>>>>
>>>>
>>>> ---
>>>>
>>>> [1] https://apps.fedoraproject.org/packages/qemu-kvm
>>>> [2] http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/x86_64/
>>>>
>>>> _______________________________________________
>>>> OpenStack-operators mailing list
>>>> OpenStack-operators@lists.openstack.org
>>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>>>
>>> _______________________________________________
>>> OpenStack-operators mailing list
>>> OpenStack-operators@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>>
>>
> Thanks everybody for your great inputs, I'll consider the 3 options for
> our platform.
>
> Thanks,
> See you
>
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>