[ovirt-users] Re: Upgrading from 4.3 to 4.4.8

2021-10-03 Thread Jason Harris
Thanks for the tip!

On Sun, Oct 3, 2021, 6:10 PM Gianluca Cecchi 
wrote:

> On Mon, Oct 4, 2021 at 12:32 AM Jason Harris 
> wrote:
>
>> Engine is updated to the latest 4.3 release and rebooted.  Still getting
>> this after re-enabling the 4.4 repo:
>>
>>
> oVirt 4.4 requires engine and hosts based on RH EL / CentOS 8, while your
> current env in 4.3 has them based on RH EL 7 / CentOS 7. You have to
> reinstall the node that you isolated with the engine.
> So after taing the engine at its latest 4.3.x level and rebooting the 4.3
> engine OS, you have to follow the steps described in 6.5: stop the
> ovirt-engine service, take a backup and copy the generated file outside of
> the env, scratch the engine and related node and reinstall it with 4.4
> ovirt node and then on the host, now in 4.4, run the command
>
> hosted-engine --deploy --restore-from-file=backup.bck
>
> and so on...
>
> Gianluca
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OISJKI5VFBSBGAVWZSBPEHG3ZPBCZGAU/


[ovirt-users] Re: Upgrading from 4.3 to 4.4.8

2021-10-03 Thread Gianluca Cecchi
On Mon, Oct 4, 2021 at 12:32 AM Jason Harris  wrote:

> Engine is updated to the latest 4.3 release and rebooted.  Still getting
> this after re-enabling the 4.4 repo:
>
>
oVirt 4.4 requires engine and hosts based on RH EL / CentOS 8, while your
current env in 4.3 has them based on RH EL 7 / CentOS 7. You have to
reinstall the node that you isolated with the engine.
So after taing the engine at its latest 4.3.x level and rebooting the 4.3
engine OS, you have to follow the steps described in 6.5: stop the
ovirt-engine service, take a backup and copy the generated file outside of
the env, scratch the engine and related node and reinstall it with 4.4
ovirt node and then on the host, now in 4.4, run the command

hosted-engine --deploy --restore-from-file=backup.bck

and so on...

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


[ovirt-users] Re: oVirt 4.3 DWH with Grafana

2021-10-03 Thread Aviv Litman
Hi Tommy,
There was a bug in the way we calculate hosts CPU: we didn't consider
the count_threads_as_cores option in the calculation.
The count_threads_as_cores column is available only from ovirt-engine
4.4.6.7 version, and ovirt-dwh 4.4.7. Patches: ovirt-engine
 ovirt-dwh
 So you have to update
the version to 4.4.7.
I will also add a note in the Blog.

You can try to implement the patches I shared manually by changing the
relevant files in engine and dwh and run engine-setup.
*Important note: do not change the minimal version part in dwh
ovirt-engine-dwh.spec.in file.

Feel free to contact me if you have more questions.

Best,
Aviv

On Fri, Sep 17, 2021 at 7:08 AM Tommy Sway  wrote:

> So, 4.3 cannot resolve it ?
>
> Thanks.
>
>
>
> -Original Message-
> From: users-boun...@ovirt.org  On Behalf Of
> Kiran Rajendra
> Sent: Thursday, September 16, 2021 4:54 PM
> To: users@ovirt.org
> Subject: [ovirt-users] Re: oVirt 4.3 DWH with Grafana
>
> Hi Tommy,
>
> In OLVM/oVirt 4.3, Column count_threads_as_cores is not present in table
> cluster_configuration
>
> ovirt_engine_history=# \d cluster_configuration
> Table
> "public.cluster_configuration"
>   Column  |   Type   | Collation |
> Nullable |Default
>
> --+--+---+--+
>  history_id   | integer  |   |
> not null | nextval('configuration_seq'::regclass)
>  cluster_id   | uuid |   |
> not null |
>  cluster_name | character varying(40)|   |
> not null |
>  cluster_description  | character varying(4000)  |
>  |  |
>  datacenter_id| uuid |
>  |  |
>  cpu_name | character varying(255)   |
>  |  |
>  compatibility_version| character varying(40)|   |
> not null | '2.2'::character varying
>  datacenter_configuration_version | integer  |
>  |  |
>  create_date  | timestamp with time zone |
>  |  |
>  update_date  | timestamp with time zone |
>  |  |
>  delete_date  | timestamp with time zone |
>  |  |
> Indexes:
> "cluster_configuration_pkey" PRIMARY KEY, btree (history_id)
> "cluster_configuration_cluster_id_idx" btree (cluster_id)
> "cluster_configuration_datacenter_id_idx" btree (datacenter_id)
>
>
> It is added in oVirt 4.4 release.
> https://gerrit.ovirt.org/c/ovirt-dwh/+/114568
>
> https://gerrit.ovirt.org/c/ovirt-dwh/+/114568/11/packaging/dbscripts/create_views_4_4.sql
>
> Thank you
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:
> https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/JOYM3DBPSHJIQUCBFV5STKSPLG47X4CY/
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FYNIMRZX2FY3ZTLX2JADQAWE4XWL3QJZ/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TMSEKS2QDELZN5HTZGKO33HMOQZXRF4T/


