opendevreview | Merged openstack/kayobe stable/zed: Bump MichaelRigart.interfaces to v1.14.4 https://review.opendev.org/c/openstack/kayobe/+/898950 | 01:29 |
---|---|---|
opendevreview | Jan Gutter proposed openstack/kolla master: CI: speed up podman on el9 https://review.opendev.org/c/openstack/kolla/+/899093 | 08:35 |
opendevreview | Jan Gutter proposed openstack/kolla master: CI: speed up podman on el9 https://review.opendev.org/c/openstack/kolla/+/899093 | 08:39 |
jangutter | mnasiadka, SvenKieske: I think I found a reason why the podman rocky9 builds were slow: 899093: CI: speed up podman on el9 | https://review.opendev.org/c/openstack/kolla/+/899093 | 09:27 |
jangutter | Makes quite a difference: 01:11:31 down to 00:24:49 | 09:29 |
mnasiadka | jangutter: nice, wondering if there's a way to get that as a warning in kolla-build output | 09:30 |
jangutter | It's possible to check with podman info if the native diff driver is turned off with a one-liner cli command I think. | 09:32 |
mnasiadka | question if podman sdk returns that in more python native manner :) | 09:33 |
mnasiadka | jangutter: https://github.com/containers/podman-py/blob/6edcd2d566ed0d87b98a2be8a869e494dbc21a93/podman/domain/system.py#L32 - seems like it does | 09:35 |
jangutter | boom! | 09:35 |
jangutter | Just for my own reference: the one-liner podman info command is `podman info -f '{{index .Store.GraphStatus "Native Overlay Diff"}}'` | 09:51 |
opendevreview | Dawud proposed openstack/kolla-ansible stable/2023.1: Remove the `grafana` volume https://review.opendev.org/c/openstack/kolla-ansible/+/899134 | 10:28 |
opendevreview | Dawud proposed openstack/kolla-ansible master: Remove the `grafana` volume https://review.opendev.org/c/openstack/kolla-ansible/+/899136 | 10:53 |
opendevreview | Dawud proposed openstack/kolla-ansible master: Remove the `grafana` volume https://review.opendev.org/c/openstack/kolla-ansible/+/899136 | 10:56 |
opendevreview | Dawud proposed openstack/kolla-ansible master: Remove the `grafana` volume https://review.opendev.org/c/openstack/kolla-ansible/+/899136 | 10:58 |
opendevreview | Merged openstack/kolla master: CI: fix podman info log collection https://review.opendev.org/c/openstack/kolla/+/899095 | 11:07 |
SvenKieske | didn't we want to discuss core reviewer stats today or something? | 13:21 |
frickler | mgoddard: could you (volunteer someone to) rebase https://review.opendev.org/c/openstack/kolla-ansible/+/805598 and add a ref to https://bugs.launchpad.net/kolla-ansible/+bug/1833737 ? | 15:04 |
* frickler checking the high priority bugs | 15:05 | |
opendevreview | Dawud proposed openstack/kolla stable/2023.1: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899145 | 15:09 |
opendevreview | Dawud proposed openstack/kolla stable/zed: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899146 | 15:09 |
opendevreview | Dawud proposed openstack/kolla stable/yoga: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899147 | 15:09 |
opendevreview | Dawud proposed openstack/kolla stable/yoga: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899147 | 15:12 |
opendevreview | Dawud proposed openstack/kolla-ansible master: Remove the `grafana` volume https://review.opendev.org/c/openstack/kolla-ansible/+/899136 | 15:38 |
opendevreview | Dawud proposed openstack/kolla-ansible master: Remove the `grafana` volume https://review.opendev.org/c/openstack/kolla-ansible/+/899136 | 15:40 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Support Ansible max_fail_percentage https://review.opendev.org/c/openstack/kolla-ansible/+/805598 | 15:42 |
kevko | frickler: done | 15:42 |
opendevreview | Merged openstack/kolla-ansible master: Remove keystone admin leftovers https://review.opendev.org/c/openstack/kolla-ansible/+/875652 | 15:43 |
kevko | frickler: mgoddard: rebased ^^ but check mariadb and rabbitmq playbooks .... | 15:46 |
opendevreview | Merged openstack/kolla master: Revert "CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean" https://review.opendev.org/c/openstack/kolla/+/890851 | 16:16 |
supamatt | mnasiadka: I'm seeing this issue on my envs as well. Seems to be recent, as it wasn't occuring before I did a refresh of kolla contrainers with the zed release. https://bugs.launchpad.net/kolla/+bug/2034018 | 16:57 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Support Ansible max_fail_percentage https://review.opendev.org/c/openstack/kolla-ansible/+/805598 | 17:15 |
mnasiadka | supamatt: well, we haven’t really changed anything in this area - maybe it’s a mariadb bug? | 17:23 |
supamatt | mnasiadka: that was my thought as well | 17:33 |
supamatt | I can look at the previous set of container images we used, they were zed based as well.. and see what version of mariadb was installed on them | 17:33 |
supamatt | 10.6.13+maria~ubu2204 is in the previous (good) containers | 17:35 |
mnasiadka | supamatt: that would mean it would be best to also raise a bug in MariaDB Jira (or start looking for an existing bug report there) | 18:02 |
opendevreview | Merged openstack/kolla stable/zed: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899146 | 18:34 |
opendevreview | Merged openstack/kolla stable/2023.1: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899145 | 18:52 |
opendevreview | Merged openstack/kolla stable/yoga: Fix missing grafana opensearch datasource https://review.opendev.org/c/openstack/kolla/+/899147 | 18:52 |
opendevreview | Juan Pablo Suazo proposed openstack/kolla-ansible master: Deploy Glance and Cinder Backup with S3 backend support https://review.opendev.org/c/openstack/kolla-ansible/+/844614 | 20:10 |
opendevreview | Juan Pablo Suazo proposed openstack/kolla-ansible master: Deploy Glance and Cinder Backup with S3 backend support https://review.opendev.org/c/openstack/kolla-ansible/+/844614 | 20:14 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!