[ovirt-devel] Re: [ovirt-users] [=EXTERNAL=] Re: help using nvme/tcp storage with cinderlib and Managed Block Storage

2022-03-30 Thread JC Lopez
See inline

> On Mar 30, 2022, at 13:41, Nir Soffer  wrote:
> 
> On Wed, Mar 30, 2022 at 11:26 PM JC Lopez  > wrote:
>> 
>> Hi Nir,
>> 
>> Wiped out the node as the procedure provided did not fix the problem.
>> 
>> Fresh CentOS Stream 8
>> 
>> Looks like the vddm I deployed requires Ansible 2.12
>> Depsolve Error occured: \n Problem: cannot install the best candidate for 
>> the job\n - nothing provides virt-install needed by 
>> ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch\n
>>  - nothing provides ansible-core >= 2.12 needed by 
>> ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch”,
> 
> Didi, do we have a solution to the ansible requirement? Maybe some
> repo is missing?
Here is what I have configured on my single node if it can help
[root@client2 ~]# dnf repolist
Repository copr:copr.fedorainfracloud.org:ovirt:ovirt-master-snapshot is listed 
more than once in the configuration
repo id 
  repo name
appstream   
  CentOS Stream 8 - 
AppStream
baseos  
  CentOS Stream 8 - 
BaseOS
copr:copr.fedorainfracloud.org:ovirt:ovirt-master-snapshot  
  Copr repo for 
ovirt-master-snapshot owned by ovirt
elrepo  
  ELRepo.org 
Community Enterprise Linux Repository - el8
epel
  Extra Packages 
for Enterprise Linux 8 - x86_64
epel-modular
  Extra Packages 
for Enterprise Linux Modular 8 - x86_64
extras  
  CentOS Stream 8 - 
Extras
extras-common   
  CentOS Stream 8 - 
Extras common packages
ovirt-appliance-master-snapshot 
  oVirt appliance 
with ovirt-master-snapshot content
ovirt-master-centos-opstools-testing
  CentOS Stream 8 - 
OpsTools - collectd
ovirt-master-centos-stream-ceph-pacific 
  CentOS Stream 8 - 
Ceph packages for x86_64
ovirt-master-centos-stream-gluster10-testing
  CentOS Stream 8 - 
Glusterfs 10 - testing
ovirt-master-centos-stream-nfv-openvswitch2-testing 
  CentOS Stream 8 - 
NFV OpenVSwitch 2 - testing
ovirt-master-centos-stream-openstack-yoga-testing   
  CentOS Stream 8 - 
OpenStack Yoga Repository - testing
ovirt-master-centos-stream-ovirt45-testing  
  CentOS Stream 8 - 
oVirt 4.5 - testing
ovirt-master-copr:copr.fedorainfracloud.org:sac:gluster-ansible 
  Copr repo for 
gluster-ansible owned by sac
ovirt-master-epel   
  Extra Packages 
for Enterprise Linux 8 - x86_64
ovirt-master-virtio-win-latest  
  virtio-win builds 
roughly matching what will be shipped in upcoming RHEL
ovirt-node-master-snapshot  
  oVirt Node with 
ovirt-master-snapshot content
powertools  
  CentOS Stream 8 - 
PowerTools
rdo-delorean-component-cinder   
  

[ovirt-devel] Re: [ovirt-users] [=EXTERNAL=] Re: help using nvme/tcp storage with cinderlib and Managed Block Storage

2022-03-30 Thread JC Lopez
Hi Nir,

Wiped out the node as the procedure provided did not fix the problem.

Fresh CentOS Stream 8

Looks like the vddm I deployed requires Ansible 2.12
Depsolve Error occured: \n Problem: cannot install the best candidate for the 
job\n  - nothing provides virt-install needed by 
ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch\n
  - nothing provides ansible-core >= 2.12 needed by 
ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch”,

But the ovirt-engine requires Ansible 2.9.27-2
package ovirt-engine-4.5.0.1-0.2.master.20220330145541.gitaff1492753.el8.noarch 
conflicts with ansible-core >= 2.10.0 provided by 
ansible-core-2.12.2-2.el8.x86_64