[ovirt-users]回复:Re: 回复:Re: 回复: Re: About the vm memory limit

2021-10-03 Thread ‪‪‪tommy‬
My virtual machine environment is advised by Oracle to use traditional huge pages and turn off transparent huge pages. At the same time, I have three choices on the KVM server: first, use the transparent huge page as the system default; second, use the traditional huge page as the VIRTUAL machine; third, disable the transparent huge page without activating the traditional huge page. I'd like to know if there is a recommendation order for these three plans?Because I feel that the amount of memory managed and used by the phisical machine is much larger than that of the virtrual machine, if large pages are not enabled on physical machines, will it be effective to enable large pages on virtual machines?Even it's possible to set traditional huge pages on virtual machines on this condation, but I'm not sure it will work as expected.发自我的华为手机 原始邮件 发件人: Strahil Nikolov 日期: 2021年10月3日周日 17:05收件人: sz_cui...@163.com, Strahil Nikolov via Users 抄送: Simon Coter 主题: Re: [ovirt-users]Re: 回复:Re: 回复: Re: About the vm memory limitFor 4.3 - yes. This is due to the issues in 4.3Once you move to 4.4 , you should be able to enable HugePages (not THP) on the Hypervisors without troubles.I assume that your workload is 'in production' and stability (no downtime) is more important that some performance gain from HugePages on the Hypervisors.@Simon,any hints when OLVM 4.4 will be released ?Best Regards,Strahil NikolovOn Sun, Oct 3, 2021 at 6:29, tommy sway wrote:   ___Users mailing list -- users@ovirt.orgTo unsubscribe send an email to users-le...@ovirt.orgPrivacy Statement: https://www.ovirt.org/privacy-policy.htmloVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/KLHJDZMPLKPPXABYSP55DA472UPCKCDO/  ___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZQVNXCYV47QROST7C6LA7LBQCN3NOJRH/


[ovirt-users]Re: 回复:Re: 回复: Re: About the vm memory limit

2021-10-03 Thread Strahil Nikolov via Users
if you are eligible for the developr subscription you can subscribe at : 
https://developers.redhat.com/register 
P.S.: It now includes up to 16 RHEL machines for production usage.
Best Regards,Strahil Nikolov
 
 
  On Sun, Oct 3, 2021 at 12:57, Tommy Sway wrote:   
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7O3MGF5IGJQJ4SP7ILZU4NI2JAVGMK4Y/
  
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RIR2DJOGDMNXAXDDNYQZVEGSI7LWKN6I/


[ovirt-users] Re: importing an ovirt vm via the API for "Virtual Appliance OVA"

2021-10-03 Thread Arik Hadas
On Fri, Oct 1, 2021 at 10:08 AM Vojtech Juranek  wrote:

> On Friday, 1 October 2021 07:51:56 CEST di...@santanas.co.za wrote:
> > Hi oVirt Team,
> >
> > Reading the API docs
> >
> >
> http://ovirt.github.io/ovirt-engine-api-model/4.3/#services/external_vm_impo
> > rts
> >
> http://ovirt.github.io/ovirt-engine-api-model/4.3/#types/external_vm_provid
> > er_type
> > and ovirt_vm module
> >
> https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_vm_mod
> > ule.html#ansible-collections-ovirt-ovirt-ovirt-vm-module
>
> > I see support for
> > - kvm
> > - vmware
> > - XEN
> >
> > In the oVirt web GUI (4.3) there is under compute -> VM -> import ->
> > source options for:
> > - kvm
> > - vmware
> > - XEN
> > - Virtual Appliance OVA
> >
> > I'm trying to import an OVA that sits on the file system on the oVirt
> > node.  Via the GUI selecting Virtual Appliance OVA does the job.
> >
> > Is the API missing this functionality or am I missing something?
>
> here is example how to import OVA file (for 4.4, not
> sure about 4.3, but probably should work as well):
>
>
> https://github.com/oVirt/python-ovirt-engine-sdk4/blob/main/examples/import_vm_from_ova.py


