Thursday, 2024-10-10

opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Move RabbitMQ restart to handlers  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197407:04
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Move RabbitMQ restart to handlers  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197407:04
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Use rabbitmq_cluster_state task instead of command  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197507:05
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Move RabbitMQ restart to handlers  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197407:18
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Bump ansible version to 2.17.5  https://review.opendev.org/c/openstack/openstack-ansible/+/93206713:08
jrosserahha this is running on a noble node now - thats why it breaks https://zuul.opendev.org/t/openstack/build/a52393e39f3c4cfe815ea3f1453b8b1b13:25
noonedeadpunkoh13:37
noonedeadpunkgood catch13:37
noonedeadpunkprobably we should pin back to jammy explicitly?13:37
noonedeadpunkwould make sense for stable13:37
jrossersounds good13:56
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Ensure that the inventory tox job runs on an ubuntu-jammy node  https://review.opendev.org/c/openstack/openstack-ansible/+/93207714:17
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.2: Use jammy for tox jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/93207914:21
noonedeadpunkjrosser: I think this affecting only 2023.2 and 2023.1 though14:22
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.1: Ensure that the inventory tox job runs on an ubuntu-jammy node  https://review.opendev.org/c/openstack/openstack-ansible/+/93208014:22
jrosserdo you think the one on master should fail?14:23
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.2: Ensure that the inventory tox job runs on an ubuntu-jammy node  https://review.opendev.org/c/openstack/openstack-ansible/+/93208214:23
jrosseri was going to make a follow up to bump all the things on master to noble14:23
noonedeadpunknah, but it should not be needed either.14:23
noonedeadpunkas it should be fine to run on noble14:24
noonedeadpunkah14:24
jrosserwell, we do have a mix of how things are set in the jobs definition right now14:24
jrossermost jobs define the node type, it was just the inventory one that didnt14:24
noonedeadpunkok, yeah, then makes sense14:24
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.1: Remove upgrade jobs for 2023.1  https://review.opendev.org/c/openstack/openstack-ansible/+/93181314:25
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.1: Bump SHAs for 2023.1  https://review.opendev.org/c/openstack/openstack-ansible/+/93174214:25
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible stable/2023.2: Bump SHAs for 2023.2  https://review.opendev.org/c/openstack/openstack-ansible/+/93174114:26
luvnhey, just a quick update on the issue i had yesterday14:27
luvnit's related to ceph thin volumes (ceph1.img, ceph2.img, etc...)14:27
noonedeadpunkas they just grow but never get discarded?14:27
noonedeadpunk(ie fstrimm)14:28
luvnyeah, that's right14:28
noonedeadpunkiirc trimming works only if you use virtio_scsi14:28
luvnthe problem is that when it reaches this point, the whole openstack is unresponsive14:28
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Move all anciallary zuul jobs to ubuntu noble  https://review.opendev.org/c/openstack/openstack-ansible/+/93208414:29
luvnhow can i change ceph's replication factor in an osa deployment? can i do that after osa is deployed?14:31
noonedeadpunkso you can set following properties for your images - `hw_disk_bus=scsi hw_scsi_model=virtio-scsi`14:31
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Move all ancilliary zuul jobs to ubuntu noble  https://review.opendev.org/c/openstack/openstack-ansible/+/93208414:31
noonedeadpunkwe're managing ceph through ceph-ansible project14:31
noonedeadpunkor well, we're leveraging the project 14:31
jrossermaybe we should set those image properties in the AIO by default?14:31
noonedeadpunkmight make sense... 14:33
noonedeadpunkthough I'm still avoiding that in production, except magnum images14:33
noonedeadpunk(where you might need more then 24 volumes attached)14:34
jrosseri think we switched to it generally for something to do with rescue iirc14:34
luvnwith this property set, the idea is to trim these images every time i reach 100% use%?14:35
jrosserluvn: to understand how OSA interacts with ceph-ansible, and how the pools are set up, it would be worth looking at this https://github.com/openstack/openstack-ansible/commit/120d6be99290259c560efcd46a8c1eefb4a55a2b14:38
jrosserthat has the often repeated caveat that it's only a test fixture :)14:38
jrosserbut also shows you where the pools are defined and how the `size` could be overridden to the `ceph_pool` ansible module14:39
jrosserin general all the hooks are there for you to override everything, but most of the time you wont find a specific variable for every single thing, just like there isnt for the ceph pool replication14:40
jrosserbut it is totally possible to customise that through your user_variables/group_vars14:40
luvnthat's interesting! i'll definitely check out this commit14:44
jrosserkey thing is we just wrap ceph-ansible14:45
luvnyeah, i don't intend to use this setup in production, i'm just trying to benchmark some volume stuff14:45
jrosserso "how to change $ceph-thing in OSA" usual == "how to change ceph thing in ceph-ansible"14:45
luvnmakes sense! i'll try to customize ceph's deployment by using their variables then14:46
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Use rabbitmq_cluster_state task instead of command  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197514:50
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Move RabbitMQ restart to handlers  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197414:55
opendevreviewJonathan Rosser proposed openstack/openstack-ansible master: Move all ancilliary zuul jobs to ubuntu noble  https://review.opendev.org/c/openstack/openstack-ansible/+/93208415:10
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Use rabbitmq_cluster_state task instead of command  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/93197515:13

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!