So if I enable all my repos the deployment wants to deploy packages that 
require 2.12 but because of the oVirt-manager requirements it says it can not 
pass Ansible 2.10. So I end up in a deadlock situation

Not sure what to do. Will get onto irc tomorrow to check on this with you

Question: When is oVirt 4.5 being officially released. May be it will be easier 
for me to start from that point.

Best regards
JC


> On Mar 29, 2022, at 11:08, Nir Soffer  wrote:
> 
> On Tue, Mar 29, 2022 at 3:26 AM JC Lopez  > wrote:
>> 
>> Hi Nir,
>> 
>> Tried to do this but somehow the UI does not let me drag the network 
>> anywhere in the window.
>> 
>> Just in case I tried with both the host in maintenance mode and not in 
>> maintenance mode. Tried drag and drop on any area of the dialog box I could 
>> think off without success
>> 
>> Tried with 3 different browsers to rule out browser incompatibility
>> - Safari
>> - Chrome
>> - Firefox
>> 
>> 
>> So NO idea why no network interfaces are detected on this node. FYI my CPU 
>> model is a Broadwell one.
> 
> If engine does not detect any network interface "setup networks" is
> not going to be
> very useful.
> 
> I'm not sure how you got into this situation, maybe this is an upgrade issue.
> 
> I suggest to start clean:
> 
> 1. Remove current vdsm install on the host
> 
> dnf remove vdsm\*
> 
> 2. Upgrade you host to latest CentOS Stream 8
> 
> 3. Add the ovirt repos:
> https://copr.fedorainfracloud.org/coprs/ovirt/ovirt-master-snapshot/ 
> 
> 
> dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-8
> dnf install -y ovirt-release-master
> 
> 4. Make sure your host network configuration is right
> 
> You should be able to connect from your engine machine to the host.
> 
> 5. Add the host to your engine
> 
> Engine will install the host and reboot it. The host should be up when
> this is done.
> 
> 6. Add some storage so you have a master storage domain.
> 
> The easier way is to add NFS storage domain but you can use also iSCSI
> or FC if you like.
> 
> At this point you should have working setup.
> 
> The next step is to update engine and vdsm with the Benny patches,
> but don't try this before you have a working system.
> 
> If you need more help we can chat in #ovirt on oftc.net .
> 
> Nir
> 
>> 
>> Best regards
>> JC
>> Initial window sees no network interface
>> Clicking on setup network does not have any interface to which I can assign 
>> the ovirtmgmt network
>> 
>> 
>> On Mar 28, 2022, at 13:38, Nir Soffer  wrote:
>> 
>> On Mon, Mar 28, 2022 at 11:31 PM Nir Soffer  wrote:
>> 
>> 
>> On Mon, Mar 28, 2022 at 10:48 PM JC Lopez  wrote:
>> 
>> 
>> Hi Benny et all,
>> 
>> ...
>> 
>> With 4.5 I can not bring the host up
>> 
>> Here is my cluster spec
>> In the UI I see the following when trying to add host client2
>> 
>> 
>> In the screenshot we see 2 issues:
>> - host does not default route
>> - host cpu missing some features
>> 
>> To resolve the default route issue, click on the host name in the
>> "Hosts" page, then
>> click on the "Network interfaces", and then "Setup networks" button,
>> and make sure
>> the ovirtmgmt network is assigned to the right network interface, and
>> edit it as needed.
>> 
>> 
>> Adding screenshot in case it was not clear enough.
>> 
>> 
>> To quickly avoid this issue, select an older cpu from the list. This
>> should be good
>> enough for development. Maybe Arik can help with using the actual CPU you 
>> have.
>> 
>> However when I check the nodes capabilities using Vdsm client I get this for 
>> each flag mentioned
>> [root@client2 ~]# vdsm-client Host getCapabilities | grep kvm
>> "cpuFlags": 
>> 

[ovirt-devel] Re: [ovirt-users] [=EXTERNAL=] Re: help using nvme/tcp storage with cinderlib and Managed Block Storage