Yeah, and just to elaborate on that a bit - it doesn't matter which
provider is set there. Even though it is set to KVM in that example, we
don't look at it
For OVA, the important part is to have the URL in the form of "ova://" and oVirt will figure out if it's an OVA that was generated by
oVirt or by a different platform regardless of the provider you set


>
>
>
> > --
> > Divan Santana
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/ List
> Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/2WWHXYKDSB2PG
> > QVEQEV3FUPDWNCQBUXY/
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/YWAC57VJL6MZX6K53QUWCGMJAMAYQH24/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3KNDYIVHZDGNKYNNOGNZQFWOIAXBEEQE/


[ovirt-users] Re: qemu-guest-agent not reporting IP address on boot?

2021-10-03 Thread Arik Hadas
On Fri, Oct 1, 2021 at 5:51 PM  wrote:

> Hi folks,
>
> Kali Linux repos (based on Debian) no longer ship ovirt-guest-agent, and
> instead package qemu-guest-agent. However, since this upgrade VMs based on
> Kali no longer report their IP address to oVirt (and therefore timeout
> during provisioning). If I interact with the VM console, the VM does have
> an IP address, and the agent is running, yet oVirt reports N/A IP address.
> I've tried restarting the agent, but that does not help. If I load the
> console and use the VM it seems to increase the chances the IP address will
> eventually makes it's way to oVirt, although I can't seem to reproduce an
> update, or get it to provide the IP address on boot so that provisioning
> works reliably.
>
> Any suggestions would be really appreciated.
>

Might be the same as/related to
https://bugzilla.redhat.com/show_bug.cgi?id=1981946 which is still being
investigated


>
> Thank you.
>
> Cheers,
> Cliffe.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FFINLLXPBRKYHNTBEI5GKZY53C3KX2OD/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/74CM5T4SEC66H7KR3N6KWCVN3BJQ6WEI/


[ovirt-users]Re: 回复:Re: 回复: Re: About the vm memory limit

2021-10-03 Thread Tommy Sway
SUBSCRIBER EXCLUSIVE CONTENT

An active Red Hat subscription is required to participate.

 

I cannot get the result.

 

 

 

 

 

From: users-boun...@ovirt.org  On Behalf Of Strahil 
Nikolov via Users
Sent: Sunday, October 3, 2021 4:03 AM
To: sz_cui...@163.com; 'Strahil Nikolov via Users' 
Subject: [ovirt-users]Re: 回复:Re: 回复: Re: About the vm memory limit

 

 

vdsm supports dynamic allocation of Huge Pages, but 
https://access.redhat.com/solutions/4904441 indicates the issues in 4.3 related 
to hugepages (you can see the solution via RH dev subscription).

If you needed to set them manually and everything works normally, I would have 
picked something like 90-95% in HugePages.

 

Yet, due to the issues described in that solution - it's better to enable 
HugePages only in the Guest.

 

Best Regards,

Strahil Nikolov

 

 

On Sat, Oct 2, 2021 at 10:13, Tommy Sway

mailto:sz_cui...@163.com> > wrote:

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

https://lists.ovirt.org/archives/list/users@ovirt.org/message/CEXZE5QYTWWNMFQU5ASJR75IWOOIFYLJ/

 

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


[ovirt-users] Hosted Engine ansible runner artifacts cleanup

2021-10-03 Thread Erez Zarum
Hey,
I can't get the artifacts to cleanup, i have configured the ansible runner 
config.yml but it seems not to be running.
Should i restart the ovirt-engine service?

What is the best way to manually cleanup the artifacts (i can't get the correct 
ansible-runner command to clean it up) as it is starting to fill up disk space

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


[ovirt-users]Re: 回复:Re: 回复: Re: About the vm memory limit

2021-10-03 Thread Strahil Nikolov via Users
For 4.3 - yes. This is due to the issues in 4.3Once you move to 4.4 , you 
should be able to enable HugePages (not THP) on the Hypervisors without 
troubles.
I assume that your workload is 'in production' and stability (no downtime) is 
more important that some performance gain from HugePages on the Hypervisors.
@Simon,
any hints when OLVM 4.4 will be released ?
Best Regards,Strahil Nikolov
 
 
  On Sun, Oct 3, 2021 at 6:29, tommy sway wrote:   
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KLHJDZMPLKPPXABYSP55DA472UPCKCDO/
  
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4ULRPOJFX2SI4ZWQJYGZ2NA6FO7GTOIN/