Wednesday, 2024-07-24

ykarelwe are hitting https://bugs.launchpad.net/nova/+bug/2073944 in master05:58
ralonsohykarel, is this happening 100% of the times?06:10
ykarelralonsoh, yes the tests involving image snapshots06:10
ralonsohufff I see it now, I'll ping Sean 06:10
ykareljobs which don't have those tests running are fine06:10
ralonsohok, I see you already said that in the nova channel06:12
ralonsohthis must be considered as a critical bug06:12
ykarelalso asked rajat to take look from glance perspective06:13
ralonsohperfect!06:14
opendevreviewRodolfo Alonso proposed openstack/neutron-lib stable/2024.1: Change the ``StandardAttribute`` load method to "selectin"  https://review.opendev.org/c/openstack/neutron-lib/+/92481706:14
opendevreviewRodolfo Alonso proposed openstack/neutron-lib stable/2023.2: Change the ``StandardAttribute`` load method to "selectin"  https://review.opendev.org/c/openstack/neutron-lib/+/92481806:16
opendevreviewRodolfo Alonso proposed openstack/neutron-lib stable/2023.1: Change the ``StandardAttribute`` load method to "selectin"  https://review.opendev.org/c/openstack/neutron-lib/+/92481906:17
ralonsohykarel, did you check the nova channel?08:05
opendevreviewRodolfo Alonso proposed openstack/neutron master: Use the default cirros "qcow2" image instead of the "uec" one  https://review.opendev.org/c/openstack/neutron/+/92482708:20
ralonsohbcafarel, https://review.opendev.org/q/I17a455e19c4bbbc45e26dee88849ab5e0b4b5d65 if you have 1 min08:22
ralonsohthanks a lot!08:22
bcafarelralonsoh: sure I have a few min before a meeting :)08:24
ralonsohupss the meeting!08:24
ralonsohI almost forget it08:24
ykarelralonsoh, no not checked, checking now08:25
ykarelralonsoh, but with the above patch we would hit the kernel panic, no?08:27
ralonsohsean says that is solved with cirros 0.6.208:28
ralonsohand we can use both uec or qcow2, but the default qcow2 image is supported08:28
ralonsohif we use uec, we should also add this08:28
ralonsohhttps://review.opendev.org/c/openstack/nova/+/924746/2/.zuul.yaml08:28
ralonsohbut there is not need08:28
ykarelokk if it's fixed with cirros 0.6.2 then fine08:29
ykarelbut i recall we recently hit that, let me cross check again08:31
ralonsohfor sure, thanks a lot08:31
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add the disk and container formats to the tempest configuration  https://review.opendev.org/c/openstack/neutron/+/92482709: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.html11:14
PrzemekK_Based on kolla-ansible11:14
ralonsohPrzemekK_, do you them using the CLI?11:21
PrzemekK_by CLI its working11:22
PrzemekK_Just in horizon issue11:22
ralonsohPrzemekK_, try in #openstack-horizon channel11:24
PrzemekK_ok thx11:24
ralonsohthat seems not to be an error in Neutron11:24
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [Docs] Add document with description of the RBAC roles  https://review.opendev.org/c/openstack/neutron/+/92476013:20
opendevreviewRodolfo Alonso proposed openstack/neutron master: Use the default cirros "qcow2" image instead of the "uec" one  https://review.opendev.org/c/openstack/neutron/+/92482713:43
ozzzo_workCan anyone help with my "port set" question?13:54
opendevreviewLajos Katona proposed openstack/neutron-tempest-plugin master: DNM: test sfc with dummy driver  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/92485513:57
ralonsohit is better if you directly ask the question13:57
slaweqralonsoh 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
ralonsohslaweq, qq, is that also failing in the other way?14:12
ralonsohfrom centralized to distributed? I bet that yes14:12
slaweqralonsoh yes because this option "reside-on-chassis-redirect" is not updated in both cases14:13
ralonsohperfect, thanks for the LP report!14:13
slaweqI think that maintenance task and maybe some documentation warning that changing this option in existing env will break connectivity for some time could be enough14:14
ralonsohslaweq, this is a config option update, it makes sense14:15
slaweqyeap14:15
slaweqI can try to send patch for this in next days14:15
ozzzo_workralonsoh: I'll repost it:14:39
ozzzo_workI 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_workWhat's the trick for clearing values from CLI?14:39
ozzzo_workI 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 CLI14:40
ralonsohozzzo_work, I think you need to set in the same command --device "" --device-owner "" --no-binding-profile14:42
ralonsohbut I'm not 100% sure, I should test it14:42
ozzzo_workralonsoh: If I set --device "" the device value doesn't change14:43
ozzzo_workoic you mean do all 3 at the same time14:43
ozzzo_workok I'll try that14: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-prof15:01
ozzzo_workralonsoh: 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 stuck17:39
ozzzo_workbinding_vif_type is still "ovs" - after a successful change it would go to "unbound"17:41
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [Docs] Add document with description of the RBAC roles  https://review.opendev.org/c/openstack/neutron/+/92476020:13

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