2022-03-30 Thread Yedidyah Bar David
On Thu, Mar 31, 2022 at 12:10 AM JC Lopez  wrote:

> See inline
>
> On Mar 30, 2022, at 13:41, Nir Soffer  wrote:
>
> On Wed, Mar 30, 2022 at 11:26 PM JC Lopez  wrote:
>
>
> Hi Nir,
>
> Wiped out the node as the procedure provided did not fix the problem.
>
> Fresh CentOS Stream 8
>
> Looks like the vddm I deployed requires Ansible 2.12
> Depsolve Error occured: \n Problem: cannot install the best candidate for
> the job\n - nothing provides virt-install needed by
> ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch\n
> - nothing provides ansible-core >= 2.12 needed by
> ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch”,
>
>
> Didi, do we have a solution to the ansible requirement? Maybe some
> repo is missing?
>
>
Sorry, I do not have the full picture. Anyway:

1. Right now, the engine still requires ansible-2.9 [1].

2. The hosts - el8stream (or ovirt-node) - require (or include)
ansible-core-2.12.

So if you run into conflicts/requirements issues, please clarify
exactly what you do and on which machine (engine or host).

This is all changing quickly and has changed in the last few days.
I hope [1] will be merged by the time of beta, not sure.

If you want to test the very current state, I recommend to run a
full 'dnf update' or 'dnf update --nobest' (and note what wasn't
upgraded), perhaps after doing 'dnf update \*release\*'.

On my own machines, I have both virt-install and ansible-core from
repo "appstream" (meaning CentOS, not oVirt).

[1] https://github.com/oVirt/ovirt-engine/pull/199


>
> Here is what I have configured on my single node if it can help
> [root@client2 ~]# dnf repolist
>

I quickly skimmed through the list below and did not notice anything
obviously wrong.

Good luck and best regards,


> Repository copr:copr.fedorainfracloud.org:ovirt:ovirt-master-snapshot is
> listed more than once in the configuration
> repo id
> repo
> name
> appstream
> CentOS
> Stream 8 - AppStream
> baseos
>CentOS
> Stream 8 - BaseOS
> copr:copr.fedorainfracloud.org:ovirt:ovirt-master-snapshot
>  Copr
> repo for ovirt-master-snapshot owned by ovirt
> elrepo
>
> ELRepo.org Community Enterprise Linux Repository - el8
> epel
>Extra
> Packages for Enterprise Linux 8 - x86_64
> epel-modular
>Extra
> Packages for Enterprise Linux Modular 8 - x86_64
> extras
>CentOS
> Stream 8 - Extras
> extras-common
> CentOS
> Stream 8 - Extras common packages
> ovirt-appliance-master-snapshot
> oVirt
> appliance with ovirt-master-snapshot content
> ovirt-master-centos-opstools-testing
>CentOS
> Stream 8 - OpsTools - collectd
> ovirt-master-centos-stream-ceph-pacific
> CentOS
> Stream 8 - Ceph packages for x86_64
> ovirt-master-centos-stream-gluster10-testing
>CentOS
> Stream 8 - Glusterfs 10 - testing
> ovirt-master-centos-stream-nfv-openvswitch2-testing
> CentOS
> Stream 8 - NFV OpenVSwitch 2 - testing
> ovirt-master-centos-stream-openstack-yoga-testing
> CentOS
> Stream 8 - OpenStack Yoga Repository - testing
> ovirt-master-centos-stream-ovirt45-testing
>CentOS
> Stream 8 - oVirt 4.5 - testing
> ovirt-master-copr:copr.fedorainfracloud.org:sac:gluster-ansible
> Copr
> repo for gluster-ansible owned by sac
> ovirt-master-epel
> Extra
> Packages for Enterprise Linux 8 - x86_64
> ovirt-master-virtio-win-latest
>
>  virtio-win builds roughly matching what will be shipped in upcoming RHEL
> ovirt-node-master-snapshot
>oVirt
> Node with ovirt-master-snapshot content
> powertools
>CentOS
> Stream 8 - PowerTools
> rdo-delorean-component-cinder
> RDO
> Delorean OpenStack Cinder - current
> rdo-delorean-component-clients
>   

