opendevreview | Merged openstack/kolla-ansible master: [rabbitmq] Use stop instead of drain on single-node https://review.opendev.org/c/openstack/kolla-ansible/+/951100 | 03:49 |
---|---|---|
kevko | morning :) | 05:46 |
kevko | This is already a spiral of problems — I don't know whether to laugh or cry | 06:11 |
kevko | Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102) | 06:11 |
kevko | https://status.canonical.com/ | 06:14 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10 https://review.opendev.org/c/openstack/kolla/+/950392 | 06:24 |
mnasiadka | kevko: welcome to Kolla world ;) | 06:33 |
kevko | mnasiadka: Well, I've been here for a long time, but I don't remember this many coincidences happening right after I fix something :D | 06:53 |
bbezak | :) | 07:07 |
kevko | mnasiadka: wondering if you didn't break proxysql by removal tweaks for single node :) | 07:12 |
kevko | mnasiadka: but i am going to investigate | 07:12 |
opendevreview | Alex Welsh proposed openstack/kolla-ansible master: Add OpenSearch upgrade flush timeout var https://review.opendev.org/c/openstack/kolla-ansible/+/906119 | 07:54 |
kevko | mnasiadka: what is the normal time for ugrade mariadb container in AIO setups ? approx ? | 08:00 |
kevko | bbezak: ^^ do you know ? | 08:00 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10 https://review.opendev.org/c/openstack/kolla/+/950392 | 08:14 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10 https://review.opendev.org/c/openstack/kolla/+/950392 | 08:14 |
kevko | mnasiadka: i think i solve aio issue for proxysql also :) | 08:41 |
mnasiadka | better solve the multimode one ;) | 08:47 |
kevko | mnasiadka: which one | 08:50 |
mnasiadka | check upgrade jobs on stable/2025.1 branch | 08:54 |
kevko | mnasiadka: ok | 08:55 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Tweak proxysql for AIO https://review.opendev.org/c/openstack/kolla-ansible/+/951244 | 09:15 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10 https://review.opendev.org/c/openstack/kolla/+/950392 | 10:07 |
kevko | shouldn't be in http://mirrors.ubuntu.com/mirrors.txt more mirrors ? because currently there is only http://archive.ubuntu.com/ubuntu/ :D | 10:16 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ironic: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/946014 | 10:18 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ironic: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/946014 | 10:19 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: heat: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/946011 | 10:20 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: heat: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/946011 | 10:20 |
Vii | kevko: looking at the date and time on the website, there is only one entry in the file :P | 10:33 |
Vii | <a href="mirrors.txt">mirrors.txt</a></td><td align="right">2023-03-30 09:00 </td> | 10:33 |
opendevreview | Alex Welsh proposed openstack/kolla-ansible master: Add OpenSearch upgrade flush timeout var https://review.opendev.org/c/openstack/kolla-ansible/+/906119 | 11:04 |
kevko | Vii: yeah, somebody broke it very much :D | 11:24 |
kevko | Vii: i write script :D https://github.com/keuko/usefull-scripts/blob/main/apt-mirror-selector-fastest.sh | 11:24 |
Vii | :) | 11:25 |
kevko | Vii: try it, i am curious if it is working for you ... | 11:26 |
Vii | kevko: https://paste.opendev.org/show/bPgQm4zdWoAzxGjb886T/ | 11:33 |
Vii | add Acquire::http::No-Cache=true to prevent cache exclusion: -o Acquire::http::No-Cache=true | 11:34 |
Vii | and | 11:35 |
Vii | if ! curl -s https://launchpad.net/ubuntu/+archivemirrors | grep -q "Up to date"; then | 11:35 |
Vii | echo "[x] Failed to fetch mirror list from Launchpad." | 11:35 |
Vii | exit 1 | 11:35 |
Vii | fi | 11:36 |
Vii | and | 11:36 |
Vii | echo "# Generated by mirror-check.sh on $(date)" > "$OUTFILE" | 11:36 |
kevko | Vii: haha, bump 5 seconds to 10 seconds for apt test ... | 11:37 |
Vii | if timeout 5s sudo apt-get -qq \ | 11:40 |
Vii | -o Dir::Etc::sourcelist="$TESTFILE" \ | 11:40 |
Vii | -o Dir::Etc::sourceparts=- \ | 11:40 |
Vii | -o APT::Get::List-Cleanup=0 \ | 11:40 |
Vii | -o Acquire::http::No-Cache=true \ | 11:40 |
Vii | update; then | 11:40 |
Vii | better | 11:40 |
kevko | did it find something ? :) | 11:40 |
Vii | yes | 11:42 |
Vii | Choosing fastest working mirrors... | 11:42 |
Vii | Testing mirror: http://ftp.agh.edu.pl/ubuntu/ | 11:42 |
Vii | [ok] http://ftp.agh.edu.pl/ubuntu/ passed APT check | 11:42 |
Vii | Testing mirror: http://ftp.energotel.sk/pub/linux/ubuntu/ | 11:42 |
Vii | [ok] http://ftp.energotel.sk/pub/linux/ubuntu/ passed APT check | 11:42 |
Vii | Testing mirror: http://distrohub.kyiv.ua/ubuntu/ | 11:42 |
kevko | Vii: haha, yeah ..also for me :D | 11:42 |
kevko | Vii: I don't know what is happening ...but everything is soooo slow ... | 11:42 |
kevko | Vii: please, share via paste multilins | 11:43 |
Vii | my ubuntu servers work fast, I don't notice any problems | 11:43 |
Vii | kevko: https://paste.opendev.org/show/bBINHiNzWKfgnpwuNvGY/ | 11:45 |
kevko | Vii: really ? | 11:45 |
kevko | Vii: that's weird ... | 11:45 |
Vii | I have now updated a few servers at work bypassing the proxy and I don't see any problems | 11:46 |
kevko | i turned on ipv6 and ok :D | 12:48 |
kevko | bbezak: https://review.opendev.org/c/openstack/kolla/+/950948 can u give second +2 ? I will add +w after tests will be complete ..it looks like finally passing (it seems apt ubuntu working again normally) as far as I currently see in zull stat | 13:16 |
kevko | Still apt issue 😭😭 | 14:09 |
opendevreview | Piotr Milewski proposed openstack/kolla master: Add support for uv—a faster alternative to pip for Python package installation https://review.opendev.org/c/openstack/kolla/+/951295 | 14:14 |
opendevreview | Piotr Milewski proposed openstack/kolla master: Add support for uv faster alternative to pip for Python package installation https://review.opendev.org/c/openstack/kolla/+/951295 | 15:27 |
opendevreview | Michal Arbet proposed openstack/kolla master: [mariadb] Fix incremental backup using correct base dir https://review.opendev.org/c/openstack/kolla/+/950948 | 17:56 |
opendevreview | Michal Arbet proposed openstack/kolla master: [CI] Use security from infra https://review.opendev.org/c/openstack/kolla/+/951329 | 17:56 |
opendevreview | Michal Arbet proposed openstack/kolla master: [CI] Test security mirror https://review.opendev.org/c/openstack/kolla/+/951330 | 17:56 |
opendevreview | Michal Arbet proposed openstack/kolla master: [base] Ensure full control over APT sources for Ubuntu https://review.opendev.org/c/openstack/kolla/+/951329 | 18:39 |
kevko | mnasiadka bbezak frickler I think I fixed ubuntu build ....as I think ubuntu security apt repo outage uncovered not good approach in ubuntu build ...wdyt ? ^^^^^ | 18:39 |
kevko | I just don't know why it was like that - whether it was intentional or why? I really don't know. I don't remember the history of that | 18:40 |
opendevreview | Michal Arbet proposed openstack/kolla master: [mariadb] Fix incremental backup using correct base dir https://review.opendev.org/c/openstack/kolla/+/950948 | 18:44 |
opendevreview | Michal Arbet proposed openstack/kolla master: debian: Use Epoxy extrepo https://review.opendev.org/c/openstack/kolla/+/949752 | 18:44 |
opendevreview | Michal Arbet proposed openstack/kolla master: debian: Use bookworkm suite for rabbitmq APT repo https://review.opendev.org/c/openstack/kolla/+/950531 | 18:44 |
opendevreview | Michal Arbet proposed openstack/kolla master: Update OpenSearch and OpenSearch Dashboards to version 3.x https://review.opendev.org/c/openstack/kolla/+/949444 | 18:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq https://review.opendev.org/c/openstack/kolla-ansible/+/951133 | 18:53 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Set previous_release to 2025.1 https://review.opendev.org/c/openstack/kolla-ansible/+/950668 | 18:57 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Enable virtualenv testing for Debian/Ubuntu https://review.opendev.org/c/openstack/kolla-ansible/+/950306 | 18:57 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add bifrost to baremetal https://review.opendev.org/c/openstack/kolla-ansible/+/950743 | 18:57 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq https://review.opendev.org/c/openstack/kolla-ansible/+/951133 | 18:57 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Tweak proxysql for AIO https://review.opendev.org/c/openstack/kolla-ansible/+/951244 | 18:57 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Set previous_release to 2025.1 https://review.opendev.org/c/openstack/kolla-ansible/+/950668 | 19:05 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Enable virtualenv testing for Debian/Ubuntu https://review.opendev.org/c/openstack/kolla-ansible/+/950306 | 19:05 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add bifrost to baremetal https://review.opendev.org/c/openstack/kolla-ansible/+/950743 | 19:05 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq https://review.opendev.org/c/openstack/kolla-ansible/+/951133 | 19:05 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Tweak proxysql for AIO https://review.opendev.org/c/openstack/kolla-ansible/+/951244 | 19:05 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Tweak proxysql for AIO https://review.opendev.org/c/openstack/kolla-ansible/+/951244 | 19:17 |
mnasiadka | kevko: I think I submitted a similar patch to yours, but yours is more complete | 19:23 |
kevko | mnasiadka: thanks ... I am crying whole day :D | 19:26 |
kevko | mnasiadka: Could you please give a +2 here as well? So it can be merged? It fixes the MariaDB test and unblocks things >> https://review.opendev.org/c/openstack/kolla/+/950948 | 19:27 |
kevko | mnasiadka: I’d really like to get out of this hell as soon as possible :D | 19:28 |
mnasiadka | kevko: done, thanks for working on this ;) | 19:56 |
kevko | mnasiadka: thank you | 19:57 |
opendevreview | Michal Arbet proposed openstack/kolla master: Bump proxysql to 3.0.x https://review.opendev.org/c/openstack/kolla/+/951347 | 21:46 |
opendevreview | Michal Arbet proposed openstack/kolla master: Bump proxysql to 3.0.x https://review.opendev.org/c/openstack/kolla/+/951347 | 21:53 |
opendevreview | Michal Arbet proposed openstack/kolla master: Update OpenSearch and OpenSearch Dashboards to version 3.x https://review.opendev.org/c/openstack/kolla/+/949444 | 21:53 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [DNM] Tweak proxysql for AIO https://review.opendev.org/c/openstack/kolla-ansible/+/951244 | 21:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!