Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2017-01-02 Thread Michal Skrivanek

> On 2 Jan 2017, at 13:52, Sandro Bonazzola  wrote:
> 
> 
> 
> On Mon, Jan 2, 2017 at 12:07 PM, Michal Skrivanek 
> > wrote:
> 
>> On 2 Jan 2017, at 12:01, Sandro Bonazzola > > wrote:
>> 
>> 
>> 
>> On Wed, Dec 28, 2016 at 9:55 AM, Gianluca Cecchi > > wrote:
>> 
>> As I wrote, no qemu package proposed. Because oVirt provided qemu is greater 
>> in version in respect with 7.3
>> In fact, as I already wrote, I have now 
>> qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
>> qemu-img-ev-2.3.0-31.el7.16.1.x86_64
>> qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
>> qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64
>> 
>> Hi Gianluca, I added 2.6.0 to oVirt 4.0 repository at 
>> http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7/ 
>> .
>> It was supposed to be published there with 4.0.6 GA coming ina few days but 
>> it has been already tested enough to be promoted to release repository.
> 
> it would be best to remove it. We really do not want to get out of sync with 
> platform
> 
> Can you please tell me more about this? 

we do not want to manually add platform-provided stuff in our repos. We should 
only put ovirt packages there, like ovirt-*, ioprocess and such. But everything 
else should be pulled in by external repos, even when it is us who maintain 
them. Otherwise we often run into conflicts e.g. when platform releases an 
update of a dependency and we do not release it at the same time in our repo.

> 
>  
> It is already causing problems since qemu-kvm-rhev package is 2.6.0-27 and 
> the one you placed in resources.ovirt.org  is 
> 2.6.0-27.1 (sure, it’s not a supported combination, but it complicates 
> development)
> 
> I'm not sure what's the issue you're describing here.
> qemu-kvm-ev is 2.6.0-27.1 being 2.6.0-27 +2 patches (rebranding and dep 
> fixing) so it's not the same release. Also qemu-kvm-ev is supposed to provide 
> qemu-kvm-rhev.

yes, and when you have qemu-kvm-rhev with ovirt repos it will replace all -rhev 
packages with -ev because it thinks it’s newer. Not a big deal as indeed it is 
the same, but it confuses people…

Thanks,
michal

> 
> 
> 
>  
> 
>> 
>> For having a qemu-kvm-ev version always aligned with CentOS release I would 
>> suggest to run:
>> "yum install centos-release-qemu-ev" on your CentOS hosts.
>> 
>> If you decide to use CentOS VIrt SIG provided packages on your hosts 
>> (excluding the oVirt engine host which still require oVirt repositories) I 
>> would suggest to remove ovirt-release rpms and /etc/yum.repos.d/ovirt-*.repo 
>> and then run:
>> "yum install centos-release-ovirt40".
>> 
>> this will add as dependencies:
>> Requires: centos-release-virt-common
>> Requires: centos-release-qemu-ev
>> Requires: centos-release-gluster37
>> 
>> providing the latest gluster 3.7 and latest qemu-kvm-ev for your hosts.
>> 
>> Having both oVirt repos and Virt SIG repos enabled should still work being 
>> both the repos built from the same sources but it's not recommended.
>> 
>> 
>> -- 
>> Sandro Bonazzola
>> Better technology. Faster innovation. Powered by community collaboration.
>> See how it works at redhat.com 
>> ___
>> 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 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2017-01-02 Thread Sandro Bonazzola
On Mon, Jan 2, 2017 at 12:07 PM, Michal Skrivanek <
michal.skriva...@redhat.com> wrote:

>
> On 2 Jan 2017, at 12:01, Sandro Bonazzola  wrote:
>
>
>
> On Wed, Dec 28, 2016 at 9:55 AM, Gianluca Cecchi <
> gianluca.cec...@gmail.com> wrote:
>
>>
>> As I wrote, no qemu package proposed. Because oVirt provided qemu is
>> greater in version in respect with 7.3
>> In fact, as I already wrote, I have now
>> qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
>> qemu-img-ev-2.3.0-31.el7.16.1.x86_64
>> qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
>> qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64
>>
>
> Hi Gianluca, I added 2.6.0 to oVirt 4.0 repository at
> http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7/.
> It was supposed to be published there with 4.0.6 GA coming ina few days
> but it has been already tested enough to be promoted to release repository.
>
>
> it would be best to remove it. We really do not want to get out of sync
> with platform
>

Can you please tell me more about this?



> It is already causing problems since qemu-kvm-rhev package is 2.6.0-27 and
> the one you placed in resources.ovirt.org is 2.6.0-27.1 (sure, it’s not a
> supported combination, but it complicates development)
>

I'm not sure what's the issue you're describing here.
qemu-kvm-ev is 2.6.0-27.1 being 2.6.0-27 +2 patches (rebranding and dep
fixing) so it's not the same release. Also qemu-kvm-ev is supposed to
provide qemu-kvm-rhev.





>
>
> For having a qemu-kvm-ev version always aligned with CentOS release I
> would suggest to run:
> "yum install centos-release-qemu-ev" on your CentOS hosts.
>
> If you decide to use CentOS VIrt SIG provided packages on your hosts
> (excluding the oVirt engine host which still require oVirt repositories) I
> would suggest to remove ovirt-release rpms and /etc/yum.repos.d/ovirt-*.repo
> and then run:
> "yum install centos-release-ovirt40".
>
> this will add as dependencies:
> Requires: centos-release-virt-common
> Requires: centos-release-qemu-ev
> Requires: centos-release-gluster37
>
> providing the latest gluster 3.7 and latest qemu-kvm-ev for your hosts.
>
> Having both oVirt repos and Virt SIG repos enabled should still work being
> both the repos built from the same sources but it's not recommended.
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
> ___
> 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
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2017-01-02 Thread Michal Skrivanek

> On 2 Jan 2017, at 12:01, Sandro Bonazzola  wrote:
> 
> 
> 
> On Wed, Dec 28, 2016 at 9:55 AM, Gianluca Cecchi  > wrote:
> 
> As I wrote, no qemu package proposed. Because oVirt provided qemu is greater 
> in version in respect with 7.3
> In fact, as I already wrote, I have now 
> qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
> qemu-img-ev-2.3.0-31.el7.16.1.x86_64
> qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
> qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64
> 
> Hi Gianluca, I added 2.6.0 to oVirt 4.0 repository at 
> http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7/ 
> .
> It was supposed to be published there with 4.0.6 GA coming ina few days but 
> it has been already tested enough to be promoted to release repository.

it would be best to remove it. We really do not want to get out of sync with 
platform
It is already causing problems since qemu-kvm-rhev package is 2.6.0-27 and the 
one you placed in resources.ovirt.org is 2.6.0-27.1 (sure, it’s not a supported 
combination, but it complicates development)

> 
> For having a qemu-kvm-ev version always aligned with CentOS release I would 
> suggest to run:
> "yum install centos-release-qemu-ev" on your CentOS hosts.
> 
> If you decide to use CentOS VIrt SIG provided packages on your hosts 
> (excluding the oVirt engine host which still require oVirt repositories) I 
> would suggest to remove ovirt-release rpms and /etc/yum.repos.d/ovirt-*.repo 
> and then run:
> "yum install centos-release-ovirt40".
> 
> this will add as dependencies:
> Requires: centos-release-virt-common
> Requires: centos-release-qemu-ev
> Requires: centos-release-gluster37
> 
> providing the latest gluster 3.7 and latest qemu-kvm-ev for your hosts.
> 
> Having both oVirt repos and Virt SIG repos enabled should still work being 
> both the repos built from the same sources but it's not recommended.
> 
> 
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2017-01-02 Thread Sandro Bonazzola
On Wed, Dec 28, 2016 at 9:55 AM, Gianluca Cecchi 
wrote:

>
> As I wrote, no qemu package proposed. Because oVirt provided qemu is
> greater in version in respect with 7.3
> In fact, as I already wrote, I have now
> qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
> qemu-img-ev-2.3.0-31.el7.16.1.x86_64
> qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
> qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64
>

Hi Gianluca, I added 2.6.0 to oVirt 4.0 repository at
http://resources.ovirt.org/pub/ovirt-4.0/rpm/el7/.
It was supposed to be published there with 4.0.6 GA coming ina few days but
it has been already tested enough to be promoted to release repository.

For having a qemu-kvm-ev version always aligned with CentOS release I would
suggest to run:
"yum install centos-release-qemu-ev" on your CentOS hosts.

If you decide to use CentOS VIrt SIG provided packages on your hosts
(excluding the oVirt engine host which still require oVirt repositories) I
would suggest to remove ovirt-release rpms and /etc/yum.repos.d/ovirt-*.repo
and then run:
"yum install centos-release-ovirt40".

this will add as dependencies:
Requires: centos-release-virt-common
Requires: centos-release-qemu-ev
Requires: centos-release-gluster37

providing the latest gluster 3.7 and latest qemu-kvm-ev for your hosts.

Having both oVirt repos and Virt SIG repos enabled should still work being
both the repos built from the same sources but it's not recommended.


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-28 Thread Gianluca Cecchi
On Tue, Dec 27, 2016 at 5:58 PM, Christophe TREFOIS <
christophe.tref...@uni.lu> wrote:

> Hi,
>
>
>
> The package starts with q, yet you pasted only ovirt and vdsm from yum
> update.
>
>
>
> Can you paste complete output of yum update?
>
>
>
> Also, the qemu package should be there when you go to 7.3
>
>
>
> http://mirror.centos.org/centos-7/7.3.1611/virt/x86_64/kvm-common/
>
>
>

As I wrote, no qemu package proposed. Because oVirt provided qemu is
greater in version in respect with 7.3
In fact, as I already wrote, I have now
qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
qemu-img-ev-2.3.0-31.el7.16.1.x86_64
qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64

Your link doesn't map with any repo I have or oVirt configures... so my
system cannot catch its packages

