[ovirt-users] Re: IPv6 Support

2021-06-27 Thread Ales Musil
On Sun, Jun 27, 2021 at 12:48 PM David White via Users 
wrote:

> Hello,
>

Hi,


> Reading
> https://www.ovirt.org/documentation/administration_guide/index.html#IPv6-networking-support-labels,
> I see this tidbit:
>
>- Dual-stack addressing, IPv4 *and* IPv6, is not supported
>- Switching clusters from IPv4 to IPv6 is not supported.
>
> If I'm understanding this correctly... does that mean I cannot run some
> VMs with IPv4, and other VMs with IPv6, in the same cluster?
>

This applies mostly to host networking, there are cases when host
networking dual stack works fine, the issue is that it has many quirks.
oVirt cannot ensure that those quirks won't happen which might break your
connection.
In VM networks oVirt cares only for L2, with OVN it can also care for L3.
So configuration on your VM networks is up to you.
I can imagine that you could safely mix IPv4 and IPv6 for VM networks
without breaking any hosts, but I did not try that personally.


> If so, that's incredibly disappointing and frustrating.
>
> Is Dual-stack addressing a possible feature request?
>

You can fill RFE but I am afraid that it won't get far due to lack of
manpower.


> IPv4 addresses are expensive... and I have a couple of customers who only
> needs IPv6, so would really prefer to avoid having to pay for IPv4
> addresses for them.
>
> Sent with ProtonMail  Secure Email.
>
> ___
> 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/X2UCDQGR2ZBVHOTTJW6TSGJZ5XFDN5TZ/
>

Regards,
Ales


-- 

Ales Musil

Software Engineer - RHV Network

Red Hat EMEA 

amu...@redhat.comIM: amusil

___
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/BJLNRQSB23XKGOKZQJP75XIQPPWILFBJ/


[ovirt-users] Inquiries regarding missing data in the calendar table created/inserted into the ovirt_engine_history DB.

2021-06-27 Thread whoisjmh
I recently discovered that the spark-line chart is not displayed in the 
dashboard of the ovirt admin page. As a result of looking up the code and 
query, the data of the calendar table in the ovirt_engine_history DB of 
ovirt-dwh was only available until 2021-01-01 00:00:00, so a query statement ( 
https://github.com/oVirt/ovirt-engine/blob/master/frontend/webadmin/modules/frontend/src/main/resources/org/ovirt/engine/ui/frontend/server/dashboard/dao/HostDwhDAO.
 RIGHT OUTER JOIN of properties) was not getting the correct data. First, the 
existing "generate_series('2011-01-01 00:00'::timestamp, '2021-01-01 00:00', '1 
hours')" part was temporarily modified and applied until 2051. , it was 
confirmed that the spark-line chart was displayed normally.

For this, is there a way I can directly edit the file 
(https://github.com/oVirt/ovirt-dwh/blob/master/packaging/dbscripts/upgrade/03_05_0060_updated_insert_calendar_table_values_script.sql)
 to commit or request a correction? I would like to know.
___
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/IDA2OUW4AYTYAAVI6WZFNC7ZLUBXYS3F/


[ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 Stream Host

2021-06-27 Thread Nur Imam Febrianto
Are this issue already fixed ? Do anybody already had try it again ?

Regards,
Nur Imam Febrianto

From: Nur Imam Febrianto
Sent: 27 May 2021 13:01
To: Jeff Bailey; 
users@ovirt.org
Subject: [ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 
Stream Host

Confirmed, excluding edk2-ovmf will solve the issue.
Thanks for your info 😊

Regards,
Nur Imam Febrianto

From: Jeff Bailey
Sent: 25 May 2021 23:16
To: users@ovirt.org
Subject: [ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 
Stream Host


If it's the same problem that I ran into then it's the latest version of 
edk2-ovmf.  I'm not sure why it was pushed into the repos without a fixed 
libvirt to go with it.


On 5/25/2021 7:20 AM, Nur Imam Febrianto wrote:
Hi,
This morning I have a problem that suddenly my Host (Using Centos 8 Stream, not 
oVirt Node) showing error with Cpu Compatibility. It says my CPU doesn’t have 
Haswell-noTSX and spec_ctrl flag. After downgrading the kernel back from 4.18.0 
– 305 to 4.18.0 – 301.1 and rollback yum update, it working again. Do anybody 
having same issue ?
I’m using Xeon E5-2695v4 with cluster compatibility Secure Intel Haswell. Using 
oVirt 4.4.6 on CentOS Stream host.

Thanks before.

Sent from 
Mail
 for Windows 10



___

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/7R7SFBOPQL5S6WRT7RLZMIXOIOYBUGIF/


___
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/26IXOUK6EDFKRAO7VR7THN4N7YANCLB7/


[ovirt-users] Question about Template and Storage Domain

2021-06-27 Thread Nur Imam Febrianto
Hi,

Want to ask about template. For example I have a several template (with disk) 
stored in some Storage Domain. If I create a VM from the template, and when I 
change the parameter of cloned disk into another storage domain (different with 
where the template are stored). The VM always failed to be created. This only 
occurs in VM creation phase, if I create the VM at same storage domain where 
the templates are stored, it created successfully. Is this are “normal” 
behavior ?

Thanks before.

Regards,
Nur Imam Febrianto
___
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/F6BCRDFJBCOGA6GLJWWLIBXMFFKCD75C/


[ovirt-users] Re: IPv6 Support

2021-06-27 Thread Derek Atkins

I have dual stack VMs in my deployment and it works fine.
I suspect this is talking about the engine and host infrastructure.

-derek
Sent using my mobile device. Please excuse any typos.
On June 27, 2021 6:47:59 AM David White via Users  wrote:

Hello,
Reading 
https://www.ovirt.org/documentation/administration_guide/index.html#IPv6-networking-support-labels, 
I see this tidbit:

Dual-stack addressing, IPv4 and IPv6, is not supported
Switching clusters from IPv4 to IPv6 is not supported.
If I'm understanding this correctly... does that mean I cannot run some VMs 
with IPv4, and other VMs with IPv6, in the same cluster?

If so, that's incredibly disappointing and frustrating.

Is Dual-stack addressing a possible feature request?
IPv4 addresses are expensive... and I have a couple of customers who only 
needs IPv6, so would really prefer to avoid having to pay for IPv4 
addresses for them.



Sent with ProtonMail Secure Email.


___
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/FV227ZTU23ETBCXSPJITWHASFPECFW6U/


[ovirt-users] IPv6 Support

2021-06-27 Thread David White via Users
Hello,
Reading 
https://www.ovirt.org/documentation/administration_guide/index.html#IPv6-networking-support-labels,
 I see this tidbit:

-   Dual-stack addressing, IPv4andIPv6, is not supported
-   Switching clusters from IPv4 to IPv6 is not supported.

If I'm understanding this correctly... does that mean I cannot run some VMs 
with IPv4, and other VMs with IPv6, in the same cluster?
If so, that's incredibly disappointing and frustrating.

Is Dual-stack addressing a possible feature request?
IPv4 addresses are expensive... and I have a couple of customers who only needs 
IPv6, so would really prefer to avoid having to pay for IPv4 addresses for them.

Sent with ProtonMail Secure Email.

publickey - dmwhite823@protonmail.com - 0x320CD582.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
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/X2UCDQGR2ZBVHOTTJW6TSGJZ5XFDN5TZ/