*** dviroel|biab is now known as dviroel|out | 00:20 | |
*** ysandeep|out is now known as ysandeep | 02:48 | |
*** ysandeep is now known as ysandeep|afk | 03:32 | |
noonedeadpunk | dmsimard: yeah, distro path is validly broken until https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/860551 at least | 04:50 |
---|---|---|
*** ysandeep|afk is now known as ysandeep | 06:01 | |
jrosser_ | noonedeadpunk: looks like there is no UCA for focal / zed there | 06:33 |
jrosser_ | i'm sure there was some post to the ML about what would be supported from canonical but i don't find it | 06:34 |
noonedeadpunk | yeah, I think that focal won't | 06:35 |
noonedeadpunk | but seems we even happen Y to be upgrade release | 06:36 |
noonedeadpunk | which I wouldn't expect to happen even | 06:36 |
jrosser_ | so this means we have no distro installs at all for Z | 06:36 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Revert "Remove the neutron-fwaas since it retired" https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860902 | 06:36 |
noonedeadpunk | but centos has bassed? | 06:37 |
noonedeadpunk | *passed? | 06:37 |
noonedeadpunk | And kind of matter if we want to switch to jammy | 06:38 |
noonedeadpunk | *switch jobs | 06:38 |
jrosser_ | well that might be - but the support matrix says other things | 06:38 |
jrosser_ | and if we try eventually to remove this stuff | 06:38 |
noonedeadpunk | that can be other way around though | 06:39 |
noonedeadpunk | I still not sure what's best. As distro way kind of nice selling point. As well as having bunch of distros. But you know how I tend to save all stuff I can :D | 06:40 |
noonedeadpunk | Just painful to drop things for me | 06:40 |
noonedeadpunk | I tend to ask on operator hours if anyone using distro path, why and etc | 06:41 |
noonedeadpunk | but if it requires close to 0 time on maintaining it and we clear about level of support of it... | 06:42 |
jrosser_ | well yeah - we still carry a bunch of jobs for lots of cycles that fail and are NV | 06:45 |
jrosser_ | and yes these can be fixed..... but so can other things like jammy/ceph or calico or ovn or...... | 06:45 |
noonedeadpunk | I think jammy/ceph main issue is absent repo for it | 06:46 |
noonedeadpunk | So I'm not sure how to fix that other then switch to ubuntu-provided packages from uca | 06:47 |
noonedeadpunk | So mainly I was jsut waiting if repo will appear one day before doing that | 06:48 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Drop VPNAAS overrides variables https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860922 | 07:02 |
noonedeadpunk | jamesdenton: do you have any idea what is that?:) https://opendev.org/openstack/openstack-ansible-os_neutron/src/branch/master/templates/neutron.conf.j2#L211-L214 | 07:12 |
noonedeadpunk | I tried to look neutron docs until Pike and don't see mention of that section anywhere | 07:12 |
jrosser_ | noonedeadpunk: https://opendev.org/openstack/neutron/src/branch/master/doc/source/admin/vpnaas-scenario.rst#L33 | 07:17 |
noonedeadpunk | I have no idea how that is relevant. As vpnaas doc quite misleading. Btw thanks for reminding me about https://review.opendev.org/c/openstack/neutron-vpnaas/+/850154 :D | 07:21 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Revert "Remove the neutron-fwaas since it retired" https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860902 | 07:30 |
noonedeadpunk | well, it's in code kind of https://opendev.org/openstack/neutron/src/branch/master/neutron/conf/services/provider_configuration.py#L29 | 07:36 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Revert "Remove the neutron-fwaas since it retired" https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860902 | 07:37 |
*** frenzyfriday is now known as frenzyfriday|sick | 07:50 | |
*** ysandeep is now known as ysandeep|lunch | 08:19 | |
*** ysandeep|lunch is now known as ysandeep | 09:46 | |
jamesdenton | noonedeadpunk did you figure it out? | 10:00 |
*** dviroel|out is now known as dviroel | 11:06 | |
*** ysandeep is now known as ysandeep|afk | 11:42 | |
PTO | I have encountered a strange problem with Cinder and large volumes with the Ceph RBD driver. I get an exception: Exception during message handling: cinder.exception.ImageTooBig - and as I understand, cinder tries to convert using a local share. Why does cinder do that? | 12:12 |
*** ysandeep|afk is now known as ysandeep | 12:16 | |
noonedeadpunk | PTO: what operation youre trying to do when get this error? | 12:17 |
PTO | noonedeadpunk: A user have uploaded a 100G image (for some unknown reason) and when he starts an instance from this image, it fails due to insufficient space on /var/lib/cinder/conversion on the infrastructure host. Is it "normal" to convert and write to disk before launching an instance? | 12:21 |
noonedeadpunk | Ok, yes, this is normal if image is not in RAW format | 12:22 |
noonedeadpunk | Because cinder with Ceph requires RAW, and if image is qcow or iso it must be converted to RAW first | 12:22 |
noonedeadpunk | And if image is in ceph, and in raw, then operation of volume creation happens directly on ceph side | 12:23 |
noonedeadpunk | So actually options you have either using interoperable import in glance where it wil convert image to required format on upload, or mount some share, like cephfs to that folder | 12:24 |
noonedeadpunk | so that you dodn't hit error and don't run out of space accidentally | 12:24 |
PTO | noonedeadpunk: It is a image on a ceph store. raw and containerformat bare | 12:28 |
PTO | noonedeadpunk: So I dont understand why it needs to convert it | 12:28 |
noonedeadpunk | hm. then it should not... | 12:29 |
noonedeadpunk | As only when it does is image type != raw | 12:30 |
PTO | noonedeadpunk: I think its a snapshot from an instance, which is converted to an image and uploaded to glance | 12:31 |
PTO | noonedeadpunk: Could be the reason for it to be converted | 12:31 |
noonedeadpunk | um... and snapshot from instance... and inctance was created with ephemeral drive? | 12:32 |
noonedeadpunk | and ephemeral storage is also on ceph or it was local storage? | 12:32 |
PTO | noonedeadpunk: We do not use local storage, but it could be ephemeral - not sure. This would make sense it would need to convert it then | 12:32 |
PTO | noonedeadpunk: Anyway, i expect the best solution would be to map and mount a scratch disk from ceph rbd for the conversion | 12:33 |
PTO | noonedeadpunk: Thanks for helping | 12:34 |
PTO | I am planning an upgrade of our Ussuri cluster, which release to aim for? | 12:35 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Use ansible_facts[] rather than ansible_ variables https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860480 | 12:35 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Define a group for ironic_console https://review.opendev.org/c/openstack/openstack-ansible/+/860947 | 13:24 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-os_nova master: Add nova_ironic_serialconsole_type default setting https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/860948 | 13:29 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 14:03 |
opendevmeet | Meeting started Tue Oct 11 14:03:15 2022 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:03 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:03 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 14:03 |
noonedeadpunk | #topic rollcall | 14:03 |
noonedeadpunk | Hm. Is it too early for meeting? :D | 14:03 |
jamesdenton | how'd your presentation go? | 14:04 |
noonedeadpunk | #endmeeting | 14:05 |
opendevmeet | Meeting ended Tue Oct 11 14:05:10 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:05 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-10-11-14.03.html | 14:05 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-10-11-14.03.txt | 14:05 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-10-11-14.03.log.html | 14:05 |
noonedeadpunk | jamesdenton: I got alarm for meeting start on stage lol | 14:05 |
jamesdenton | get to it, then! | 14:05 |
noonedeadpunk | And I'm not happy really with myself. I was a bit relying on speaker notes that were not shown | 14:06 |
jamesdenton | ahh, that is tough. | 14:06 |
noonedeadpunk | well, I guess it's 2 more hours till meeting? | 14:06 |
noonedeadpunk | I don't know I got lost in summer time and time zones | 14:07 |
jamesdenton | easy to do this time of year | 14:07 |
noonedeadpunk | Are you ready for yours?:) | 14:08 |
jamesdenton | i hope so? lol | 14:08 |
jamesdenton | i may have to sync with you afterwards | 14:08 |
noonedeadpunk | sure! | 14:08 |
*** ysandeep is now known as ysandeep|dinner | 14:37 | |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Add ironic serial console to haproxy https://review.opendev.org/c/openstack/openstack-ansible/+/860960 | 14:58 |
noonedeadpunk | my laptop has almost discharged :( | 14:59 |
noonedeadpunk | and don't see sockets around | 14:59 |
jamesdenton | :| | 15:00 |
jamesdenton | all done! | 15:00 |
jamesdenton | when do you head back? | 15:00 |
noonedeadpunk | Have flight at 7am | 15:00 |
noonedeadpunk | tomorrow | 15:00 |
noonedeadpunk | so like in 10 hours I should be in airport or so | 15:01 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:01 |
opendevmeet | Meeting started Tue Oct 11 15:01:32 2022 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:01 |
noonedeadpunk | I will ask somebody to finish meeting as I won't be able to | 15:01 |
noonedeadpunk | I think main thing what we should do - switch services to Z | 15:02 |
noonedeadpunk | We have https://review.opendev.org/c/openstack/openstack-ansible/+/860549 but blocked by oslo release I guess | 15:02 |
jrosser_ | o/ hello | 15:03 |
noonedeadpunk | Which is https://review.opendev.org/c/openstack/oslo.cache/+/860462 | 15:03 |
noonedeadpunk | Or we need just to add extra package to pip_isntall_packages for memcached | 15:04 |
mgariepy | o/ hi | 15:05 |
noonedeadpunk | And we have PTL next week - #link https://etherpad.opendev.org/p/osa-antelope-ptg | 15:06 |
*** ysandeep|dinner is now known as ysandeep | 15:06 | |
noonedeadpunk | Sorry, my laptop will turn off in couple of minutes. | 15:08 |
noonedeadpunk | Out of news - osa is a star on openinfra days :D We got some attention I believe | 15:08 |
NeilHanlon | oooh | 15:08 |
jamesdenton | :) | 15:08 |
noonedeadpunk | Also I've pushed revive patch for neutron fwaas revival - they got new release for Zed | 15:09 |
NeilHanlon | nice. good call | 15:09 |
*** dviroel is now known as dviroel|lunch | 15:11 | |
noonedeadpunk | Btw Rocky for Yoga has merged | 15:11 |
noonedeadpunk | I will propose bump and new release end of this week then | 15:12 |
NeilHanlon | excellent | 15:28 |
NeilHanlon | well, i suspect noonedeadpunk's laptop has since died.. anything anyone has to bring up? | 15:29 |
jamesdenton | no, not today | 15:29 |
jrosser_ | nope | 15:31 |
NeilHanlon | cool :) no idea if I have permissions to do it, but i suppose we can end meeting? | 15:33 |
jamesdenton | no idea, let's try | 15:34 |
jamesdenton | #endmeeting | 15:34 |
jamesdenton | ¯\_(ツ)_/¯ | 15:34 |
mgariepy | hmm. :) meeting for the next few days then ;) | 15:34 |
NeilHanlon | :D | 15:36 |
mgariepy | we will be able to do in after 60 minutes./ | 15:37 |
mgariepy | before that chair needs to do it. | 15:38 |
NeilHanlon | ah, makes sense | 15:44 |
NeilHanlon | well, i'll try and remember lol | 15:44 |
mgariepy | google is your friend here :D | 15:44 |
mgariepy | #endmeeting | 16:06 |
opendevmeet | Meeting ended Tue Oct 11 16:06:46 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:06 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-10-11-15.01.html | 16:06 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-10-11-15.01.txt | 16:06 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2022/openstack_ansible_meeting.2022-10-11-15.01.log.html | 16:06 |
*** ysandeep is now known as ysandeep|out | 16:10 | |
*** dviroel|lunch is now known as dviroel | 16:24 | |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Add ironic serial console to haproxy https://review.opendev.org/c/openstack/openstack-ansible/+/860960 | 16:38 |
*** dviroel is now known as dviroel|biab | 19:19 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!