TheJulia | \o/ v6 works | 00:26 |
---|---|---|
*** diablo_rojo is now known as Guest3022 | 00:55 | |
*** Guest3022 is now known as diablo_rojo | 01:03 | |
opendevreview | ZhouHao proposed openstack/ironic stable/yoga: [iRMC] Change the way to get irmc-info in raid https://review.opendev.org/c/openstack/ironic/+/839675 | 01:31 |
arne_wiebalck | Good morning, Ironic! | 06:32 |
rpittau | good morning ironic! o/ | 06:49 |
rpittau | TheJulia: great! :) | 06:49 |
opendevreview | Harald Jensås proposed openstack/ironic master: Exclude current conductor from offline_conductors https://review.opendev.org/c/openstack/ironic/+/839704 | 08:26 |
opendevreview | Harald Jensås proposed openstack/ironic master: Exclude current conductor from offline_conductors https://review.opendev.org/c/openstack/ironic/+/839704 | 08:28 |
opendevreview | Riccardo Pittau proposed openstack/ironic-inspector master: Fix lower-constraints job https://review.opendev.org/c/openstack/ironic-inspector/+/839708 | 09:04 |
*** diablo_rojo is now known as Guest3062 | 09:09 | |
iurygregory | morning Ironic o/ | 12:18 |
rpittau | I have a bad feeling about grenade job in inspector, it's failing bad https://review.opendev.org/c/openstack/ironic-inspector/+/839708 | 12:48 |
TheJulia | good morning | 13:51 |
TheJulia | rpittau: is it trying to use ovn or ovs? | 13:52 |
TheJulia | it says no ports available, which makes me think misconfiguration | 13:52 |
rpittau | TheJulia: I think it's OVS | 13:53 |
rpittau | yeah it's OVS | 13:54 |
TheJulia | hjensas: I feel conflicted w/r/t your conductor exclusion change | 13:55 |
TheJulia | we're basically talking an extreme condition which is a sign of a much worse problem | 13:56 |
TheJulia | and I guess it is reasonable for the software not to break itself.... but the system is already in a super bad state due to starvation | 13:56 |
dtantsur | well, we shouldn't start doing something wild on the resource starvation | 14:01 |
TheJulia | yeah, and knowing it is starvation is *hard* | 14:05 |
TheJulia | downside is if another conductor declares the starved conductor as dead, it can/will lead to issues as well | 14:06 |
TheJulia | but... maybe this will be a little less db churn too | 14:06 |
TheJulia | dunno | 14:06 |
TheJulia | I added comments and approved the change, also flagged for backporting | 14:06 |
dtantsur | yeah, we cannot fix what another conductor does | 14:06 |
dtantsur | but taking over itself is pointless either way | 14:07 |
TheJulia | yeah | 14:07 |
TheJulia | hjensas: lmk if you have any concerns regarding the change of the v6 job to use dhcpv6-stateless | 14:08 |
hjensas | TheJulia: I think stateless will not work at all with UEFI, unless it is iPXE. OVMF expect statefull dhcpv6 | 14:13 |
TheJulia | I guess that was why we changed from stateless to stateful | 14:13 |
TheJulia | hmmmm | 14:14 |
TheJulia | The conundrum is the host ID changes, I guess we're exhausting dhcpv6 record data. One of the prior failed jobs, centos8 booted but never got a v6 address beyond the local link and route advertiser | 14:14 |
TheJulia | so it was kind of braindead | 14:14 |
TheJulia | and kept trying to dhcp new addresses | 14:15 |
hjensas | Is it neutron interface or flat? | 14:15 |
TheJulia | The job is set to neutron | 14:15 |
TheJulia | ugh, ngs... why your unit tests hate me | 14:16 |
hjensas | So it should have 4 addresses allocated by default for any provision/clean etc | 14:16 |
hjensas | oh, so it deployed, and boot a C8 image? Then the instance never get an address? | 14:17 |
TheJulia | IPA | 14:17 |
TheJulia | IPA never got network connectivity | 14:17 |
TheJulia | give me a couple and I'll see if I can find the log | 14:17 |
TheJulia | freaky, my ngs fix worked on its own job but not on my multinode grenade | 14:20 |
TheJulia | oh... wait | 14:20 |
TheJulia | maybe we're not actually upgrading it?! | 14:20 |
TheJulia | gah | 14:20 |
TheJulia | and if grenade is master, not master + current change | 14:21 |
TheJulia | yeah | 14:21 |
TheJulia | ugh | 14:21 |
TheJulia | hjensas: https://1a74a0482f2b4bd22e89-19b00ab3af46f59a1799d97d7ae09a21.ssl.cf1.rackcdn.com/839086/9/check/ironic-tempest-ipxe-ipv6/9db579f/controller/logs/ironic-bm-logs/node-0_console_2022-04-27-17%3A09%3A48_log.txt | 14:22 |
hjensas | TheJulia: Is it ubuntu focal's dnsmasq? | 14:44 |
hjensas | TheJulia: I wonder if it does not have the patches to support multiple IPv6 addresses for one dhcp-host entry. | 14:45 |
hjensas | TheJulia: I don't see -> https://paste.opendev.org/show/bqLr5cWvYqoWg7Dfv61M/ paragraph in the ubuntu focal dnsmasq manual page. | 14:46 |
hjensas | stack@devstack:~/devstack$ dnsmasq --version | 14:47 |
hjensas | Dnsmasq version 2.80 Copyright (c) 2000-2018 Simon Kelley | 14:47 |
hjensas | I think we need 2.82 | 14:47 |
TheJulia | you | 14:51 |
TheJulia | err | 14:51 |
TheJulia | joy | 14:51 |
TheJulia | so, bios only, we can have a working job for now | 14:51 |
TheJulia | but we're going to need to get it to UEFI eventually I guess | 14:51 |
TheJulia | I guess we can note that and move on for now? | 14:51 |
TheJulia | fyi, jammy has 2.86 | 14:52 |
TheJulia | So as soon as we upgrade to jammy we will be in a far better state | 14:52 |
TheJulia | and also, the firmware default supports other fun mixes | 14:52 |
hjensas | TheJulia: sounds like a plan, wait for jammy. | 14:54 |
hjensas | TheJulia: or use Fedora? *hides behid a rock* :D | 14:54 |
TheJulia | can't do the ramdisk stuffs on fedora | 14:54 |
dtantsur | playing catch-up with fedora versions is not fun | 14:55 |
TheJulia | that too | 14:59 |
TheJulia | it is basically unstable from my point of view | 14:59 |
opendevreview | Merged openstack/ironic master: Exclude current conductor from offline_conductors https://review.opendev.org/c/openstack/ironic/+/839704 | 15:33 |
TheJulia | hjensas: please backport when you get a chance :) | 15:44 |
rpittau | good night! o/ | 16:02 |
opendevreview | Julia Kreger proposed openstack/networking-generic-switch master: CI: Fix Multinode ssh key file placement https://review.opendev.org/c/openstack/networking-generic-switch/+/839645 | 16:21 |
opendevreview | Elod Illes proposed openstack/ironic stable/victoria: [stable-only][CI] Install dependencies for docs target https://review.opendev.org/c/openstack/ironic/+/839794 | 16:48 |
opendevreview | Harald Jensås proposed openstack/ironic stable/yoga: Exclude current conductor from offline_conductors https://review.opendev.org/c/openstack/ironic/+/839739 | 16:57 |
hjensas | TheJulia: ack, yoga backport ^. I'll have to look at xena and wallaby later. Conflicts must be resolved. | 16:58 |
opendevreview | Dmitry Tantsur proposed openstack/bifrost master: [WIP] Ability to generate fake nodes https://review.opendev.org/c/openstack/bifrost/+/839796 | 17:00 |
TheJulia | ack, thanks! | 17:01 |
* TheJulia wonders how she is going to fix ngs unit tests | 17:01 | |
opendevreview | Julia Kreger proposed openstack/networking-generic-switch master: CI: Fix Multinode ssh key/hostname for unit tests https://review.opendev.org/c/openstack/networking-generic-switch/+/839645 | 17:26 |
opendevreview | Elod Illes proposed openstack/ironic stable/victoria: [stable-only][CI] Install dependencies for docs target https://review.opendev.org/c/openstack/ironic/+/839794 | 18:01 |
opendevreview | Julia Kreger proposed openstack/networking-generic-switch master: CI: Fix Multinode ssh key/hostname for unit tests https://review.opendev.org/c/openstack/networking-generic-switch/+/839645 | 18:10 |
opendevreview | Julia Kreger proposed openstack/networking-generic-switch master: CI: Fix Multinode ssh key/hostname for unit tests https://review.opendev.org/c/openstack/networking-generic-switch/+/839645 | 18:27 |
opendevreview | Julia Kreger proposed openstack/networking-generic-switch master: CI: Fix Multinode ssh key/hostname for unit tests https://review.opendev.org/c/openstack/networking-generic-switch/+/839645 | 20:39 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!