[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Hetz Ben Hamo
And as I said, I had the exact same issue on ESXi with Intel Xeon E5620, so
it's not related to AMD CPU's.


On Fri, Feb 8, 2019 at 10:28 PM Edward Berger  wrote:

> But, I'm not sure the oVirt/qemu/libvirt/kvm software stack knows that,
> and probably errs on the side of failure for unknown CPUs.
>
> On Fri, Feb 8, 2019 at 2:55 PM Hetz Ben Hamo  wrote:
>
>> Ryzen, Threadripper, EPYC - all have the same virtualization down to the
>> last bit (the last option that you mentioned).
>>
>>
>>
>> On Fri, Feb 8, 2019 at 9:26 PM Edward Berger  wrote:
>>
>>> I'm wondering what cluster cpu compatibility version the Ryzen 2700
>>> would go under?
>>> It used to default to Opteron G3 when I tried it before, which is now
>>> "unsupported" as of ovirt 4.3.
>>> CentOS 7 complains about "untested" CPU with Ryzen 2700 in my experience.
>>> Maybe Fedora is better there.
>>>
>>> Here are what shows up in the available cluster options... I'm not sure
>>> where and how its defined for specific CPUs.
>>>
>>>
>>>- AMD Opteron G4
>>>- AMD Opteron G5
>>>- AMD EPYC
>>>- AMD EPYC IBPB SSBD
>>>
>>>
>>>
>>> On Fri, Feb 8, 2019 at 2:07 PM Hetz Ben Hamo  wrote:
>>>
 Yup, and nested is enabled.

 The HE is booting and starting to run, I get the status messages about
 starting etc, so it's not related to CPU functionality IMHO.


 On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta 
 wrote:

> Does amd require a nested flag set like Intel does?
>
> On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:
>
>> Yes, that's the first thing I did and I checked in the VM that the
>> kvm and kvm_amd module loaded.
>>
>>
>> On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
>> wrote:
>>
>>> Do you have your CPU type set for "host-passthrough"?
>>>
>>> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>>>
>>> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
>>> record some videos. For that - I'm using nested virtualization.
>>>
>>> The problem - after it's setting the HE - it goes up and down like
>>> crazy (I defined the email setting to get all the messages) until it 
>>> gives
>>> up.
>>>
>>> enclosed - a gzipped vdsm.log.
>>>
>>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>>>
>>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/
>>
> ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/

>>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LWQWOG5FLHHI4SM6D73ELQXGQGSO467D/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Edward Berger
But, I'm not sure the oVirt/qemu/libvirt/kvm software stack knows that, and
probably errs on the side of failure for unknown CPUs.

On Fri, Feb 8, 2019 at 2:55 PM Hetz Ben Hamo  wrote:

> Ryzen, Threadripper, EPYC - all have the same virtualization down to the
> last bit (the last option that you mentioned).
>
>
>
> On Fri, Feb 8, 2019 at 9:26 PM Edward Berger  wrote:
>
>> I'm wondering what cluster cpu compatibility version the Ryzen 2700 would
>> go under?
>> It used to default to Opteron G3 when I tried it before, which is now
>> "unsupported" as of ovirt 4.3.
>> CentOS 7 complains about "untested" CPU with Ryzen 2700 in my experience.
>> Maybe Fedora is better there.
>>
>> Here are what shows up in the available cluster options... I'm not sure
>> where and how its defined for specific CPUs.
>>
>>
>>- AMD Opteron G4
>>- AMD Opteron G5
>>- AMD EPYC
>>- AMD EPYC IBPB SSBD
>>
>>
>>
>> On Fri, Feb 8, 2019 at 2:07 PM Hetz Ben Hamo  wrote:
>>
>>> Yup, and nested is enabled.
>>>
>>> The HE is booting and starting to run, I get the status messages about
>>> starting etc, so it's not related to CPU functionality IMHO.
>>>
>>>
>>> On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta 
>>> wrote:
>>>
 Does amd require a nested flag set like Intel does?

 On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:

> Yes, that's the first thing I did and I checked in the VM that the kvm
> and kvm_amd module loaded.
>
>
> On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
> wrote:
>
>> Do you have your CPU type set for "host-passthrough"?
>>
>> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>>
>> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
>> record some videos. For that - I'm using nested virtualization.
>>
>> The problem - after it's setting the HE - it goes up and down like
>> crazy (I defined the email setting to get all the messages) until it 
>> gives
>> up.
>>
>> enclosed - a gzipped vdsm.log.
>>
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>>
>> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/
>
 ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/
>>>
>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JTM2MVQIL3QPQKYTKN2F52FSHNQBSM3Y/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Hetz Ben Hamo
Simone, I'm using the same ZFS server with NFS services, both to my real
oVirt machine and to this virt-manager vm's.


On Fri, Feb 8, 2019 at 9:19 PM Simone Tiraboschi 
wrote:

>
>
> On Fri, Feb 8, 2019 at 8:08 PM Hetz Ben Hamo  wrote:
>
>> Yup, and nested is enabled.
>>
>> The HE is booting and starting to run, I get the status messages about
>> starting etc, so it's not related to CPU functionality IMHO.
>>
>
> Which kind of storage are using?
> Did hosted-engine-setup successfully concluded? if not can you please
> share your setup logs?
> if so can you please share agent.log and broker.log?
>
>
>>
>>
>> On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta 
>> wrote:
>>
>>> Does amd require a nested flag set like Intel does?
>>>
>>> On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:
>>>
 Yes, that's the first thing I did and I checked in the VM that the kvm
 and kvm_amd module loaded.


 On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
 wrote:

> Do you have your CPU type set for "host-passthrough"?
>
> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>
> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
> record some videos. For that - I'm using nested virtualization.
>
> The problem - after it's setting the HE - it goes up and down like
> crazy (I defined the email setting to get all the messages) until it gives
> up.
>
> enclosed - a gzipped vdsm.log.
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>
> ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/

>>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ITF53UMOAMAXZH7T6TAV6PLA5V6N7WQB/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Hetz Ben Hamo
Ryzen, Threadripper, EPYC - all have the same virtualization down to the
last bit (the last option that you mentioned).



On Fri, Feb 8, 2019 at 9:26 PM Edward Berger  wrote:

> I'm wondering what cluster cpu compatibility version the Ryzen 2700 would
> go under?
> It used to default to Opteron G3 when I tried it before, which is now
> "unsupported" as of ovirt 4.3.
> CentOS 7 complains about "untested" CPU with Ryzen 2700 in my experience.
> Maybe Fedora is better there.
>
> Here are what shows up in the available cluster options... I'm not sure
> where and how its defined for specific CPUs.
>
>
>- AMD Opteron G4
>- AMD Opteron G5
>- AMD EPYC
>- AMD EPYC IBPB SSBD
>
>
>
> On Fri, Feb 8, 2019 at 2:07 PM Hetz Ben Hamo  wrote:
>
>> Yup, and nested is enabled.
>>
>> The HE is booting and starting to run, I get the status messages about
>> starting etc, so it's not related to CPU functionality IMHO.
>>
>>
>> On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta 
>> wrote:
>>
>>> Does amd require a nested flag set like Intel does?
>>>
>>> On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:
>>>
 Yes, that's the first thing I did and I checked in the VM that the kvm
 and kvm_amd module loaded.


 On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
 wrote:

> Do you have your CPU type set for "host-passthrough"?
>
> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>
> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
> record some videos. For that - I'm using nested virtualization.
>
> The problem - after it's setting the HE - it goes up and down like
> crazy (I defined the email setting to get all the messages) until it gives
> up.
>
> enclosed - a gzipped vdsm.log.
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>
> ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/

>>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BC6AYUNUOQIFIAMI2B7LNK5Q37QL3XD5/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Edward Berger
I'm wondering what cluster cpu compatibility version the Ryzen 2700 would
go under?
It used to default to Opteron G3 when I tried it before, which is now
"unsupported" as of ovirt 4.3.
CentOS 7 complains about "untested" CPU with Ryzen 2700 in my experience.
Maybe Fedora is better there.

Here are what shows up in the available cluster options... I'm not sure
where and how its defined for specific CPUs.

- AMD Opteron G4
- AMD Opteron G5
- AMD EPYC
- AMD EPYC IBPB SSBD


On Fri, Feb 8, 2019 at 2:07 PM Hetz Ben Hamo  wrote:

> Yup, and nested is enabled.
>
> The HE is booting and starting to run, I get the status messages about
> starting etc, so it's not related to CPU functionality IMHO.
>
>
> On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta  wrote:
>
>> Does amd require a nested flag set like Intel does?
>>
>> On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:
>>
>>> Yes, that's the first thing I did and I checked in the VM that the kvm
>>> and kvm_amd module loaded.
>>>
>>>
>>> On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
>>> wrote:
>>>
 Do you have your CPU type set for "host-passthrough"?

 On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:

 I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
 record some videos. For that - I'm using nested virtualization.

 The problem - after it's setting the HE - it goes up and down like
 crazy (I defined the email setting to get all the messages) until it gives
 up.

 enclosed - a gzipped vdsm.log.


 ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/

 ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/
>>>
>> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2KXURZ5TJ3JBQELRPJ7BQNSNMBEDXLKS/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Simone Tiraboschi
On Fri, Feb 8, 2019 at 8:08 PM Hetz Ben Hamo  wrote:

> Yup, and nested is enabled.
>
> The HE is booting and starting to run, I get the status messages about
> starting etc, so it's not related to CPU functionality IMHO.
>

Which kind of storage are using?
Did hosted-engine-setup successfully concluded? if not can you please share
your setup logs?
if so can you please share agent.log and broker.log?


>
>
> On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta  wrote:
>
>> Does amd require a nested flag set like Intel does?
>>
>> On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:
>>
>>> Yes, that's the first thing I did and I checked in the VM that the kvm
>>> and kvm_amd module loaded.
>>>
>>>
>>> On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
>>> wrote:
>>>
 Do you have your CPU type set for "host-passthrough"?

 On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:

 I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
 record some videos. For that - I'm using nested virtualization.

 The problem - after it's setting the HE - it goes up and down like
 crazy (I defined the email setting to get all the messages) until it gives
 up.

 enclosed - a gzipped vdsm.log.


 ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/

 ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/
>>>
>> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HETQYRTICS6I53A2CSIYWDM4JYHLL3SQ/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Hetz Ben Hamo
Yup, and nested is enabled.

The HE is booting and starting to run, I get the status messages about
starting etc, so it's not related to CPU functionality IMHO.


On Fri, Feb 8, 2019 at 9:02 PM Greg Sheremeta  wrote:

> Does amd require a nested flag set like Intel does?
>
> On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:
>
>> Yes, that's the first thing I did and I checked in the VM that the kvm
>> and kvm_amd module loaded.
>>
>>
>> On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
>> wrote:
>>
>>> Do you have your CPU type set for "host-passthrough"?
>>>
>>> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>>>
>>> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
>>> record some videos. For that - I'm using nested virtualization.
>>>
>>> The problem - after it's setting the HE - it goes up and down like crazy
>>> (I defined the email setting to get all the messages) until it gives up.
>>>
>>> enclosed - a gzipped vdsm.log.
>>>
>>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>>>
>>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7H5VAMLDQRAJXSCLGBLTJKOZ62Y5NXVZ/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Greg Sheremeta
Does amd require a nested flag set like Intel does?

On Fri, Feb 8, 2019, 12:03 PM Hetz Ben Hamo  wrote:

> Yes, that's the first thing I did and I checked in the VM that the kvm and
> kvm_amd module loaded.
>
>
> On Fri, Feb 8, 2019 at 6:42 PM femi adegoke 
> wrote:
>
>> Do you have your CPU type set for "host-passthrough"?
>>
>> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>>
>> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
>> record some videos. For that - I'm using nested virtualization.
>>
>> The problem - after it's setting the HE - it goes up and down like crazy
>> (I defined the email setting to get all the messages) until it gives up.
>>
>> enclosed - a gzipped vdsm.log.
>>
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>>
>> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/H53IEQSR3B2G66SVIDZL7MCCSEWG3VXT/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Hetz Ben Hamo
Yes, that's the first thing I did and I checked in the VM that the kvm and
kvm_amd module loaded.


On Fri, Feb 8, 2019 at 6:42 PM femi adegoke  wrote:

> Do you have your CPU type set for "host-passthrough"?
>
> On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
>
> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to record
> some videos. For that - I'm using nested virtualization.
>
> The problem - after it's setting the HE - it goes up and down like crazy
> (I defined the email setting to get all the messages) until it gives up.
>
> enclosed - a gzipped vdsm.log.
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XSNLP34EKMTB4NASFKMZXMXRZU4HFVXB/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread femi adegoke
Do you have your CPU type set for "host-passthrough"?

On Feb 8 2019, at 8:25 am, Hetz Ben Hamo  wrote:
> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to record 
> some videos. For that - I'm using nested virtualization.
>
> The problem - after it's setting the HE - it goes up and down like crazy (I 
> defined the email setting to get all the messages) until it gives up.
>
> enclosed - a gzipped vdsm.log.
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/F5OYTJ2NR4UWITSMSIFTOXPIIFCO7PRQ/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Kaustav Majumder
I run it on intel i7 7th gen. Never faced this before.