[ovirt-devel] Re: [ovirt-users] [=EXTERNAL=] Re: help using nvme/tcp storage with cinderlib and Managed Block Storage

2022-03-30 Thread Nir Soffer
On Wed, Mar 30, 2022 at 11:26 PM JC Lopez  wrote:
>
> Hi Nir,
>
> Wiped out the node as the procedure provided did not fix the problem.
>
> Fresh CentOS Stream 8
>
> Looks like the vddm I deployed requires Ansible 2.12
> Depsolve Error occured: \n Problem: cannot install the best candidate for the 
> job\n  - nothing provides virt-install needed by 
> ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch\n
>   - nothing provides ansible-core >= 2.12 needed by 
> ovirt-hosted-engine-setup-2.6.4-0.0.master.20220329124709.git59931a1.el8.noarch”,

Didi, do we have a solution to the ansible requirement? Maybe some
repo is missing?

> But the ovirt-engine requires Ansible 2.9.27-2
> package 
> ovirt-engine-4.5.0.1-0.2.master.20220330145541.gitaff1492753.el8.noarch 
> conflicts with ansible-core >= 2.10.0 provided by 
> ansible-core-2.12.2-2.el8.x86_64
>
> So if I enable all my repos the deployment wants to deploy packages that 
> require 2.12 but because of the oVirt-manager requirements it says it can not 
> pass Ansible 2.10. So I end up in a deadlock situation
>
> Not sure what to do. Will get onto irc tomorrow to check on this with you
>
> Question: When is oVirt 4.5 being officially released. May be it will be 
> easier for me to start from that point.

We should have 4.5 beta next week.

>
> Best regards
> JC
>
>
> On Mar 29, 2022, at 11:08, Nir Soffer  wrote:
>
> On Tue, Mar 29, 2022 at 3:26 AM JC Lopez  wrote:
>
>
> Hi Nir,
>
> Tried to do this but somehow the UI does not let me drag the network anywhere 
> in the window.
>
> Just in case I tried with both the host in maintenance mode and not in 
> maintenance mode. Tried drag and drop on any area of the dialog box I could 
> think off without success
>
> Tried with 3 different browsers to rule out browser incompatibility
> - Safari
> - Chrome
> - Firefox
>
>
> So NO idea why no network interfaces are detected on this node. FYI my CPU 
> model is a Broadwell one.
>
>
> If engine does not detect any network interface "setup networks" is
> not going to be
> very useful.
>
> I'm not sure how you got into this situation, maybe this is an upgrade issue.
>
> I suggest to start clean:
>
> 1. Remove current vdsm install on the host
>
> dnf remove vdsm\*
>
> 2. Upgrade you host to latest CentOS Stream 8
>
> 3. Add the ovirt repos:
> https://copr.fedorainfracloud.org/coprs/ovirt/ovirt-master-snapshot/
>
> dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-8
> dnf install -y ovirt-release-master
>
> 4. Make sure your host network configuration is right
>
> You should be able to connect from your engine machine to the host.
>
> 5. Add the host to your engine
>
> Engine will install the host and reboot it. The host should be up when
> this is done.
>
> 6. Add some storage so you have a master storage domain.
>
> The easier way is to add NFS storage domain but you can use also iSCSI
> or FC if you like.
>
> At this point you should have working setup.
>
> The next step is to update engine and vdsm with the Benny patches,
> but don't try this before you have a working system.
>
> If you need more help we can chat in #ovirt on oftc.net.
>
> Nir
>
>
> Best regards
> JC
> Initial window sees no network interface
> Clicking on setup network does not have any interface to which I can assign 
> the ovirtmgmt network
>
>
> On Mar 28, 2022, at 13:38, Nir Soffer  wrote:
>
> On Mon, Mar 28, 2022 at 11:31 PM Nir Soffer  wrote:
>
>
> On Mon, Mar 28, 2022 at 10:48 PM JC Lopez  wrote:
>
>
> Hi Benny et all,
>
> ...
>
> With 4.5 I can not bring the host up
>
> Here is my cluster spec
> In the UI I see the following when trying to add host client2
>
>
> In the screenshot we see 2 issues:
> - host does not default route
> - host cpu missing some features
>
> To resolve the default route issue, click on the host name in the
> "Hosts" page, then
> click on the "Network interfaces", and then "Setup networks" button,
> and make sure
> the ovirtmgmt network is assigned to the right network interface, and
> edit it as needed.
>
>
> Adding screenshot in case it was not clear enough.
>
>
> To quickly avoid this issue, select an older cpu from the list. This
> should be good
> enough for development. Maybe Arik can help with using the actual CPU you 
> have.
>
> However when I check the nodes capabilities using Vdsm client I get this for 
> each flag mentioned
> [root@client2 ~]# vdsm-client Host getCapabilities | grep kvm
> "cpuFlags": 
> 