Regarding CentOS 7.3
I find qemu-kvm-1.5.3-126.el7.x86_64.rpm here:
http://mirror.centos.org/centos/7/os/x86_64/Packages/
and it should be the version delivered with CentOS 7.3 (dated 20/11)
No qemu packages in
http://mirror.centos.org/centos/7/updates/x86_64/Packages/
So it means no updates for it.

My current repositories:
[root@ractor ~]# ls -1 /etc/yum.repos.d/
CentOS-Base.repo
CentOS-CR.repo
CentOS-Debuginfo.repo
CentOS-fasttrack.repo
CentOS-Media.repo
CentOS-Sources.repo
CentOS-Vault.repo
ovirt-3.6-dependencies.repo
ovirt-3.6.repo
ovirt-4.0-dependencies.repo
ovirt-4.0.repo
[root@ractor ~]#


[root@ractor ~]# grep kvm /etc/yum.repos.d/*repo
[root@ractor ~]#

[root@ractor ~]# egrep "enabled|\[" /etc/yum.repos.d/*repo
/etc/yum.repos.d/CentOS-Base.repo:[base]
/etc/yum.repos.d/CentOS-Base.repo:[updates]
/etc/yum.repos.d/CentOS-Base.repo:[extras]
/etc/yum.repos.d/CentOS-Base.repo:[centosplus]
/etc/yum.repos.d/CentOS-Base.repo:enabled=0
/etc/yum.repos.d/CentOS-CR.repo:[cr]
/etc/yum.repos.d/CentOS-CR.repo:enabled=0
/etc/yum.repos.d/CentOS-Debuginfo.repo:[base-debuginfo]
/etc/yum.repos.d/CentOS-Debuginfo.repo:enabled=0
/etc/yum.repos.d/CentOS-fasttrack.repo:[fasttrack]
/etc/yum.repos.d/CentOS-fasttrack.repo:enabled=0
/etc/yum.repos.d/CentOS-Media.repo:#  yum --enablerepo=c7-media [command]
/etc/yum.repos.d/CentOS-Media.repo:#  yum --disablerepo=\*
--enablerepo=c7-media [command]
/etc/yum.repos.d/CentOS-Media.repo:[c7-media]
/etc/yum.repos.d/CentOS-Media.repo:enabled=0
/etc/yum.repos.d/CentOS-Sources.repo:[base-source]
/etc/yum.repos.d/CentOS-Sources.repo:enabled=0
/etc/yum.repos.d/CentOS-Sources.repo:[updates-source]
/etc/yum.repos.d/CentOS-Sources.repo:enabled=0
/etc/yum.repos.d/CentOS-Sources.repo:[extras-source]
/etc/yum.repos.d/CentOS-Sources.repo:enabled=0
/etc/yum.repos.d/CentOS-Sources.repo:[centosplus-source]
/etc/yum.repos.d/CentOS-Sources.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.0.1406-base]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.0.1406-updates]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.0.1406-extras]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.0.1406-centosplus]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.0.1406-fasttrack]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.1.1503-base]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.1.1503-updates]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.1.1503-extras]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.1.1503-centosplus]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/CentOS-Vault.repo:[C7.1.1503-fasttrack]
/etc/yum.repos.d/CentOS-Vault.repo:enabled=0
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:[ovirt-3.6-epel]
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:[ovirt-3.6-centos-gluster37]
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:[ovirt-3.6-patternfly1-noarch-epel]
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:[virtio-win-stable]
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:[centos-ovirt36]
/etc/yum.repos.d/ovirt-3.6-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-3.6.repo:[ovirt-3.6]
/etc/yum.repos.d/ovirt-3.6.repo:enabled=1
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:[ovirt-4.0-epel]
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:[ovirt-4.0-centos-gluster37]
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:[ovirt-4.0-patternfly1-noarch-epel]
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:[virtio-win-stable]
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:enabled=1
/etc/yum.repos.d/ovirt-4.0-dependencies.repo:[centos-ovirt40-release]

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-27 Thread Christophe TREFOIS
Hi,

 

The package starts with q, yet you pasted only ovirt and vdsm from yum update.

 

Can you paste complete output of yum update?

 

Also, the qemu package should be there when you go to 7.3

 

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

 

From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Gianluca Cecchi
Sent: jeudi 22 décembre 2016 17:29
To: Sandro Bonazzola <sbona...@redhat.com>
Cc: users <users@ovirt.org>
Subject: Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need 
qemu-kvm-ev 2.6

 

On Mon, Dec 12, 2016 at 1:49 PM, Sandro Bonazzola <sbona...@redhat.com 
<mailto:sbona...@redhat.com> > wrote:

Hi,

as you probably noticed, CentOS 7.3 is rolling out right now and will be 
announced pretty soon.

Please note that due to new libvirt shipped within CentOS 7.3, it is required 
to update qemu-kvm-ev to 2.6 at the same time.

 

If you're using CentOS Virt SIG rpms / repos for oVirt this should happen 
automatically. 

If you're using only ovirt repositories be sure to have qemu-kvm-ev 2.6 if you 
update to CentOS 7.3.


 

In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now in 
ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and ovirt-4.0-pre 
(contains 4.0.6 RC4 rpms going to be announced in a few minutes.)

 

Thanks,

-- 

Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com <http://redhat.com> 

 

 

Hello,

I start again from the initial post.

There is still something that I miss on this.

I currently have a host in oVirt 4.0.5 and in CentOS 7.2 (last update run on 
mid November)

What are the steps I should run to keep current my oVirt host os now?

 

If I now run 

 

[root@ractor ~]# yum update

Loaded plugins: fastestmirror, langpacks

Repository virtio-win-stable is listed more than once in the configuration

Loading mirror speeds from cached hostfile

 * base: ba.mirror.garr.it <http://ba.mirror.garr.it> 

 * extras: artfiles.org <http://artfiles.org> 

 * ovirt-3.6: ftp.nluug.nl <http://ftp.nluug.nl> 

 * ovirt-3.6-epel: epel.besthosting.ua <http://epel.besthosting.ua> 

 * ovirt-4.0: ftp.nluug.nl <http://ftp.nluug.nl> 

 * ovirt-4.0-epel: epel.besthosting.ua <http://epel.besthosting.ua> 

 * updates: ba.mirror.garr.it <http://ba.mirror.garr.it> 

Resolving Dependencies

 

and relevant updates proposed are

 

Installing:

 kernelx86_64   3.10.0-514.2.2.el7
updates   37 M

 

. . .

 

Updating:

 

. . .

 

 centos-releasex86_64   7-3.1611.el7.centos   
base  23 k

 

. . . 

 

 libvirt   x86_64   2.0.0-10.el7_3.2  
updates  138 k

 libvirt-clientx86_64   2.0.0-10.el7_3.2  
updates  4.3 M

 libvirt-daemonx86_64   2.0.0-10.el7_3.2  
updates  720 k

 libvirt-daemon-config-network x86_64   2.0.0-10.el7_3.2  
updates  139 k

 libvirt-daemon-config-nwfilterx86_64   2.0.0-10.el7_3.2  
updates  141 k

 libvirt-daemon-driver-interface   x86_64   2.0.0-10.el7_3.2  
updates  181 k

 libvirt-daemon-driver-lxc x86_64   2.0.0-10.el7_3.2  
updates  803 k

 libvirt-daemon-driver-network x86_64   2.0.0-10.el7_3.2  
updates  337 k

 libvirt-daemon-driver-nodedev x86_64   2.0.0-10.el7_3.2  
updates  181 k

 libvirt-daemon-driver-nwfilterx86_64   2.0.0-10.el7_3.2  
updates  205 k

 libvirt-daemon-driver-qemux86_64   2.0.0-10.el7_3.2  
updates  615 k

 libvirt-daemon-driver-secret  x86_64   2.0.0-10.el7_3.2  
updates  171 k

 libvirt-daemon-driver-storage x86_64   2.0.0-10.el7_3.2  
updates  375 k

 libvirt-daemon-kvmx86_64   2.0.0-10.el7_3.2  
updates  137 k

 libvirt-lock-sanlock  x86_64   2.0.0-10.el7_3.2  
updates  186 k

 libvirt-pythonx86_64   2.0.0-2.el7   
base 321 k

 

. . .

 

 vdsm  x86_64   4.18.15.3-1.el7.centos
ovirt-4.0688 k

 vdsm-api  noarch   4.18.15.3-1.el7.centos
ovirt-4.0 53 k

 vdsm-cli  noarch   4.18.15.3-1.el7.centos
ovirt-4.0 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-22 Thread Gianluca Cecchi
On Mon, Dec 12, 2016 at 1:49 PM, Sandro Bonazzola 
wrote:

> Hi,
> as you probably noticed, CentOS 7.3 is rolling out right now and will be
> announced pretty soon.
> Please note that due to new libvirt shipped within CentOS 7.3, it is
> required to update qemu-kvm-ev to 2.6 at the same time.
>
> If you're using CentOS Virt SIG rpms / repos for oVirt this should happen
> automatically.
> If you're using only ovirt repositories be sure to have qemu-kvm-ev 2.6 if
> you update to CentOS 7.3.
>
> In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now in
> ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and ovirt-4.0-pre
> (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>
> Thanks,
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>


Hello,
I start again from the initial post.
There is still something that I miss on this.
I currently have a host in oVirt 4.0.5 and in CentOS 7.2 (last update run
on mid November)
What are the steps I should run to keep current my oVirt host os now?

If I now run

[root@ractor ~]# yum update
Loaded plugins: fastestmirror, langpacks
Repository virtio-win-stable is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: ba.mirror.garr.it
 * extras: artfiles.org
 * ovirt-3.6: ftp.nluug.nl
 * ovirt-3.6-epel: epel.besthosting.ua
 * ovirt-4.0: ftp.nluug.nl
 * ovirt-4.0-epel: epel.besthosting.ua
 * updates: ba.mirror.garr.it
Resolving Dependencies

and relevant updates proposed are

Installing:
 kernelx86_64   3.10.0-514.2.2.el7
   updates   37 M

. . .

Updating:

. . .

 centos-releasex86_64   7-3.1611.el7.centos
  base  23 k

. . .

 libvirt   x86_64   2.0.0-10.el7_3.2
   updates  138 k
 libvirt-clientx86_64   2.0.0-10.el7_3.2
   updates  4.3 M
 libvirt-daemonx86_64   2.0.0-10.el7_3.2
   updates  720 k
 libvirt-daemon-config-network x86_64   2.0.0-10.el7_3.2
   updates  139 k
 libvirt-daemon-config-nwfilterx86_64   2.0.0-10.el7_3.2
   updates  141 k
 libvirt-daemon-driver-interface   x86_64   2.0.0-10.el7_3.2
   updates  181 k
 libvirt-daemon-driver-lxc x86_64   2.0.0-10.el7_3.2
   updates  803 k
 libvirt-daemon-driver-network x86_64   2.0.0-10.el7_3.2
   updates  337 k
 libvirt-daemon-driver-nodedev x86_64   2.0.0-10.el7_3.2
   updates  181 k
 libvirt-daemon-driver-nwfilterx86_64   2.0.0-10.el7_3.2
   updates  205 k
 libvirt-daemon-driver-qemux86_64   2.0.0-10.el7_3.2
   updates  615 k
 libvirt-daemon-driver-secret  x86_64   2.0.0-10.el7_3.2
   updates  171 k
 libvirt-daemon-driver-storage x86_64   2.0.0-10.el7_3.2
   updates  375 k
 libvirt-daemon-kvmx86_64   2.0.0-10.el7_3.2
   updates  137 k
 libvirt-lock-sanlock  x86_64   2.0.0-10.el7_3.2
   updates  186 k
 libvirt-pythonx86_64   2.0.0-2.el7
  base 321 k

. . .

 vdsm  x86_64   4.18.15.3-1.el7.centos
   ovirt-4.0688 k
 vdsm-api  noarch   4.18.15.3-1.el7.centos
   ovirt-4.0 53 k
 vdsm-cli  noarch   4.18.15.3-1.el7.centos
   ovirt-4.0 67 k
 vdsm-hook-vmfex-dev   noarch   4.18.15.3-1.el7.centos
   ovirt-4.06.6 k
 vdsm-infranoarch   4.18.15.3-1.el7.centos
   ovirt-4.0 12 k
 vdsm-jsonrpc  noarch   4.18.15.3-1.el7.centos
   ovirt-4.0 25 k
 vdsm-python   noarch   4.18.15.3-1.el7.centos
   ovirt-4.0602 k
 vdsm-xmlrpc   noarch   4.18.15.3-1.el7.centos
   ovirt-4.0 25 k
 vdsm-yajsonrpcnoarch   4.18.15.3-1.el7.centos
   ovirt-4.0 27 k

. . .

No qemu related update proposed.

The same if I run a "yum clean all" before.

My current situation about it:

[root@ractor ~]# rpm -qa|grep ^qemu
qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
qemu-img-ev-2.3.0-31.el7.16.1.x86_64
qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64
[root@ractor ~]#

Does this mean I'm going to have problems still, because of libvirt version
provided by CentOS 7.3 and qemu-kvm-ev 2.3?
Also, what are exactly te problems we are speaking about?
Do I need to follow what suggested in one of the threads's mails

"
You can enable CentOS Virt 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-22 Thread Paolo Bonzini


On 22/12/2016 15:29, Michal Skrivanek wrote:
>> it is important for 3.6 and 4.0, but in 4.1 we should not be using any 
>> rhel-6 machine type anymore
>> There is https://bugzilla.redhat.com/show_bug.cgi?id=1402435 for HE which 
>> should be fixed (if real)
> 
> though, the bug opened by Paolo talks about rhel-6.6.0 machine type, but we 
> are using rhel-6.5.0, and then only 7.0,7.2,7.3
> Can you confirm? The report from Juergen indicates 6.5 is broken too

All RHEL-6 machine types are broken in the same way.

Paolo
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-22 Thread Michal Skrivanek

> On 22 Dec 2016, at 15:01, Michal Skrivanek  wrote:
> 
> 
>> On 15 Dec 2016, at 16:46, Sandro Bonazzola  wrote:
>> 
>> 
>> 
>> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter" 
>>  ha scritto:
>> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
>>> 
>>> 
>>> On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
>>> > wrote:
>>> 
>>>i can confirm that it will break ...
>>> 
>>>Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly closed
>>>the monitor: Unexpected error in object_property_find() at
>>>qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm: can't apply
>>>global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found
>>> 
>>> 
>>> Just an heads up that qemu-kvm-ev 2.6 is now
>>> in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>>> 
>> 
>> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
>> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
>> [16:16:52][root@vm1:/var/log]$
>> 
>> this message is from 2.6
>> 
>> Adding Paolo and Michal.
> 
> it is important for 3.6 and 4.0, but in 4.1 we should not be using any rhel-6 
> machine type anymore
> There is https://bugzilla.redhat.com/show_bug.cgi?id=1402435 for HE which 
> should be fixed (if real)

though, the bug opened by Paolo talks about rhel-6.6.0 machine type, but we are 
using rhel-6.5.0, and then only 7.0,7.2,7.3
Can you confirm? The report from Juergen indicates 6.5 is broken too

> 
>> 
>> 
>> 
>> 
>> 
>>> 
>>> 
>>> 
>>> 
>>>cheers,
>>> 
>>>Juergen
>>> 
>>>Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
 Hello
 
 by browsing the repository on
 http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>>> I can't see
 any qemu-kvm-ev-2.6.* RPM.
 
 I think this will break if I update the Ovirt-Hosts...
 
 [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
 libvirt.x86_64  2.0.0-10.el7_3.2
 updates
 libvirt-client.x86_64   2.0.0-10.el7_3.2
 updates
 libvirt-daemon.x86_64   2.0.0-10.el7_3.2
 updates
 libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
 updates
 libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
 updates
 libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
 updates
 libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
 updates
 libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
 updates
 libvirt-python.x86_64   2.0.0-2.el7
 base
 
 [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
 ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7
 base
 libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
 updates
 
 
 Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
> 
> 
> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams >>
> >> wrote:
> 
>Once upon a time, Sandro Bonazzola  
>>> said:
>> In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
>right now in
>> ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
>ovirt-4.0-pre
>> (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
> 
>Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
>versions (such as 3.5 or 3.6)?
> 
> 
> You can enable CentOS Virt SIG repo by running "yum install
> centos-release-qemu-ev" on your CentOS 7 systems.
> and you'll have updated qemu-kvm-ev.
> 
> 
> 
>--
>Chris Adams 
>>>>>
>___
>Users mailing list
>Users@ovirt.org 
>>>>
>http://lists.phx.ovirt.org/mailman/listinfo/users
>>>
>

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-22 Thread Michal Skrivanek

> On 15 Dec 2016, at 16:46, Sandro Bonazzola  wrote:
> 
> 
> 
> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter"  
> ha scritto:
> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
> >
> >
> > On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
> > > wrote:
> >
> > i can confirm that it will break ...
> >
> > Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly closed
> > the monitor: Unexpected error in object_property_find() at
> > qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm: can't apply
> > global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found
> >
> >
> > Just an heads up that qemu-kvm-ev 2.6 is now
> > in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
> > 
> 
> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
> [16:16:52][root@vm1:/var/log]$
> 
> this message is from 2.6
> 
> Adding Paolo and Michal.

it is important for 3.6 and 4.0, but in 4.1 we should not be using any rhel-6 
machine type anymore
There is https://bugzilla.redhat.com/show_bug.cgi?id=1402435 for HE which 
should be fixed (if real)

> 
> 
> 
> 
> 
> >
> >
> >
> >
> > cheers,
> >
> > Juergen
> >
> > Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
> > > Hello
> > >
> > > by browsing the repository on
> > > http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
> >  I can't see
> > > any qemu-kvm-ev-2.6.* RPM.
> > >
> > > I think this will break if I update the Ovirt-Hosts...
> > >
> > > [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
> > > libvirt.x86_64  2.0.0-10.el7_3.2
> > > updates
> > > libvirt-client.x86_64   2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon.x86_64   2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
> > > updates
> > > libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
> > > updates
> > > libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
> > > updates
> > > libvirt-python.x86_64   2.0.0-2.el7
> > > base
> > >
> > > [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
> > > ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7
> > > base
> > > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > > updates
> > >
> > >
> > > Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
> > >>
> > >>
> > >> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  > 
> > >> >> wrote:
> > >>
> > >> Once upon a time, Sandro Bonazzola  > 
> > >> >> said:
> > >> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
> > >> right now in
> > >> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
> > >> ovirt-4.0-pre
> > >> > (contains 4.0.6 RC4 rpms going to be announced in a few 
> > minutes.)
> > >>
> > >> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
> > >> versions (such as 3.5 or 3.6)?
> > >>
> > >>
> > >> You can enable CentOS Virt SIG repo by running "yum install
> > >> centos-release-qemu-ev" on your CentOS 7 systems.
> > >> and you'll have updated qemu-kvm-ev.
> > >>
> > >>
> > >>
> > >> --
> > >> Chris Adams 
> > >>
> > >> ___
> > >> Users mailing list
> > >> Users@ovirt.org 
> > >
> > >> 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-20 Thread InterNetX - Juergen Gotteswinter


Am 20.12.2016 um 11:08 schrieb InterNetX - Juergen Gotteswinter:
> Am 15.12.2016 um 17:26 schrieb Paolo Bonzini:
>>
>>
>> On 15/12/2016 16:46, Sandro Bonazzola wrote:
>>>
>>>
>>> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter"
>>> > ha scritto:
>>>
>>> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
>>> >
>>> >
>>> > On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
>>> > 
>>> >> wrote:
>>> >
>>> > i can confirm that it will break ...
>>> >
>>> > Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly
>>> closed
>>> > the monitor: Unexpected error in object_property_find() at
>>> > qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm:
>>> can't apply
>>> > global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic'
>>> not found
>>> >
>>> >
>>> > Just an heads up that qemu-kvm-ev 2.6 is now
>>> > in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>>> 
>>> > >> >
>>>
>>> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
>>> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
>>> [16:16:52][root@vm1:/var/log]$
>>>
>>> this message is from 2.6
>>>
>>>
>>> Adding Paolo and Michal.
>>
>> The message is ugly, but that "x1apic" should have read "x2apic".
>>
>> Paolo
>>
> 
> Yep, it seems to be introduced with
> "0002-Add-RHEL-7-machine-types.patch" starting at line 862
> 
> +},\
> +{\
> +.driver = "Opteron_G4" "-" TYPE_X86_CPU,\
> +.property = "x1apic",\
> +.value = "off",\
> +},\
> +{\
> 
> 
> going to test this right now
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 

works after fixing the typo & rebuilding
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-20 Thread InterNetX - Juergen Gotteswinter
Am 15.12.2016 um 17:26 schrieb Paolo Bonzini:
> 
> 
> On 15/12/2016 16:46, Sandro Bonazzola wrote:
>>
>>
>> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter"
>> > ha scritto:
>>
>> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
>> >
>> >
>> > On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
>> > 
>> >> wrote:
>> >
>> > i can confirm that it will break ...
>> >
>> > Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly
>> closed
>> > the monitor: Unexpected error in object_property_find() at
>> > qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm:
>> can't apply
>> > global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic'
>> not found
>> >
>> >
>> > Just an heads up that qemu-kvm-ev 2.6 is now
>> > in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>> 
>> > > >
>>
>> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
>> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
>> [16:16:52][root@vm1:/var/log]$
>>
>> this message is from 2.6
>>
>>
>> Adding Paolo and Michal.
> 
> The message is ugly, but that "x1apic" should have read "x2apic".
> 
> Paolo
> 

Yep, it seems to be introduced with
"0002-Add-RHEL-7-machine-types.patch" starting at line 862

+},\
+{\
+.driver = "Opteron_G4" "-" TYPE_X86_CPU,\
+.property = "x1apic",\
+.value = "off",\
+},\
+{\


going to test this right now

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread Paolo Bonzini


On 15/12/2016 17:07, InterNetX - Juergen Gotteswinter wrote:
> Am 15.12.2016 um 16:46 schrieb Sandro Bonazzola:
>>
>>
>> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter"
>> > ha scritto:
>>
>> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
>> >
>> >
>> > On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
>> > 
>> >> wrote:
>> >
>> > i can confirm that it will break ...
>> >
>> > Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly
>> closed
>> > the monitor: Unexpected error in object_property_find() at
>> > qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm:
>> can't apply
>> > global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic'
>> not found
>> >
>> >
>> > Just an heads up that qemu-kvm-ev 2.6 is now
>> > in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>> 
>> > > >
>>
>> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
>> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
>> [16:16:52][root@vm1:/var/log]$
>>
>> this message is from 2.6
>>
>>
>> Adding Paolo and Michal.
> 
> sorry, theres a little bit more in the startup log which might be helpful
> 
> Unexpected error in object_property_find() at qom/object.c:1003:
> 2016-12-15T13:58:43.140073Z qemu-kvm: can't apply global
> Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found

This is now bug 1405123.

Paolo

> 
> the complete startup parameters in that case are
> 
> LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
> QEMU_AUDIO_DRV=spice /usr/libexec/qemu-kvm -name
> guest=jg123_vm1_loadtest,debug-threads=on -S -object
> secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-2-jg123_vm1_loadtest/master-key.aes
> -machine rhel6.5.0,accel=kvm,usb=off -cpu Opteron_G4 -m 65536 -realtime
> mlock=off -smp 8,maxcpus=64,sockets=16,cores=4,threads=1 -uuid
> 20047459-7e48-4160-ac77-0e26a4f99472 -smbios
> 'type=1,manufacturer=oVirt,product=oVirt
> Node,version=7-3.1611.el7.centos,serial=4C4C4544-0039-3310-8043-B2C04F463032,uuid=20047459-7e48-4160-ac77-0e26a4f99472'
> -no-user-config -nodefaults -chardev
> socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-2-jg123_vm1_loadtest/monitor.sock,server,nowait
> -mon chardev=charmonitor,id=monitor,mode=control -rtc
> base=2016-12-15T13:58:41,driftfix=slew -global
> kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on
> -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device
> virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device
> virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5
> -drive if=none,id=drive-ide0-1-0,readonly=on -device
> ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive
> file=/rhev/data-center/0002-0002-0002-0002-02f7/d5b56ea4-782e-4002-bb9a-478b337b5c9f/images/f022eca0-1af3-43ad-acad-4731ceceed3e/94b35a95-c80b-434c-afe7-e8ab4391395c,format=qcow2,if=none,id=drive-scsi0-0-0-0,serial=f022eca0-1af3-43ad-acad-4731ceceed3e,cache=none,werror=stop,rerror=stop,aio=native
> -device
> scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,bootindex=1
> -netdev tap,fd=29,id=hostnet0,vhost=on,vhostfd=30 -device
> virtio-net-pci,netdev=hostnet0,id=net0,mac=00:1a:4a:5e:43:04,bus=pci.0,addr=0x3,bootindex=2
> -chardev
> socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/20047459-7e48-4160-ac77-0e26a4f99472.com.redhat.rhevm.vdsm,server,nowait
> -device
> virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
> -chardev
> socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/20047459-7e48-4160-ac77-0e26a4f99472.org.qemu.guest_agent.0,server,nowait
> -device
> virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
> -chardev spicevmc,id=charchannel2,name=vdagent -device
> virtserialport,bus=virtio-serial0.0,nr=3,chardev=charchannel2,id=channel2,name=com.redhat.spice.0
> -spice
> tls-port=5900,addr=192.168.210.80,x509-dir=/etc/pki/vdsm/libvirt-spice,tls-channel=default,tls-channel=main,tls-channel=display,tls-channel=inputs,tls-channel=cursor,tls-channel=playback,tls-channel=record,tls-channel=smartcard,tls-channel=usbredir,seamless-migration=on
> -k en-us -device
> qxl-vga,id=video0,ram_size=67108864,vram_size=33554432,vram64_size_mb=0,vgamem_mb=16,bus=pci.0,addr=0x2
> -msg timestamp=on
> 
> 
> 
>>
>>
>>
>>
>>
>> >
>> >
>> >
>> >
>> > cheers,
>> >
>> > Juergen
>> >
>> > Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
>> > > Hello
>> 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread Paolo Bonzini


On 15/12/2016 16:46, Sandro Bonazzola wrote:
> 
> 
> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter"
> > ha scritto:
> 
> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
> >
> >
> > On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
> > 
> >> wrote:
> >
> > i can confirm that it will break ...
> >
> > Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly
> closed
> > the monitor: Unexpected error in object_property_find() at
> > qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm:
> can't apply
> > global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic'
> not found
> >
> >
> > Just an heads up that qemu-kvm-ev 2.6 is now
> > in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
> 
> >  >
> 
> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
> [16:16:52][root@vm1:/var/log]$
> 
> this message is from 2.6
> 
> 
> Adding Paolo and Michal.

The message is ugly, but that "x1apic" should have read "x2apic".

Paolo
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread InterNetX - Juergen Gotteswinter
Am 15.12.2016 um 16:46 schrieb Sandro Bonazzola:
> 
> 
> Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter"
> > ha scritto:
> 
> Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
> >
> >
> > On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
> > 
> >> wrote:
> >
> > i can confirm that it will break ...
> >
> > Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly
> closed
> > the monitor: Unexpected error in object_property_find() at
> > qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm:
> can't apply
> > global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic'
> not found
> >
> >
> > Just an heads up that qemu-kvm-ev 2.6 is now
> > in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
> 
> >  >
> 
> [16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
> qemu-kvm-ev-2.6.0-27.1.el7.x86_64
> [16:16:52][root@vm1:/var/log]$
> 
> this message is from 2.6
> 
> 
> Adding Paolo and Michal.

sorry, theres a little bit more in the startup log which might be helpful

Unexpected error in object_property_find() at qom/object.c:1003:
2016-12-15T13:58:43.140073Z qemu-kvm: can't apply global
Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found


the complete startup parameters in that case are

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
QEMU_AUDIO_DRV=spice /usr/libexec/qemu-kvm -name
guest=jg123_vm1_loadtest,debug-threads=on -S -object
secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-2-jg123_vm1_loadtest/master-key.aes
-machine rhel6.5.0,accel=kvm,usb=off -cpu Opteron_G4 -m 65536 -realtime
mlock=off -smp 8,maxcpus=64,sockets=16,cores=4,threads=1 -uuid
20047459-7e48-4160-ac77-0e26a4f99472 -smbios
'type=1,manufacturer=oVirt,product=oVirt
Node,version=7-3.1611.el7.centos,serial=4C4C4544-0039-3310-8043-B2C04F463032,uuid=20047459-7e48-4160-ac77-0e26a4f99472'
-no-user-config -nodefaults -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-2-jg123_vm1_loadtest/monitor.sock,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc
base=2016-12-15T13:58:41,driftfix=slew -global
kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device
virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device
virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5
-drive if=none,id=drive-ide0-1-0,readonly=on -device
ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive
file=/rhev/data-center/0002-0002-0002-0002-02f7/d5b56ea4-782e-4002-bb9a-478b337b5c9f/images/f022eca0-1af3-43ad-acad-4731ceceed3e/94b35a95-c80b-434c-afe7-e8ab4391395c,format=qcow2,if=none,id=drive-scsi0-0-0-0,serial=f022eca0-1af3-43ad-acad-4731ceceed3e,cache=none,werror=stop,rerror=stop,aio=native
-device
scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,bootindex=1
-netdev tap,fd=29,id=hostnet0,vhost=on,vhostfd=30 -device
virtio-net-pci,netdev=hostnet0,id=net0,mac=00:1a:4a:5e:43:04,bus=pci.0,addr=0x3,bootindex=2
-chardev
socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/20047459-7e48-4160-ac77-0e26a4f99472.com.redhat.rhevm.vdsm,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
-chardev
socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/20047459-7e48-4160-ac77-0e26a4f99472.org.qemu.guest_agent.0,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
-chardev spicevmc,id=charchannel2,name=vdagent -device
virtserialport,bus=virtio-serial0.0,nr=3,chardev=charchannel2,id=channel2,name=com.redhat.spice.0
-spice
tls-port=5900,addr=192.168.210.80,x509-dir=/etc/pki/vdsm/libvirt-spice,tls-channel=default,tls-channel=main,tls-channel=display,tls-channel=inputs,tls-channel=cursor,tls-channel=playback,tls-channel=record,tls-channel=smartcard,tls-channel=usbredir,seamless-migration=on
-k en-us -device
qxl-vga,id=video0,ram_size=67108864,vram_size=33554432,vram64_size_mb=0,vgamem_mb=16,bus=pci.0,addr=0x2
-msg timestamp=on



> 
> 
> 
> 
> 
> >
> >
> >
> >
> > cheers,
> >
> > Juergen
> >
> > Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
> > > Hello
> > >
> > > by browsing the repository on
> > > http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
> 
> > 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread Sandro Bonazzola
Il 15/Dic/2016 16:17, "InterNetX - Juergen Gotteswinter" 
ha scritto:

Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
>
>
> On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
> > wrote:
>
> i can confirm that it will break ...
>
> Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly closed
> the monitor: Unexpected error in object_property_find() at
> qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm: can't
apply
> global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found
>
>
> Just an heads up that qemu-kvm-ev 2.6 is now
> in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
> 

[16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
qemu-kvm-ev-2.6.0-27.1.el7.x86_64
[16:16:52][root@vm1:/var/log]$

this message is from 2.6


Adding Paolo and Michal.





>
>
>
>
> cheers,
>
> Juergen
>
> Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
> > Hello
> >
> > by browsing the repository on
> > http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>  I can't
see
> > any qemu-kvm-ev-2.6.* RPM.
> >
> > I think this will break if I update the Ovirt-Hosts...
> >
> > [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
> > libvirt.x86_64  2.0.0-10.el7_3.2
> > updates
> > libvirt-client.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
> > updates
> > libvirt-python.x86_64   2.0.0-2.el7
> > base
> >
> > [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
> > ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7
> > base
> > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > updates
> >
> >
> > Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
> >>
> >>
> >> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  
> >> >> wrote:
> >>
> >> Once upon a time, Sandro Bonazzola 
> >> >>
said:
> >> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
> >> right now in
> >> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
> >> ovirt-4.0-pre
> >> > (contains 4.0.6 RC4 rpms going to be announced in a few
minutes.)
> >>
> >> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for
prior
> >> versions (such as 3.5 or 3.6)?
> >>
> >>
> >> You can enable CentOS Virt SIG repo by running "yum install
> >> centos-release-qemu-ev" on your CentOS 7 systems.
> >> and you'll have updated qemu-kvm-ev.
> >>
> >>
> >>
> >> --
> >> Chris Adams 
> >>
> >> ___
> >> Users mailing list
> >> Users@ovirt.org 
> >
> >> http://lists.phx.ovirt.org/mailman/listinfo/users
> 
> >>  >
> >>
> >>
> >>
> >>
> >> --
> >> Sandro Bonazzola
> >> Better technology. Faster innovation. Powered by community
collaboration.
> >> See how it works at redhat.com 
> 
> >>
> >>
> >> ___
> >> Users 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread InterNetX - Juergen Gotteswinter
Am 15.12.2016 um 15:51 schrieb Sandro Bonazzola:
> 
> 
> On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter
> > wrote:
> 
> i can confirm that it will break ...
> 
> Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly closed
> the monitor: Unexpected error in object_property_find() at
> qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm: can't apply
> global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found
> 
> 
> Just an heads up that qemu-kvm-ev 2.6 is now
> in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>  

[16:16:47][root@vm1:/var/log]$rpm -aq |grep qemu-kvm-ev
qemu-kvm-ev-2.6.0-27.1.el7.x86_64
[16:16:52][root@vm1:/var/log]$

this message is from 2.6

> 
> 
>  
> 
> cheers,
> 
> Juergen
> 
> Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
> > Hello
> >
> > by browsing the repository on
> > http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/
>  I can't see
> > any qemu-kvm-ev-2.6.* RPM.
> >
> > I think this will break if I update the Ovirt-Hosts...
> >
> > [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
> > libvirt.x86_64  2.0.0-10.el7_3.2
> > updates
> > libvirt-client.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
> > updates
> > libvirt-python.x86_64   2.0.0-2.el7
> > base
> >
> > [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
> > ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7
> > base
> > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > updates
> >
> >
> > Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
> >>
> >>
> >> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  
> >> >> wrote:
> >>
> >> Once upon a time, Sandro Bonazzola  
> >> >> said:
> >> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
> >> right now in
> >> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
> >> ovirt-4.0-pre
> >> > (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
> >>
> >> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
> >> versions (such as 3.5 or 3.6)?
> >>
> >>
> >> You can enable CentOS Virt SIG repo by running "yum install
> >> centos-release-qemu-ev" on your CentOS 7 systems.
> >> and you'll have updated qemu-kvm-ev.
> >>
> >>
> >>
> >> --
> >> Chris Adams 
> >>
> >> ___
> >> Users mailing list
> >> Users@ovirt.org 
> >
> >> http://lists.phx.ovirt.org/mailman/listinfo/users
> 
> >>  >
> >>
> >>
> >>
> >>
> >> --
> >> Sandro Bonazzola
> >> Better technology. Faster innovation. Powered by community 
> collaboration.
> >> See how it works at redhat.com 
> 
> >>
> >>
> >> ___
> >> Users mailing list
> >> Users@ovirt.org 
> >> 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread Sandro Bonazzola
On Thu, Dec 15, 2016 at 3:02 PM, InterNetX - Juergen Gotteswinter <
j...@internetx.com> wrote:

> i can confirm that it will break ...
>
> Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly closed
> the monitor: Unexpected error in object_property_find() at
> qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm: can't apply
> global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found
>
>
Just an heads up that qemu-kvm-ev 2.6 is now in http://mirror.centos.org/
centos/7/virt/x86_64/kvm-common/




> cheers,
>
> Juergen
>
> Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
> > Hello
> >
> > by browsing the repository on
> > http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/ I can't see
> > any qemu-kvm-ev-2.6.* RPM.
> >
> > I think this will break if I update the Ovirt-Hosts...
> >
> > [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
> > libvirt.x86_64  2.0.0-10.el7_3.2
> > updates
> > libvirt-client.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
> > updates
> > libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
> > updates
> > libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
> > updates
> > libvirt-python.x86_64   2.0.0-2.el7
> > base
> >
> > [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
> > ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7
> > base
> > libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> > updates
> >
> >
> > Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
> >>
> >>
> >> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  >> > wrote:
> >>
> >> Once upon a time, Sandro Bonazzola  >> > said:
> >> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
> >> right now in
> >> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
> >> ovirt-4.0-pre
> >> > (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
> >>
> >> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
> >> versions (such as 3.5 or 3.6)?
> >>
> >>
> >> You can enable CentOS Virt SIG repo by running "yum install
> >> centos-release-qemu-ev" on your CentOS 7 systems.
> >> and you'll have updated qemu-kvm-ev.
> >>
> >>
> >>
> >> --
> >> Chris Adams >
> >> ___
> >> Users mailing list
> >> Users@ovirt.org 
> >> http://lists.phx.ovirt.org/mailman/listinfo/users
> >> 
> >>
> >>
> >>
> >>
> >> --
> >> Sandro Bonazzola
> >> Better technology. Faster innovation. Powered by community
> collaboration.
> >> See how it works at redhat.com 
> >>
> >>
> >> ___
> >> Users mailing list
> >> Users@ovirt.org
> >> http://lists.phx.ovirt.org/mailman/listinfo/users
> >
> > --
> >
> >
> > *Ralf Schenk*
> > fon +49 (0) 24 05 / 40 83 70
> > fax +49 (0) 24 05 / 40 83 759
> > mail *r...@databay.de* 
> >
> > *Databay AG*
> > Jens-Otto-Krag-Straße 11
> > D-52146 Würselen
> > *www.databay.de* 
> >
> > Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
> > Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
> > Philipp Hermanns
> > Aufsichtsratsvorsitzender: Wilhelm Dohmen
> >
> > 
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.phx.ovirt.org/mailman/listinfo/users
> >
> ___
> 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
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread InterNetX - Juergen Gotteswinter
i can confirm that it will break ...

Dec 15 14:58:43 vm1 journal: internal error: qemu unexpectedly closed
the monitor: Unexpected error in object_property_find() at
qom/object.c:1003:#0122016-12-15T13:58:43.140073Z qemu-kvm: can't apply
global Opteron_G4-x86_64-cpu.x1apic=off: Property '.x1apic' not found

cheers,

Juergen

Am 13.12.2016 um 10:30 schrieb Ralf Schenk:
> Hello
> 
> by browsing the repository on
> http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/ I can't see
> any qemu-kvm-ev-2.6.* RPM.
> 
> I think this will break if I update the Ovirt-Hosts...
> 
> [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
> libvirt.x86_64  2.0.0-10.el7_3.2
> updates
> libvirt-client.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
> updates
> libvirt-python.x86_64   2.0.0-2.el7 
> base
> 
> [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
> ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7  
> base
> libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> updates
> 
> 
> Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
>>
>>
>> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams > > wrote:
>>
>> Once upon a time, Sandro Bonazzola > > said:
>> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
>> right now in
>> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
>> ovirt-4.0-pre
>> > (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>>
>> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
>> versions (such as 3.5 or 3.6)?
>>
>>
>> You can enable CentOS Virt SIG repo by running "yum install
>> centos-release-qemu-ev" on your CentOS 7 systems.
>> and you'll have updated qemu-kvm-ev.
>>
>>  
>>
>> --
>> Chris Adams >
>> ___
>> Users mailing list
>> Users@ovirt.org 
>> http://lists.phx.ovirt.org/mailman/listinfo/users
>> 
>>
>>
>>
>>
>> -- 
>> Sandro Bonazzola
>> Better technology. Faster innovation. Powered by community collaboration.
>> See how it works at redhat.com 
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.phx.ovirt.org/mailman/listinfo/users
> 
> -- 
> 
> 
> *Ralf Schenk*
> fon +49 (0) 24 05 / 40 83 70
> fax +49 (0) 24 05 / 40 83 759
> mail *r...@databay.de* 
>   
> *Databay AG*
> Jens-Otto-Krag-Straße 11
> D-52146 Würselen
> *www.databay.de* 
> 
> Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
> Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
> Philipp Hermanns
> Aufsichtsratsvorsitzender: Wilhelm Dohmen
> 
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.phx.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-15 Thread Gianluca Cecchi
On Wed, Dec 14, 2016 at 5:33 PM, Paolo Bonzini  wrote:

>
>
> On 13/12/2016 18:28, Gianluca Cecchi wrote:
> > - So I have to try the mix of 7.3 kernel and qemu 2.6, correct?
>
> Yes, please.  If it works, the problem is transient.
>
> Thanks,
>
> Paolo
>
> > Perhaps it was a problem only during install and not happening now that
> > the VM has been deployed?
> > Gianluca
>


OK. So I reconfigured the kernel used during "host-engine --deploy", that
is  3.10.0-514.el7.x86_64
I also maintained the qemu-kvm-ev-2.6.0-27.1.el7.x86_64 version

After reboot and exiting maintenance, also with this configuration the
engine vm was able to start.
What I see in qemu logfile on host

2016-12-15 09:43:41.365+: starting up libvirt version: 2.0.0, package:
10.el7 (CentOS BuildSystem <
http://bugs.centos.org>, 2016-11-12-02:15:12, c1bm.rdu2.centos.org), qemu
version: 2.6.0 (qemu-kvm-ev-2
.6.0-27.1.el7), hostname: ovirt41.localdomain.local
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -name
guest=HostedEngine,debug-threads=on -S -object
secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-1-HostedEngine/master-key.aes
-machine pc-i440fx-rhel7.2.0,accel=kvm,usb=off -cpu Broadwell,+rtm,+hle -m
6184 -realtime mlock=off -smp 1,maxcpus=16,sockets=16,cores=1,threads=1
-uuid 2a262cdc-9102-4061-841f-ec64333cdad2 -smbios
'type=1,manufacturer=oVirt,product=oVirt
Node,version=7-2.1511.el7.centos.2.10,serial=564D3726-E55D-5C11-DC45-CA1A50480E83,uuid=2a262cdc-9102-4061-841f-ec64333cdad2'
-nographic -no-user-config -nodefaults -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-1-HostedEngine/monitor.sock,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc
base=2016-12-15T09:43:41,driftfix=slew -global
kvm-pit.lost_tick_policy=discard -no-hpet -no-reboot -boot strict=on
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x3 -drive
file=/var/run/vdsm/storage/3e7d4336-c2e1-4fdc-99e7-81a0e69cf3a3/286a8fda-b77d-48b8-80a9-15b63e5321a2/63bfeca6-dc92-4145-845d-e785a18de949,format=raw,if=none,id=drive-virtio-disk0,serial=286a8fda-b77d-48b8-80a9-15b63e5321a2,cache=none,werror=stop,rerror=stop,aio=threads
-device
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
-drive if=none,id=drive-ide0-1-0,readonly=on -device
ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev
tap,fd=30,id=hostnet0,vhost=on,vhostfd=32 -device
virtio-net-pci,netdev=hostnet0,id=net0,mac=00:16:3e:08:cc:5a,bus=pci.0,addr=0x2
-chardev
socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/2a262cdc-9102-4061-841f-ec64333cdad2.com.redhat.rhevm.vdsm,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
-chardev
socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/2a262cdc-9102-4061-841f-ec64333cdad2.org.qemu.guest_agent.0,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
-chardev
socket,id=charchannel2,path=/var/lib/libvirt/qemu/channels/2a262cdc-9102-4061-841f-ec64333cdad2.org.ovirt.hosted-engine-setup.0,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=3,chardev=charchannel2,id=channel2,name=org.ovirt.hosted-engine-setup.0
-msg timestamp=on

Perhaps during host-deploy the engine VM is launched with other kind of
options that can have caused problems?

I was also able to install a "normal" VM (CentOS 6.8 netinstall) into the
infra.
During the initial "run once" phase the command executed has been

qemu  12862  1 27 11:19 ?00:00:08 /usr/libexec/qemu-kvm
-name guest=centos68,debug-threads=on -S -object
secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-2-centos68/master-key.aes
-machine pc-i440fx-rhel7.2.0,accel=kvm,usb=off -cpu Broadwell,+rtm,+hle -m
size=2097152k,slots=16,maxmem=4294967296k -realtime mlock=off -smp
1,maxcpus=16,sockets=16,cores=1,threads=1 -numa
node,nodeid=0,cpus=0,mem=2048 -uuid 5c178328-2114-49bc-9acf-e7d93e06c0a7
-smbios type=1,manufacturer=oVirt,product=oVirt
Node,version=7-2.1511.el7.centos.2.10,serial=564D3726-E55D-5C11-DC45-CA1A50480E83,uuid=5c178328-2114-49bc-9acf-e7d93e06c0a7
-no-user-config -nodefaults -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-2-centos68/monitor.sock,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc
base=2016-12-15T10:19:40,driftfix=slew -global
kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot
menu=on,splash-time=1,strict=on -device
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device
virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device
virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5 -drive
if=none,id=drive-ide0-1-0,readonly=on -device
ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-14 Thread Paolo Bonzini


On 13/12/2016 18:28, Gianluca Cecchi wrote:
> - So I have to try the mix of 7.3 kernel and qemu 2.6, correct?

Yes, please.  If it works, the problem is transient.

Thanks,

Paolo

> Perhaps it was a problem only during install and not happening now that
> the VM has been deployed?
> Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-13 Thread Gianluca Cecchi
On Tue, Dec 13, 2016 at 1:56 PM, Paolo Bonzini  wrote:

>
>
> On 13/12/2016 12:38, Gianluca Cecchi wrote:
> > flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
> > pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb
> > rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
> > nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx
> > est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt
> > tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch
> > ida arat epb pln pts dtherm hwp hwp_noitfy hwp_act_window hwp_epp
> > tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep
> > bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1
> > xsaves
> > bogomips: 3600.06
> > clflush size: 64
> > cache_alignment: 64
> > address sizes: 39 bits physical, 48 bits virtual
> > power management:
> >
> > . . .
> >
> > What is the flag to check?
>
> It's erms, which is there.  But it's not the culprit.
>
> Sorry if you have already tested it, but have you tried using 7.2 kernel
> with QEMU 2.6, and then 7.3 kernel with QEMU 2.3?  That would allow
> finding the guilty component more easily.
>
> Thanks,
>
>
No problem.

- 7.3 kernel with qemu 2.3 seems ok
It is the configuration used for deploying self hosted engine vm

[root@ovirt41 ~]# rpm -q qemu-kvm-ev
qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64

[root@ovirt41 ~]# uname -r
3.10.0-514.el7.x86_64
[root@ovirt41 ~]#
( it seems it is the 7.3 kernel, based on
https://access.redhat.com/articles/3078 )

[root@ovirt41 ~]# ps -ef| grep qemu-kvm
qemu  53257  1  3 Dec07 ?05:56:52 /usr/libexec/qemu-kvm
-name guest=HostedEngine,debug-threads=on -S -machine
pc-i440fx-rhel7.2.0,accel=kvm,usb=off -cpu Broadwell,+rtm,+hle -m 6184
-realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid
2a262cdc-9102-4061-841f-ec64333cdad2 -smbios
type=1,manufacturer=oVirt,product=oVirt
Node,version=7-2.1511.el7.centos.2.10,serial=564D3726-E55D-5C11-DC45-CA1A50480E83,uuid=2a262cdc-9102-4061-841f-ec64333cdad2
-no-user-config -nodefaults -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-2-HostedEngine/monitor.sock,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc
base=2016-12-07T10:16:42,driftfix=slew -global
kvm-pit.lost_tick_policy=discard -no-hpet -no-reboot -boot strict=on
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device
virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive
if=none,id=drive-ide0-1-0,readonly=on -device
ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive
file=/var/run/vdsm/storage/3e7d4336-c2e1-4fdc-99e7-81a0e69cf3a3/286a8fda-b77d-48b8-80a9-15b63e5321a2/63bfeca6-dc92-4145-845d-e785a18de949,format=raw,if=none,id=drive-virtio-disk0,serial=286a8fda-b77d-48b8-80a9-15b63e5321a2,cache=none,werror=stop,rerror=stop,aio=threads
-device
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
-netdev tap,fd=30,id=hostnet0,vhost=on,vhostfd=32 -device
virtio-net-pci,netdev=hostnet0,id=net0,mac=00:16:3e:08:cc:5a,bus=pci.0,addr=0x3
-chardev
socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/2a262cdc-9102-4061-841f-ec64333cdad2.com.redhat.rhevm.vdsm,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
-chardev
socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/2a262cdc-9102-4061-841f-ec64333cdad2.org.qemu.guest_agent.0,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
-chardev
socket,id=charchannel2,path=/var/lib/libvirt/qemu/channels/2a262cdc-9102-4061-841f-ec64333cdad2.org.ovirt.hosted-engine-setup.0,server,nowait
-device
virtserialport,bus=virtio-serial0.0,nr=3,chardev=charchannel2,id=channel2,name=org.ovirt.hosted-engine-setup.0
-chardev pty,id=charconsole0 -device
virtconsole,chardev=charconsole0,id=console0 -vnc 0:0,password -device
VGA,id=video0,vgamem_mb=32,bus=pci.0,addr=0x2 -object
rng-random,id=objrng0,filename=/dev/random -device
virtio-rng-pci,rng=objrng0,id=rng0,bus=pci.0,addr=0x7 -msg timestamp=on


the VM is ok, I can ssh to it:

[root@ovirt41 ~]# ssh ovirt41she.localdomain.local
The authenticity of host 'ovirt41she.localdomain.local (192.168.150.122)'
can't be established.
ECDSA key fingerprint is 24:fc:fa:07:14:4e:b3:ea:3e:9b:bc:8a:6a:3e:a7:76.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ovirt41she.localdomain.local,192.168.150.122'
(ECDSA) to the list of known hosts.
root@ovirt41she.localdomain.local's password:
[root@ovirt41she ~]#


- 7.2 kernel with qemu-2.6

it seems it works too... see below

for qemu 2.6, I don't yet find in my repos:
[root@ovirt41 ~]# yum update qemu-kvm-ev
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached 

Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-13 Thread Paolo Bonzini


On 13/12/2016 12:38, Gianluca Cecchi wrote:
> flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
> pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb
> rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
> nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx
> est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt
> tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch
> ida arat epb pln pts dtherm hwp hwp_noitfy hwp_act_window hwp_epp
> tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep
> bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1
> xsaves
> bogomips: 3600.06
> clflush size: 64
> cache_alignment: 64
> address sizes: 39 bits physical, 48 bits virtual
> power management:
> 
> . . . 
> 
> What is the flag to check?

It's erms, which is there.  But it's not the culprit.

Sorry if you have already tested it, but have you tried using 7.2 kernel
with QEMU 2.6, and then 7.3 kernel with QEMU 2.3?  That would allow
finding the guilty component more easily.

Thanks,

> Even if harmless, it seems that qemu-2.6 doesn't boot the self hosted
> engine VM, because it remains somehow inside a sort of bios window,
> while qemu-2.3 boots it without any problem and able to configure hosted
> engine...
> Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-13 Thread Gianluca Cecchi
On Tue, Dec 13, 2016 at 12:29 PM, Paolo Bonzini  wrote:

>
>
> On 12/12/2016 15:06, Sandro Bonazzola wrote:
> >
> > Hello,
> > where to find details about this info?
> > I ask because on my tests in a nested environment with 4.1 beta on
> > CentOS 7.2 + CR (that should match upcoming 7.3) I was not able to
> > power on the SHE VM using qemu-kvm-ev-2.6.0-27.1.el7.x86_64.rpm
> > manually downloaded
> > by http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common
> > 
> >
> > Got error
> > warning: host doesn't support requested feature: CPUID.07H:EBX.erms
> > [bit 9]
> >
> >
> > Michal, Paolo, what about above error?
>
> It's harmless.  I would first of all check if L0 has the bit (you can do
> it with cat /proc/cpuinfo on a live Linux CD).  If it does, tell VMWare
> to fix it.  If it bugs you, you can force the bit to 1 in ESX, even if
> L0 doesn't have it.
>
> Paolo
>


Hello,
thanks for answering.
On an identical nuc where I have instead oVirt 4.0.5 directly installed on
L0 host with CentOS 7.2 I get:

[g.cecchi@ovirt01 ~]$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 78
model name : Intel(R) Core(TM) i5-6260U CPU @ 1.80GHz
stepping : 3
microcode : 0x8a
cpu MHz : 2740.570
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 22
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est
tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch ida
arat epb pln pts dtherm hwp hwp_noitfy hwp_act_window hwp_epp tpr_shadow
vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms
invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves
bogomips : 3600.06
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

. . .

What is the flag to check?
Even if harmless, it seems that qemu-2.6 doesn't boot the self hosted
engine VM, because it remains somehow inside a sort of bios window, while
qemu-2.3 boots it without any problem and able to configure hosted engine...
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-13 Thread Sandro Bonazzola
On Tue, Dec 13, 2016 at 10:30 AM, Ralf Schenk  wrote:

> Hello
>
> by browsing the repository on http://mirror.centos.org/
> centos/7/virt/x86_64/kvm-common/ I can't see any qemu-kvm-ev-2.6.* RPM.
>
> I think this will break if I update the Ovirt-Hosts...
>
Agreed. Just checked what's going on, from #centos-devel IRC:
(11:25:22) sbonazzo: kbsingh: hi, how are you? can you please push
qemu-kvm-ev 2.6 to mirrors?
(11:26:50) kbsingh: sbonazzo: the sign run is underway, its just being
really slow for some network reason somewhere
(11:26:56) kbsingh: sbonazzo: let me ping you once its done
(11:27:10) sbonazzo: kbsingh: thanks!




> [root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
> libvirt.x86_64  2.0.0-10.el7_3.2
> updates
> libvirt-client.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
> updates
> libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
> updates
> libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
> updates
> libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
> updates
> libvirt-python.x86_64   2.0.0-2.el7
> base
>
> [root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
> ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7
> base
> libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
> updates
>
>
> Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
>
>
>
> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  wrote:
>
>> Once upon a time, Sandro Bonazzola  said:
>> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now
>> in
>> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
>> ovirt-4.0-pre
>> > (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>>
>> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
>> versions (such as 3.5 or 3.6)?
>>
>
> You can enable CentOS Virt SIG repo by running "yum install
> centos-release-qemu-ev" on your CentOS 7 systems.
> and you'll have updated qemu-kvm-ev.
>
>
>
>> --
>> Chris Adams 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.phx.ovirt.org/mailman/listinfo/users
>>
>
>
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>
>
> ___
> Users mailing 
> listUsers@ovirt.orghttp://lists.phx.ovirt.org/mailman/listinfo/users
>
>
> --
>
>
> *Ralf Schenk*
> fon +49 (0) 24 05 / 40 83 70
> fax +49 (0) 24 05 / 40 83 759
> mail *r...@databay.de* 
>
> *Databay AG*
> Jens-Otto-Krag-Straße 11
> D-52146 Würselen
> *www.databay.de* 
>
> Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
> Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
> Philipp Hermanns
> Aufsichtsratsvorsitzender: Wilhelm Dohmen
> --
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.phx.ovirt.org/mailman/listinfo/users
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-13 Thread Ralf Schenk
Hello

by browsing the repository on
http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/ I can't see
any qemu-kvm-ev-2.6.* RPM.

I think this will break if I update the Ovirt-Hosts...

[root@microcloud21 yum.repos.d]# yum check-update | grep libvirt
libvirt.x86_64  2.0.0-10.el7_3.2
updates
libvirt-client.x86_64   2.0.0-10.el7_3.2
updates
libvirt-daemon.x86_64   2.0.0-10.el7_3.2
updates
libvirt-daemon-config-network.x86_642.0.0-10.el7_3.2
updates
libvirt-daemon-config-nwfilter.x86_64   2.0.0-10.el7_3.2
updates
libvirt-daemon-driver-interface.x86_64  2.0.0-10.el7_3.2
updates
libvirt-daemon-driver-lxc.x86_642.0.0-10.el7_3.2
updates
libvirt-daemon-driver-network.x86_642.0.0-10.el7_3.2
updates
libvirt-daemon-driver-nodedev.x86_642.0.0-10.el7_3.2
updates
libvirt-daemon-driver-nwfilter.x86_64   2.0.0-10.el7_3.2
updates
libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
updates
libvirt-daemon-driver-secret.x86_64 2.0.0-10.el7_3.2
updates
libvirt-daemon-driver-storage.x86_642.0.0-10.el7_3.2
updates
libvirt-daemon-kvm.x86_64   2.0.0-10.el7_3.2
updates
libvirt-lock-sanlock.x86_64 2.0.0-10.el7_3.2
updates
libvirt-python.x86_64   2.0.0-2.el7 
base

[root@microcloud21 yum.repos.d]# yum check-update | grep qemu*
ipxe-roms-qemu.noarch   20160127-5.git6366fa7a.el7  
base
libvirt-daemon-driver-qemu.x86_64   2.0.0-10.el7_3.2
updates


Am 13.12.2016 um 08:43 schrieb Sandro Bonazzola:
>
>
> On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  > wrote:
>
> Once upon a time, Sandro Bonazzola  > said:
> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available
> right now in
> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
> ovirt-4.0-pre
> > (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>
> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
> versions (such as 3.5 or 3.6)?
>
>
> You can enable CentOS Virt SIG repo by running "yum install
> centos-release-qemu-ev" on your CentOS 7 systems.
> and you'll have updated qemu-kvm-ev.
>
>  
>
> --
> Chris Adams >
> ___
> Users mailing list
> Users@ovirt.org 
> http://lists.phx.ovirt.org/mailman/listinfo/users
> 
>
>
>
>
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com 
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.phx.ovirt.org/mailman/listinfo/users

-- 


*Ralf Schenk*
fon +49 (0) 24 05 / 40 83 70
fax +49 (0) 24 05 / 40 83 759
mail *r...@databay.de* 

*Databay AG*
Jens-Otto-Krag-Straße 11
D-52146 Würselen
*www.databay.de* 

Sitz/Amtsgericht Aachen • HRB:8437 • USt-IdNr.: DE 210844202
Vorstand: Ralf Schenk, Dipl.-Ing. Jens Conze, Aresch Yavari, Dipl.-Kfm.
Philipp Hermanns
Aufsichtsratsvorsitzender: Wilhelm Dohmen


___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-12 Thread Sandro Bonazzola
On Mon, Dec 12, 2016 at 6:38 PM, Chris Adams  wrote:

> Once upon a time, Sandro Bonazzola  said:
> > In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now in
> > ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
> ovirt-4.0-pre
> > (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>
> Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
> versions (such as 3.5 or 3.6)?
>

You can enable CentOS Virt SIG repo by running "yum install
centos-release-qemu-ev" on your CentOS 7 systems.
and you'll have updated qemu-kvm-ev.



> --
> Chris Adams 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.phx.ovirt.org/mailman/listinfo/users
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-12 Thread Chris Adams
Once upon a time, Sandro Bonazzola  said:
> In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now in
> ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and ovirt-4.0-pre
> (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)

Will qemu-kvm-ev 2.6 be added to any of the oVirt repos for prior
versions (such as 3.5 or 3.6)?
-- 
Chris Adams 
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-12 Thread Gianluca Cecchi
On Mon, Dec 12, 2016 at 3:06 PM, Sandro Bonazzola 
wrote:

>
>
> On Mon, Dec 12, 2016 at 2:54 PM, Gianluca Cecchi <
> gianluca.cec...@gmail.com> wrote:
>
>>
>> On Mon, Dec 12, 2016 at 1:49 PM, Sandro Bonazzola 
>> wrote:
>>
>>> Hi,
>>> as you probably noticed, CentOS 7.3 is rolling out right now and will be
>>> announced pretty soon.
>>> Please note that due to new libvirt shipped within CentOS 7.3, it is
>>> required to update qemu-kvm-ev to 2.6 at the same time.
>>>
>>> If you're using CentOS Virt SIG rpms / repos for oVirt this should
>>> happen automatically.
>>> If you're using only ovirt repositories be sure to have qemu-kvm-ev 2.6
>>> if you update to CentOS 7.3.
>>>
>>> In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now
>>> in ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and
>>> ovirt-4.0-pre (contains 4.0.6 RC4 rpms going to be announced in a few
>>> minutes.)
>>>
>>> Thanks,
>>> --
>>>
>>>
>> Hello,
>> where to find details about this info?
>> I ask because on my tests in a nested environment with 4.1 beta on CentOS
>> 7.2 + CR (that should match upcoming 7.3) I was not able to power on the
>> SHE VM using qemu-kvm-ev-2.6.0-27.1.el7.x86_64.rpm manually downloaded
>> by http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common
>>
>> Got error
>> warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit
>> 9]
>>
>
> Michal, Paolo, what about above error?
>
>
>
>

BTW:
L0 host is a nuc6i5syh that has this cpu:
http://ark.intel.com/search/?q=i5-6260U
with ESXi 6.0 U2 free. From ESXi mgmt page the cpu appears as:
https://drive.google.com/file/d/0BwoPbcrMv8mvc08yUllKUG84Z1E/
view?usp=sharing

The L1 host has been configured as guest with RH EL 7.x  with these
configurations:
- in CPU options
CPU/MMU Virtualization: hardware CPU and MMU

- in edit settings, advanced:
hypervisor.cpuid.v0 = "FALSE"

HIH,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-12 Thread Sandro Bonazzola
On Mon, Dec 12, 2016 at 2:54 PM, Gianluca Cecchi 
wrote:

>
> On Mon, Dec 12, 2016 at 1:49 PM, Sandro Bonazzola 
> wrote:
>
>> Hi,
>> as you probably noticed, CentOS 7.3 is rolling out right now and will be
>> announced pretty soon.
>> Please note that due to new libvirt shipped within CentOS 7.3, it is
>> required to update qemu-kvm-ev to 2.6 at the same time.
>>
>> If you're using CentOS Virt SIG rpms / repos for oVirt this should happen
>> automatically.
>> If you're using only ovirt repositories be sure to have qemu-kvm-ev 2.6
>> if you update to CentOS 7.3.
>>
>> In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now in
>> ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and ovirt-4.0-pre
>> (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>>
>> Thanks,
>> --
>>
>>
> Hello,
> where to find details about this info?
> I ask because on my tests in a nested environment with 4.1 beta on CentOS
> 7.2 + CR (that should match upcoming 7.3) I was not able to power on the
> SHE VM using qemu-kvm-ev-2.6.0-27.1.el7.x86_64.rpm manually downloaded by
> http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common
>
> Got error
> warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit 9]
>

Michal, Paolo, what about above error?





>
>
> While I was able to install and run self hosted engine using the provided
> qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64 (not tested yet powering on a
> "normal" VM)
>
> Currently on this server
> [root@ovirt41 libvirt]# rpm -qa|grep libvirt | sort
> libvirt-client-2.0.0-10.el7.x86_64
> libvirt-daemon-2.0.0-10.el7.x86_64
> libvirt-daemon-config-network-2.0.0-10.el7.x86_64
> libvirt-daemon-config-nwfilter-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-interface-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-network-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-nodedev-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-nwfilter-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-qemu-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-secret-2.0.0-10.el7.x86_64
> libvirt-daemon-driver-storage-2.0.0-10.el7.x86_64
> libvirt-daemon-kvm-2.0.0-10.el7.x86_64
> libvirt-gconfig-0.2.3-1.el7.x86_64
> libvirt-glib-0.2.3-1.el7.x86_64
> libvirt-gobject-0.2.3-1.el7.x86_64
> libvirt-lock-sanlock-2.0.0-10.el7.x86_64
> libvirt-python-2.0.0-2.el7.x86_64
>
>
> And a yum update would update to
>  libvirt-client  x86_64 2.0.0-10.el7_3.2
> cr4.3 M
>  libvirt-daemon  x86_64 2.0.0-10.el7_3.2
> cr720 k
>  libvirt-daemon-config-network   x86_64 2.0.0-10.el7_3.2
> cr139 k
>  libvirt-daemon-config-nwfilter  x86_64 2.0.0-10.el7_3.2
>   cr141 k
>  libvirt-daemon-driver-interface x86_64 2.0.0-10.el7_3.2
>   cr181 k
>  libvirt-daemon-driver-network   x86_64 2.0.0-10.el7_3.2
> cr337 k
>  libvirt-daemon-driver-nodedev   x86_64 2.0.0-10.el7_3.2
> cr181 k
>  libvirt-daemon-driver-nwfilter  x86_64 2.0.0-10.el7_3.2
>   cr205 k
>  libvirt-daemon-driver-qemu  x86_64 2.0.0-10.el7_3.2
> cr615 k
>  libvirt-daemon-driver-secretx86_64 2.0.0-10.el7_3.2
> cr171 k
>  libvirt-daemon-driver-storage   x86_64 2.0.0-10.el7_3.2
> cr375 k
>  libvirt-daemon-kvm  x86_64 2.0.0-10.el7_3.2
> cr137 k
>  libvirt-lock-sanlockx86_64 2.0.0-10.el7_3.2
> cr186 k
>
>
> Thanks,
> Gianluca
>
>


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [HEADS UP] CentOS 7.3 is rolling out, need qemu-kvm-ev 2.6

2016-12-12 Thread Gianluca Cecchi
On Mon, Dec 12, 2016 at 1:49 PM, Sandro Bonazzola 
wrote:

> Hi,
> as you probably noticed, CentOS 7.3 is rolling out right now and will be
> announced pretty soon.
> Please note that due to new libvirt shipped within CentOS 7.3, it is
> required to update qemu-kvm-ev to 2.6 at the same time.
>
> If you're using CentOS Virt SIG rpms / repos for oVirt this should happen
> automatically.
> If you're using only ovirt repositories be sure to have qemu-kvm-ev 2.6 if
> you update to CentOS 7.3.
>
> In terms of ovirt repositories, qemu-kvm-ev 2.6 is available right now in
> ovirt-master-snapshot-static, ovirt-4.0-snapshot-static, and ovirt-4.0-pre
> (contains 4.0.6 RC4 rpms going to be announced in a few minutes.)
>
> Thanks,
> --
>
>
Hello,
where to find details about this info?
I ask because on my tests in a nested environment with 4.1 beta on CentOS
7.2 + CR (that should match upcoming 7.3) I was not able to power on the
SHE VM using qemu-kvm-ev-2.6.0-27.1.el7.x86_64.rpm manually downloaded by
http://buildlogs.centos.org/centos/7/virt/x86_64/kvm-common

Got error
warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit 9]

While I was able to install and run self hosted engine using the provided
qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64 (not tested yet powering on a
"normal" VM)

Currently on this server
[root@ovirt41 libvirt]# rpm -qa|grep libvirt | sort
libvirt-client-2.0.0-10.el7.x86_64
libvirt-daemon-2.0.0-10.el7.x86_64
libvirt-daemon-config-network-2.0.0-10.el7.x86_64
libvirt-daemon-config-nwfilter-2.0.0-10.el7.x86_64
libvirt-daemon-driver-interface-2.0.0-10.el7.x86_64
libvirt-daemon-driver-network-2.0.0-10.el7.x86_64
libvirt-daemon-driver-nodedev-2.0.0-10.el7.x86_64
libvirt-daemon-driver-nwfilter-2.0.0-10.el7.x86_64
libvirt-daemon-driver-qemu-2.0.0-10.el7.x86_64
libvirt-daemon-driver-secret-2.0.0-10.el7.x86_64
libvirt-daemon-driver-storage-2.0.0-10.el7.x86_64
libvirt-daemon-kvm-2.0.0-10.el7.x86_64
libvirt-gconfig-0.2.3-1.el7.x86_64
libvirt-glib-0.2.3-1.el7.x86_64
libvirt-gobject-0.2.3-1.el7.x86_64
libvirt-lock-sanlock-2.0.0-10.el7.x86_64
libvirt-python-2.0.0-2.el7.x86_64


And a yum update would update to
 libvirt-client  x86_64 2.0.0-10.el7_3.2
cr4.3 M
 libvirt-daemon  x86_64 2.0.0-10.el7_3.2
cr720 k
 libvirt-daemon-config-network   x86_64 2.0.0-10.el7_3.2
cr139 k
 libvirt-daemon-config-nwfilter  x86_64 2.0.0-10.el7_3.2
cr141 k
 libvirt-daemon-driver-interface x86_64 2.0.0-10.el7_3.2
cr181 k
 libvirt-daemon-driver-network   x86_64 2.0.0-10.el7_3.2
cr337 k
 libvirt-daemon-driver-nodedev   x86_64 2.0.0-10.el7_3.2
cr181 k
 libvirt-daemon-driver-nwfilter  x86_64 2.0.0-10.el7_3.2
cr205 k
 libvirt-daemon-driver-qemu  x86_64 2.0.0-10.el7_3.2
cr615 k
 libvirt-daemon-driver-secretx86_64 2.0.0-10.el7_3.2
cr171 k
 libvirt-daemon-driver-storage   x86_64 2.0.0-10.el7_3.2
cr375 k
 libvirt-daemon-kvm  x86_64 2.0.0-10.el7_3.2
cr137 k
 libvirt-lock-sanlockx86_64 2.0.0-10.el7_3.2
cr186 k


Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/users