On Fri, Feb 8, 2019 at 10:07 PM Hetz Ben Hamo  wrote:

> AMD Ryzen 2700. The CPU in virt-manager is defined as "host-passthrough"
>
> And BTW, before "blaming" the Ryzen, I had the exact same issue with ESXi
> on Intel processor.
>
>
> On Fri, Feb 8, 2019 at 6:35 PM Kaustav Majumder 
> wrote:
>
>> I could find this
>> *libvirtError: the CPU is incompatible with host CPU: Host CPU does not
>> provide required features: monitor *
>>
>> near line 8020
>> What is your host cpu?
>>
>> On Fri, Feb 8, 2019 at 9:57 PM Hetz Ben Hamo  wrote:
>>
>>> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
>>> record some videos. For that - I'm using nested virtualization.
>>>
>>> The problem - after it's setting the HE - it goes up and down like crazy
>>> (I defined the email setting to get all the messages) until it gives up.
>>>
>>> enclosed - a gzipped vdsm.log.
>>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>>>
>>
>>
>> --
>>
>> KAUSTAV MAJUMDER
>>
>> ASSOCIATE SOFTWARE ENGINEER
>>
>> Red Hat India PVT LTD. 
>>
>> kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder
>> 
>> TRIED. TESTED. TRUSTED. 
>> @redhatway    @redhatinc
>>    @redhatsnaps
>> 
>>
>

