<div dir="ltr">Yes, you can find them here <a href="http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/">http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/</a> And if memory serves me well it still does have the live migration issue, and yes live snapshots will not work on this version or even the latest 2.6 qemu will not work with live snapshots. I don't have the particular thread from the qemu mailing list handy but it seemed they were still trying to decide how they wanted to do them going forward as of a few months ago. Which is why if you are using 1.5.* qemu you will need to set in your nova.conf under the section [workarounds]: disable_libvirt_livesnapshot = False    At which point if you invoke a nova image-create (aka snapshot) and the instance is running it will perform a snapshot. Keep in mind however, the docs do state that live snapshots fail intermittently under load. So it is entirely a better option to shutdown the guest and perform the nova image-create as opposed to doing it live if you can get away with it. </div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr" style="font-size:12.8px">Corbin Hendrickson</div><div dir="ltr" style="font-size:12.8px"><div>Endurance Cloud Development Lead - Manager</div><div>Cell: 801-400-0464</div></div></div></div></div>
<br><div class="gmail_quote">On Fri, Sep 30, 2016 at 10:02 PM, William Josefsson <span dir="ltr"><<a href="mailto:william.josefson@gmail.com" target="_blank">william.josefson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dave, I use CentOS7.2 with the following package as per OpenStack<br>
official documentation, 'centos-release-openstack-<wbr>liberty'. It works<br>
just fine, no major issues so far. I haven't tried snapshots so thanks<br>
for highlighting the support may not be there.<br>
<br>
Correct me if I'm mistaken, if I want to use the RHEV stack of KVM<br>
Qemu and other related packages, I should install:<br>
'centos-release-qemu-ev' after installing<br>
'centos-release-openstack-<wbr>liberty'? thx will<br>
<div class="HOEnZb"><div class="h5"><br>
On Sat, Oct 1, 2016 at 3:04 AM, David Moreau Simard <<a href="mailto:dms@redhat.com">dms@redhat.com</a>> wrote:<br>
> If you are deploying on CentOS (with RDO?), you can enable the CentOS<br>
> Virtualization special interest group [1] repository.<br>
><br>
> The repository contains qemu-kvm-ev >= 2.3 backported from RHEV.<br>
> It is recommended as the qemu-kvm version from base CentOS<br>
> repositories is not high enough and lacks some features (things like<br>
> snapshots, iirc).<br>
><br>
> qemu-kvm >= 2.3 is actually a requirement in RDO >= Newton and we'll<br>
> bundle the CentOS virtualization SIG repository in our release<br>
> packages.<br>
><br>
> [1]: <a href="https://wiki.centos.org/SpecialInterestGroup/Virtualization" rel="noreferrer" target="_blank">https://wiki.centos.org/<wbr>SpecialInterestGroup/<wbr>Virtualization</a><br>
><br>
> David Moreau Simard<br>
> Senior Software Engineer | Openstack RDO<br>
><br>
> dmsimard = [irc, github, twitter]<br>
><br>
><br>
> On Thu, Sep 29, 2016 at 5:00 AM, William Josefsson<br>
> <<a href="mailto:william.josefson@gmail.com">william.josefson@gmail.com</a>> wrote:<br>
>> thanks everyone, I verified setting mem_stats_period_seconds = 0 as<br>
>> suggested by Corbin in nova.conf libvirt section, and then restarting<br>
>> openstack-nova-compute service and it works!<br>
>><br>
>> While this seems to be a workable workaround I'm not sure what's the plans<br>
>> to permanently fix this in CentOS7.2? thx will<br>
>><br>
>><br>
>><br>
>> On Wed, Sep 28, 2016 at 11:37 PM, Corbin Hendrickson<br>
>> <<a href="mailto:corbin.hendrickson@endurance.com">corbin.hendrickson@endurance.<wbr>com</a>> wrote:<br>
>>><br>
>>> Oh you can read it in the bug thread, but I forgot to mention, if you put<br>
>>> in your nova.conf under the libvirt section mem_stats_period_seconds = 0,<br>
>>> and restart nova on the destination (although i'd say just do it on both) it<br>
>>> will no longer hit the bug. I tested this a couple weeks back with success.<br>
>>><br>
>>> Corbin Hendrickson<br>
>>> Endurance Cloud Development Lead - Manager<br>
>>> Cell: <a href="tel:801-400-0464" value="+18014000464">801-400-0464</a><br>
>>><br>
>>> On Wed, Sep 28, 2016 at 9:34 AM, Corbin Hendrickson<br>
>>> <<a href="mailto:corbin.hendrickson@endurance.com">corbin.hendrickson@endurance.<wbr>com</a>> wrote:<br>
>>>><br>
>>>> It unfortunately is affecting virtually all of Redhat's latest qemu-kvm<br>
>>>> packages. The bug that was unintentionally introduced was done so in<br>
>>>> response to CVE-2016-5403  Qemu: virtio: unbounded memory allocation on host<br>
>>>> via guest leading to DoS.<br>
>>>><br>
>>>> Late in the bug thread, they finally posted to a new bug created for the<br>
>>>> breaking of live migrate via Bug 1371943 - RHSA-2016-1756 breaks migration<br>
>>>> of instances.<br>
>>>><br>
>>>> Based off their posts i've been following it's likely going to "hit the<br>
>>>> shelves" when RHEL 7.3 / CentOS 7.3 comes out. It does look like they are<br>
>>>> backporting it to all their versions of RHEL so that's good.<br>
>>>><br>
>>>> But yes this does affect 2.3 as well.<br>
>>>><br>
>>>> Corbin Hendrickson<br>
>>>> Endurance Cloud Development Lead - Manager<br>
>>>> Cell: 801-400-0464<br>
>>>><br>
>>>> On Wed, Sep 28, 2016 at 9:13 AM, Van Leeuwen, Robert<br>
>>>> <<a href="mailto:rovanleeuwen@ebay.com">rovanleeuwen@ebay.com</a>> wrote:<br>
>>>>><br>
>>>>> > There is a bug in the following:<br>
>>>>><br>
>>>>> ><br>
>>>>><br>
>>>>> > qemu-kvm-1.5.3-105.el7_2.7<br>
>>>>><br>
>>>>> > qemu-img-1.5.3-105.el7_2.7<br>
>>>>><br>
>>>>> > qemu-kvm-common-1.5.3-105.el7_<wbr>2.7<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> You might be better of using the RHEV qemu packages<br>
>>>>><br>
>>>>> They are more recent (2.3) and have more features compiled into them.<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> Cheers,<br>
>>>>><br>
>>>>> Robert van Leeuwen<br>
>>>>><br>
>>>>><br>
>>>>> ______________________________<wbr>_________________<br>
>>>>> OpenStack-operators mailing list<br>
>>>>> <a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.<wbr>openstack.org</a><br>
>>>>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-operators</a><br>
>>>>><br>
>>>><br>
>>><br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> OpenStack-operators mailing list<br>
>> <a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.<wbr>openstack.org</a><br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-operators</a><br>
>><br>
</div></div></blockquote></div><br></div>