[ovirt-devel] 4.5.0 beta compose delayed to April 4th 2022

2022-03-30 Thread Sandro Bonazzola
oVirt 4.5.0 beta compose has been delayed to next week on April 4th as
ovirt-engine and gluster-ansible-role support for ansible-core 2.12 missed
today's deadline.

Test day has been rescheduled accordingly to April 5th.

Testers: please continue testing the released Alpha and providing feedback
https://trello.com/b/3FZ7gdhM/ovirt-450-test-day

A few packages that were meant to be shipped today as part of the beta
release have been already pushed to testing repositories so you can already
provide some feedback on the beta sanity.

Known issues:

- hyperconverged deployment doesn't work due to missing updated
gluster-ansible-roles packages

- ovirt-engine is still using ansible 2.9.27 and wasn't updated from 4.5.0
Alpha

- ovirt-appliance and oVirt Node have not been built with current content
of the testing repos as beta has been rescheduled


Be aware the RHEL 8.6 Beta has been released yesterday so you can already
try running on top of it.

Rocky Linux announced they're already building 8.6 beta as well so it may
be possible to start testing on top of it soon as well.


Professional Services, Integrators and Backup vendors: please run a test
session against your additional services, integrated solutions,

downstream rebuilds, backup solution on the released alpha release and
report issues as soon as possible.

If you're not listed here:
https://ovirt.org/community/user-stories/users-and-providers.html

consider adding your company there.



If you're willing to help updating the localization for oVirt 4.5.0 please
follow https://ovirt.org/develop/localization.html



If you're willing to help promoting the oVirt 4.5.0 release you can submit
your banner proposals for the oVirt home page and for the

social media advertising at https://github.com/oVirt/ovirt-site/issues no
later than April 5th

As an alternative please consider submitting a case study as in
https://ovirt.org/community/user-stories/user-stories.html



Feature owners: please submit a presentation of your feature for oVirt
Youtube channel: https://www.youtube.com/c/ovirtproject no later than April
5th

If you have some new feature requiring community feedback / testing please
add your case under the "Test looking for volunteer" section no later than
April 4th.



Do you want to contribute to getting ready for this release?
Read more about oVirt community at https://ovirt.org/community/ and join
the oVirt developers https://ovirt.org/develop/

-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/Z7QWS5IUNQGX5WE7QPBPRHJZ3JWU5SKW/


[ovirt-devel] Updated invitation: oVirt 4.5.0 Beta release test day @ Tue Apr 5, 2022 (devel@ovirt.org)

