ykarel | we are hitting https://bugs.launchpad.net/nova/+bug/2073944 in master | 05:58 |
---|---|---|
ralonsoh | ykarel, is this happening 100% of the times? | 06:10 |
ykarel | ralonsoh, yes the tests involving image snapshots | 06:10 |
ralonsoh | ufff I see it now, I'll ping Sean | 06:10 |
ykarel | jobs which don't have those tests running are fine | 06:10 |
ralonsoh | ok, I see you already said that in the nova channel | 06:12 |
ralonsoh | this must be considered as a critical bug | 06:12 |
ykarel | also asked rajat to take look from glance perspective | 06:13 |
ralonsoh | perfect! | 06:14 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/2024.1: Change the ``StandardAttribute`` load method to "selectin" https://review.opendev.org/c/openstack/neutron-lib/+/924817 | 06:14 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/2023.2: Change the ``StandardAttribute`` load method to "selectin" https://review.opendev.org/c/openstack/neutron-lib/+/924818 | 06:16 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/2023.1: Change the ``StandardAttribute`` load method to "selectin" https://review.opendev.org/c/openstack/neutron-lib/+/924819 | 06:17 |
ralonsoh | ykarel, did you check the nova channel? | 08:05 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Use the default cirros "qcow2" image instead of the "uec" one https://review.opendev.org/c/openstack/neutron/+/924827 | 08:20 |
ralonsoh | bcafarel, https://review.opendev.org/q/I17a455e19c4bbbc45e26dee88849ab5e0b4b5d65 if you have 1 min | 08:22 |
ralonsoh | thanks a lot! | 08:22 |
bcafarel | ralonsoh: sure I have a few min before a meeting :) | 08:24 |
ralonsoh | upss the meeting! | 08:24 |
ralonsoh | I almost forget it | 08:24 |
ykarel | ralonsoh, no not checked, checking now | 08:25 |
ykarel | ralonsoh, but with the above patch we would hit the kernel panic, no? | 08:27 |
ralonsoh | sean says that is solved with cirros 0.6.2 | 08:28 |
ralonsoh | and we can use both uec or qcow2, but the default qcow2 image is supported | 08:28 |
ralonsoh | if we use uec, we should also add this | 08:28 |
ralonsoh | https://review.opendev.org/c/openstack/nova/+/924746/2/.zuul.yaml | 08:28 |
ralonsoh | but there is not need | 08:28 |
ykarel | okk if it's fixed with cirros 0.6.2 then fine | 08:29 |
ykarel | but i recall we recently hit that, let me cross check again | 08:31 |
ralonsoh | for sure, thanks a lot | 08:31 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add the disk and container formats to the tempest configuration https://review.opendev.org/c/openstack/neutron/+/924827 | 09:45 |
PrzemekK_ | We added OVN vpnaas - but user with permission creator, manager member dont see vpn/ip forwarding configs in GUI. Is there dedicated policy.json or user must be admin in project ? https://docs.openstack.org/ocata/config-reference/networking/samples/policy.json.html | 11:14 |
PrzemekK_ | Based on kolla-ansible | 11:14 |
ralonsoh | PrzemekK_, do you them using the CLI? | 11:21 |
PrzemekK_ | by CLI its working | 11:22 |
PrzemekK_ | Just in horizon issue | 11:22 |
ralonsoh | PrzemekK_, try in #openstack-horizon channel | 11:24 |
PrzemekK_ | ok thx | 11:24 |
ralonsoh | that seems not to be an error in Neutron | 11:24 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [Docs] Add document with description of the RBAC roles https://review.opendev.org/c/openstack/neutron/+/924760 | 13:20 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Use the default cirros "qcow2" image instead of the "uec" one https://review.opendev.org/c/openstack/neutron/+/924827 | 13:43 |
ozzzo_work | Can anyone help with my "port set" question? | 13:54 |
opendevreview | Lajos Katona proposed openstack/neutron-tempest-plugin master: DNM: test sfc with dummy driver https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/924855 | 13:57 |
ralonsoh | it is better if you directly ask the question | 13:57 |
slaweq | ralonsoh hi, just FYI: as we discussed yesterday, I just opened bug https://bugs.launchpad.net/neutron/+bug/2073987 for this switch of the distributed/centralized FIPs in the ml2/ovn, | 14:11 |
ralonsoh | slaweq, qq, is that also failing in the other way? | 14:12 |
ralonsoh | from centralized to distributed? I bet that yes | 14:12 |
slaweq | ralonsoh yes because this option "reside-on-chassis-redirect" is not updated in both cases | 14:13 |
ralonsoh | perfect, thanks for the LP report! | 14:13 |
slaweq | I think that maintenance task and maybe some documentation warning that changing this option in existing env will break connectivity for some time could be enough | 14:14 |
ralonsoh | slaweq, this is a config option update, it makes sense | 14:15 |
slaweq | yeap | 14:15 |
slaweq | I can try to send patch for this in next days | 14:15 |
ozzzo_work | ralonsoh: I'll repost it: | 14:39 |
ozzzo_work | I have a customer who ignored our warnings and rebuilt some VMs during a deployment, and now they have ports that Openstack thinks are active, but they aren't attached to a VM. I can fix this in the GUI by clearing Device ID, Device Owner, Binding: Host and saving, but I'm having trouble doing it from CLI. I tried stuff like: openstack port set --device "" | 14:39 |
ozzzo_work | (no effect), and: os port unset --device <ID> (throws an error) | 14:39 |
ozzzo_work | What's the trick for clearing values from CLI? | 14:39 |
ozzzo_work | I already fixed this one via GUI because the customer wanted his VM to work, but it would be nice to know for future reference, how to do it via CLI | 14:40 |
ralonsoh | ozzzo_work, I think you need to set in the same command --device "" --device-owner "" --no-binding-profile | 14:42 |
ralonsoh | but I'm not 100% sure, I should test it | 14:42 |
ozzzo_work | ralonsoh: If I set --device "" the device value doesn't change | 14:43 |
ozzzo_work | oic you mean do all 3 at the same time | 14:43 |
ozzzo_work | ok I'll try that | 14:43 |
PrzemekK_ | IIts in some pdf file 2. Run the openstack port set command to remove the port from the instance: $ openstack port set 731c3b28-3753-4e63-bae3-b58a52d6ccca --device "" --device-owner "" --no-binding-prof | 15:01 |
ozzzo_work | ralonsoh: I tried "os port set --device "" --device-owner "" --no-binding-profile <portID> and that clears the device owner but not the device ID, and the port is still stuck | 17:39 |
ozzzo_work | binding_vif_type is still "ovs" - after a successful change it would go to "unbound" | 17:41 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [Docs] Add document with description of the RBAC roles https://review.opendev.org/c/openstack/neutron/+/924760 | 20:13 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!