*** melwitt is now known as Guest344 | 02:26 | |
*** chkumar|rover is now known as chandankumar | 03:03 | |
*** chandankumar is now known as raukadah | 05:54 | |
noonedeadpunk | prometheanfire: we have https://etherpad.opendev.org/p/db_pool_calculations that describes topic, but I bet this should have been solved with https://review.opendev.org/q/topic:db-pooling | 08:03 |
---|---|---|
noonedeadpunk | but we always asppreciate a feedback so if you see that we did smth wrong or that is not enough - please let us know or feel free to patch that) | 08:20 |
admin1 | so i changed my last cluster from rocky/16 to rocky/18 .. and now able to upgrade .. since its with ceph itself, how to know in which version the version of ceph also needs to be upgraded ? | 09:19 |
admin1 | because since its a running cluster, the /etc/openstack_deploy is not copied over but remains the same | 09:19 |
noonedeadpunk | admin1: you actually can define ceph version with a variable and skip upgrading it for now | 09:22 |
noonedeadpunk | openstack doesn't have a ceph version requirement, but it's more that osa picks relevant ceph-ansible version at the release time. But that all could be easily overriden | 09:23 |
noonedeadpunk | or you can can select any | 09:24 |
admin1 | i mean i want to use/upgrade to recommended one, but i could not find in what osa version, i need to set/use what version | 09:26 |
noonedeadpunk | so default is defined here https://opendev.org/openstack/openstack-ansible-ceph_client/src/branch/master/defaults/main.yml#L42 | 09:26 |
*** odyssey4me is now known as Guest380 | 09:43 | |
noonedeadpunk | admin1: oh, sorry, it's actually even here https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/ceph.yml#L30 | 09:54 |
*** dviroel|out is now known as dviroel | 11:22 | |
noonedeadpunk | btw xena is failing now due to tempest being unconstrained https://opendev.org/openstack/requirements/src/branch/stable/xena/upper-constraints.txt | 11:22 |
noonedeadpunk | what a mess now hapenning with U-C | 11:31 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/xena: Remove CI jobs for centos-8 https://review.opendev.org/c/openstack/openstack-ansible/+/824567 | 11:36 |
opendevreview | Merged openstack/ansible-role-qdrouterd stable/wallaby: Remove centos-8 job and tidy role metadata https://review.opendev.org/c/openstack/ansible-role-qdrouterd/+/824537 | 12:04 |
prometheanfire | noonedeadpunk: eh, I think it's good, just seeing 80 connections from each of the nova-api containers seems odd | 14:15 |
noonedeadpunk | plus you have conductor with same number of connections :) | 14:16 |
prometheanfire | yep | 14:17 |
prometheanfire | just a lot to go to a single db, I thought mariadb/galera was set up as full multi-master for some reason (though haproxy) | 14:20 |
prometheanfire | for me at least everything seems to be hitting one box connection wise | 14:20 |
prometheanfire | the only reason this came up was that previously 16G VMs didn't alert to memory :P | 14:21 |
NeilHanlon | prometheanfire: upping galera_max_connections globally *probably* isn't a bad idea. I've seen connection issues on a 3 node cluster in my lab | 14:23 |
NeilHanlon | is there a specific channel for dib? Wanted a hand with the CI for https://review.opendev.org/c/openstack/diskimage-builder/+/825957 | 14:25 |
noonedeadpunk | prometheanfire: well, yes, we actually utilize only one galera server, as galera anyway passes all write requests to the same node but adding overhead to that. Only reads could be really balanced. So it has a bit fake multi-master | 14:26 |
prometheanfire | NeilHanlon: there is a channel for dib #openstack-dib | 14:27 |
prometheanfire | noonedeadpunk: yarp | 14:28 |
NeilHanlon | ah, nice prometheanfire. thanks | 14:28 |
prometheanfire | NeilHanlon: ya, for my small nodes I needed to up the max connection value for mariadb | 14:28 |
opendevreview | Merged openstack/openstack-ansible stable/wallaby: Remove CI jobs for centos-8 https://review.opendev.org/c/openstack/openstack-ansible/+/824569 | 14:30 |
noonedeadpunk | And haproxy can't really distinguish reads/writes, as it's l3 and not l7 balancing for mysql :( So smth like ProxySQL is required which appeared to be harder to implement then I thought | 14:32 |
NeilHanlon | jrosser: for rocky linux, would it be suitable to add an override for openstack-ansible-lxc_hosts, or would a patch that adds 'better' support for RHEL-likes be preferable | 14:33 |
NeilHanlon | proxysql isn't _awful_ but it's probably a bit more trouble than it's worth if I had to venture a guess | 14:35 |
NeilHanlon | at $oldjob i let our DBA take care of it ;) | 14:35 |
noonedeadpunk | I'd prefer a patch to lxc_hosts tbh | 14:36 |
NeilHanlon | e.g. to enable it to better detect el clones? | 14:36 |
noonedeadpunk | regarding proxysql - there're really no options for us I believe. MaxScale is awesome and really simple, but their BSL license prohibits production usage | 14:36 |
NeilHanlon | ah, i didn't realize maxscale was BSL :/ | 14:37 |
*** dviroel is now known as dviroel|lunch | 15:01 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: Deprecate congress and lxd tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826111 | 15:54 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: Deprecate congress and lxd tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826111 | 16:08 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: Deprecate congress and lxd tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826111 | 16:08 |
*** dviroel|lunch is now known as dviroel | 16:14 | |
*** Guest344 is now known as melwitt | 16:18 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: Define variables for tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826121 | 16:19 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest stable/xena: Define variables for tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826060 | 16:19 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest stable/xena: Define variables for tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826060 | 16:21 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/xena: Remove CI jobs for centos-8 https://review.opendev.org/c/openstack/openstack-ansible/+/824567 | 16:25 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest stable/xena: Define variables for tempest plugins https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/826060 | 16:38 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/xena: Remove CI jobs for centos-8 https://review.opendev.org/c/openstack/openstack-ansible/+/824567 | 16:39 |
spatel | any idea here - https://paste.opendev.org/show/812329/ | 16:40 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: Refactor use of include_vars https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/824345 | 16:43 |
spatel | pip3 install osc-placement --upgrade fixed my issue | 16:44 |
spatel | noonedeadpunk did you work on secure boot loader ? | 16:51 |
noonedeadpunk | nope? | 16:53 |
spatel | No problem, i am trying out that | 16:56 |
spatel | do i need to modify guest for secure boot or just add property into image –property=”hw_firware_type=uefi” | 16:56 |
spatel | that was my question if you know | 16:56 |
noonedeadpunk | tbh I never tested that, so no idea :( | 17:10 |
noonedeadpunk | sorry | 17:10 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Fix tempest plugins versions https://review.opendev.org/c/openstack/openstack-ansible/+/826129 | 17:12 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Add integrated linters test https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/798816 | 17:26 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-systemd_mount master: Add integrated linters test https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/799036 | 17:30 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible stable/wallaby: Set infra_lxc job to centos-8-stream https://review.opendev.org/c/openstack/openstack-ansible/+/826135 | 17:48 |
*** prometheanfire is now known as Guest414 | 17:54 | |
*** sshnaidm is now known as sshnaidm|afk | 18:05 | |
*** Guest414 is now known as prometheanfire | 18:47 | |
*** melwitt is now known as Guest440 | 19:54 | |
spatel | noonedeadpunk just testing upgrade process from wallaby -> Xena is there any hiccups in galera (because i am seeing default is SSL) | 20:17 |
spatel | connection_recycle_time is this variable for MySQL? | 20:17 |
*** melwitt_ is now known as melwitt | 20:55 | |
*** melwitt is now known as Guest450 | 20:59 | |
-opendevstatus- NOTICE: review.opendev.org will have a few short outages over the next few hours (beginning 22:00 UTC) while we rename projects and then upgrade to Gerrit 3.4. See https://lists.opendev.org/pipermail/service-announce/2022-January/000030.html for details. | 21:03 | |
*** melwitt_ is now known as melwitt | 21:05 | |
*** melwitt is now known as Guest451 | 21:07 | |
*** Guest451 is now known as melwitt | 21:10 | |
*** dviroel is now known as dviroel|afk | 21:48 | |
-opendevstatus- NOTICE: The review.opendev.org maintenance work is beginning now. Expect Gerrit outages over the next couple of hours. See https://lists.opendev.org/pipermail/service-announce/2022-January/000030.html for details. | 22:00 | |
*** melwitt is now known as Guest456 | 22:04 | |
*** Guest456 is now known as melwitt | 22:12 | |
*** melwitt is now known as Guest458 | 22:13 | |
*** Guest458 is now known as melwitt | 22:15 | |
*** dviroel|afk is now known as dviroel | 22:15 | |
*** dviroel is now known as dviroel|out | 23:00 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!