-- 

KAUSTAV MAJUMDER

ASSOCIATE SOFTWARE ENGINEER

Red Hat India PVT LTD. 

kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder

TRIED. TESTED. TRUSTED. 
@redhatway    @redhatinc
   @redhatsnaps

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4FJZUBFGDN5O5J7YHWZARSHC3RSKJXA3/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Hetz Ben Hamo
AMD Ryzen 2700. The CPU in virt-manager is defined as "host-passthrough"

And BTW, before "blaming" the Ryzen, I had the exact same issue with ESXi
on Intel processor.


On Fri, Feb 8, 2019 at 6:35 PM Kaustav Majumder  wrote:

> I could find this
> *libvirtError: the CPU is incompatible with host CPU: Host CPU does not
> provide required features: monitor *
>
> near line 8020
> What is your host cpu?
>
> On Fri, Feb 8, 2019 at 9:57 PM Hetz Ben Hamo  wrote:
>
>> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to
>> record some videos. For that - I'm using nested virtualization.
>>
>> The problem - after it's setting the HE - it goes up and down like crazy
>> (I defined the email setting to get all the messages) until it gives up.
>>
>> enclosed - a gzipped vdsm.log.
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>>
>
>
> --
>
> KAUSTAV MAJUMDER
>
> ASSOCIATE SOFTWARE ENGINEER
>
> Red Hat India PVT LTD. 
>
> kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder
> 
> TRIED. TESTED. TRUSTED. 
> @redhatway    @redhatinc
>    @redhatsnaps
> 
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BTXJCEDZXWLUPW7VZREC7P77E26FGJ5E/


[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Kaustav Majumder
I could find this
*libvirtError: the CPU is incompatible with host CPU: Host CPU does not
provide required features: monitor *

near line 8020
What is your host cpu?

On Fri, Feb 8, 2019 at 9:57 PM Hetz Ben Hamo  wrote:

> I'm to setup an oVirt enviroment using virt-manager on Fedora 29 to record
> some videos. For that - I'm using nested virtualization.
>
> The problem - after it's setting the HE - it goes up and down like crazy
> (I defined the email setting to get all the messages) until it gives up.
>
> enclosed - a gzipped vdsm.log.
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L45YCPOPV7DEC4KG7NEHTYRPJKN5EDOK/
>


-- 

KAUSTAV MAJUMDER

ASSOCIATE SOFTWARE ENGINEER

Red Hat India PVT LTD. 

kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder

TRIED. TESTED. TRUSTED. 
@redhatway    @redhatinc
   @redhatsnaps

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SY36UJB35ZEXHLM2RYHA5NFQO7LHG6SH/