2022-03-30 Thread sbonazzo
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART;VALUE=DATE:20220405
DTEND;VALUE=DATE:20220406
DTSTAMP:20220330T111935Z
ORGANIZER;CN=sbona...@redhat.com:mailto:sbona...@redhat.com
UID:1vidghn5bht3fqns5ukq8n5...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=devel@ovirt.org;X-NUM-GUESTS=0:mailto:devel@ovirt.org
X-MICROSOFT-CDO-OWNERAPPTID:-2062780796
CREATED:20220321T110332Z
DESCRIPTION:If you're willing to help testing the release during
  the test daysplease join the oVirt development mailing list athttps://lists.ovirt.org/archives/list/devel@ovirt.org/;>https://lis
 ts.ovirt.org/archives/list/devel@ovirt.org/\;and report
  yourfeedback there.Instructions for installing oVirt 4.5.0 Beta fo
 rtesting have been added to the release pagehttps://www.ov
 irt.org/release/4.5.0/">https://www.ovirt.org/release/4.5.0/<
 /a>\;Re-sche
 duled due to beta delay\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nDo not edit this secti
 on of the description.\n\nView your event at https://calendar.google.com/ca
 lendar/event?action=VIEW=MXZpZGdobjViaHQzZnFuczV1a3E4bjUydjQgZGV2ZWxAb3
 ZpcnQub3Jn=MTkjc2JvbmF6em9AcmVkaGF0LmNvbTdhYTZkMTBkZTQ2YjhiYjk0ZjEyYTBm
 Mjc4MDJiYTRiNTk4N2Y4ZjI=Europe%2FRome=en=0.\n-::~:~::~:~:~:~:~:~:
 ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20220330T111934Z
LOCATION:
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:oVirt 4.5.0 Beta release test day
TRANSP:TRANSPARENT
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT15H0M0S
END:VALARM
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/3LPX2N53EEQUI6TB7MUBG7FJT7DBR3CL/


[ovirt-devel] Updated invitation: oVirt 4.5.0 Beta compose starts @ Mon Apr 4, 2022 09:00 - 09:50 (CEST) (devel@ovirt.org)

2022-03-30 Thread sbonazzo
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20220404T07Z
DTEND:20220404T075000Z
DTSTAMP:20220330T111844Z
ORGANIZER;CN=sbona...@redhat.com:mailto:sbona...@redhat.com
UID:6kgormn5j9ocpjmcds15s39...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=devel@ovirt.org;X-NUM-GUESTS=0:mailto:devel@ovirt.org
X-MICROSOFT-CDO-OWNERAPPTID:1799462526
CREATED:20220321T110007Z
DESCRIPTION:This is a placeholder to remind about oVirt 4
 .5.0 beta compose starting 17:00 CEST.Packages that are not ready by th
 is time are likely to miss to be included in the release.
 Postponed due to some packages still not built\, part
 ially due to CentOS Stream 8 bug https://bugzilla.redhat.com/show_
 bug.cgi?id=2069547">https://bugzilla.redhat.com/show_bug.cgi?id=2069547
  .Postponed to April 4th due to ovirt-engine and glust
 er-ansible-roles not yet ready for ansible-core 2.12\n\n-::~:~:
 :~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~
 :~::-\nDo not edit this section of the description.\n\nView your event at h
 ttps://calendar.google.com/calendar/event?action=VIEW=Nmtnb3JtbjVqOW9jc
 GptY2RzMTVzMzljajcgZGV2ZWxAb3ZpcnQub3Jn=MTkjc2JvbmF6em9AcmVkaGF0LmNvbTQ
 2Nzg0NGViMDA4YzI5NTM5MjcxZDNkYTk3YzY5NzBmYmJjZGI2ODQ=Europe%2FRome=e
 n=0.\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:
 ~:~:~:~:~:~:~::~:~::-
LAST-MODIFIED:20220330T111843Z
LOCATION:
SEQUENCE:2
STATUS:CONFIRMED
SUMMARY:oVirt 4.5.0 Beta compose starts
TRANSP:TRANSPARENT
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT8H0M0S
END:VALARM
BEGIN:VALARM
ACTION:EMAIL
DESCRIPTION:This is an event reminder
SUMMARY:Alarm notification
ATTENDEE:mailto:devel@ovirt.org
TRIGGER:-P1D
END:VALARM
BEGIN:VALARM
ACTION:EMAIL
DESCRIPTION:This is an event reminder
SUMMARY:Alarm notification
ATTENDEE:mailto:devel@ovirt.org
TRIGGER:-P7D
END:VALARM
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P0DT0H30M0S
END:VALARM
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-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/devel@ovirt.org/message/AJZSIUMGSO6OKOYFJ4MLH4POY23WKWBQ/