Monday, 2022-12-05

opendevreviewliuyulong proposed openstack/neutron master: Refactor for ovs qos driver meter limit features  https://review.opendev.org/c/openstack/neutron/+/86076604:18
opendevreviewliuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support  https://review.opendev.org/c/openstack/neutron/+/86076704:18
opendevreviewliuyulong proposed openstack/neutron master: Refactor for ovs qos driver meter limit features  https://review.opendev.org/c/openstack/neutron/+/86076604:20
opendevreviewliuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support  https://review.opendev.org/c/openstack/neutron/+/86076704:20
opendevreviewliuyulong proposed openstack/neutron master: Add host metadata haproxy manager  https://review.opendev.org/c/openstack/neutron/+/86464904:43
opendevreviewMerged openstack/neutron master: Update neutron-tox-override-jobs template  https://review.opendev.org/c/openstack/neutron/+/86603708:32
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: fix issue when network is already removed  https://review.opendev.org/c/openstack/neutron/+/86582308:32
sahido/ Just a small heads-up we have https://review.opendev.org/c/openstack/neutron/+/841838, the last patch of the serie to enable multi-segments, if I can get some review comments I would be glad adressing them09:05
ygk_12345Hi all09:30
ygk_12345can anyone let me know where are the network stats of sr-iov interfaces stored in a linux host ?09:30
opendevreviewArnaud Morin proposed openstack/neutron master: Discard port with ofport -1 in _get_ofport_moves  https://review.opendev.org/c/openstack/neutron/+/86064909:34
ralonsohygk_12345, what stats? you can check the VF status in the filesystem or using the "ip link" command09:45
ygk_12345ralonsoh: i am trying to find the network statistics of the VF interfaces from the host machine09:46
ralonsohygk_12345, same a other interfaces in linux09:46
ygk_12345ralonsoh: like Tx, Rx, errors09:46
ygk_12345ralonsoh: i cant find that VF interface in the host.09:46
ralonsohthen you don't have any09:46
ygk_12345ralonsoh: I mean its there, but ethtool is not working on it09:47
ralonsohuse "cat /proc/net/dev"09:48
ralonsohor netstat -t09:48
ralonsohnetstat -i09:48
ralonsoh or "ip -s link"09:49
ygk_12345ralonsoh: i am not saying about the root device , but its virtual function attached to the vm09:59
ralonsohwhat do you see in "ip link dev <root>"?10:00
ralonsohip link show dev <root>10:00
ygk_12345let me check10:01
ygk_12345I see this "vf 0     link/ether fa:16:3e:25:72:12 brd ff:ff:ff:ff:ff:ff, vlan 80, spoof checking on, link-state enable, trust off" 10:02
ygk_12345but how to get its statistics ?10:02
ralonsohip link -s show dev <vf>10:03
ygk_12345ip link  show dev vf 0 ;  Error: either "dev" is duplicate, or "0" is a garbage.10:04
ralonsohno, you should find this interface10:05
ygk12345ralonsoh: how to map it to which vm it is attached to ?10:06
ralonsohuse the mac10:06
ygk12345i have its mac from the xml def10:06
opendevreviewliuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support  https://review.opendev.org/c/openstack/neutron/+/86076711:49
opendevreviewRodolfo Alonso proposed openstack/neutron master: Reset the MeterIDGenerator singleton after each test  https://review.opendev.org/c/openstack/neutron/+/86657211:54
opendevreviewMerged openstack/neutron master: Fix some pylint indentation warnings  https://review.opendev.org/c/openstack/neutron/+/86506111:57
opendevreviewMerged openstack/neutron master: Do not emit ssl warnings in the test_ssl_connection test  https://review.opendev.org/c/openstack/neutron/+/86617812:29
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: Change ML2_PLUGIN name Devstack variable  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/86657613:25
opendevreviewElod Illes proposed openstack/neutron-fwaas stable/train: [Stable only]: constrain dependencies for docs job for stable/train  https://review.opendev.org/c/openstack/neutron-fwaas/+/86137013:30
*** dasm|off is now known as dasm13:38
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: Change ML2_PLUGIN name Devstack variable  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/86657614:19
ralonsohslaweq, lajoskatona quick review, if you have time14:25
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/86657214:25
ralonsoh(I've seen this error in CI again_)14:25
slaweqralonsoh +2, thx14:25
opendevreviewRodolfo Alonso proposed openstack/neutron master: Load OVS Trunk extension if service plugin configured  https://review.opendev.org/c/openstack/neutron/+/86621014:53
opendevreviewArnaud Morin proposed openstack/neutron master: Add tests for br-tun of restoration  https://review.opendev.org/c/openstack/neutron/+/86658915:09
amorinHello team, hope you are good.15:09
amorinI did push a change: https://review.opendev.org/c/openstack/neutron/+/86658915:09
amorinbut I am struggling figuring out how to run the fullstack tests locally15:09
amorinI did try that: tox -e dsvm-fullstack TestRestoreFlow15:10
amorinbut it's complaining about AssertionError: backend 'mysql' unavailable15:10
amorinI am missing a piece of something, but I dont know what yet15:10
amorinis there anyone able to give me a hint for this?15:10
opendevreviewSebastian Lohff proposed openstack/neutron master: Gracefully restart dnsmasq to not break tcp DNS  https://review.opendev.org/c/openstack/neutron/+/86648915:13
opendevreviewSebastian Lohff proposed openstack/neutron master: Gracefully restart dnsmasq to not break tcp DNS  https://review.opendev.org/c/openstack/neutron/+/86648915:15
ralonsohamorin, did you execute the installation script15:19
amorinah? No?15:19
ralonsoh./tools/configure_for_func_testing.sh /opt/stack/devstack15:19
amorinah!15:19
ralonsohthe parameter is the location of your devstack repo15:19
amorinok!15:20
opendevreviewMerged openstack/neutron master: Reset the MeterIDGenerator singleton after each test  https://review.opendev.org/c/openstack/neutron/+/86657215:20
amorinralonsoh same after ./tools/configure_for_func_testing.sh /opt/stack/devstack16:43
amorinshould I export some sort of variable for this?16:43
ralonsohamorin, no, this tool install the configured DB backend16:44
ralonsohtry using postgree16:44
amorinhow to do so?16:45
ralonsohamorin, 16:49
ralonsohDATABASE_TYPE=postgresql16:49
ralonsohDATABASE_TYPE=mysql16:49
ralonsohunder [[local|localrc]]16:49
frickleramorin: maybe these exports also help https://docs.openstack.org/neutron/latest/contributor/testing/testing.html#id416:51
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Implement abstract "post_connect" in "MetadataAgentOvnSbIdl"  https://review.opendev.org/c/openstack/neutron/+/86660116:52
amorinack, thanks frickler !16:52
opendevreviewRodolfo Alonso proposed openstack/neutron master: [WIP] [OVN] OVN monitor agent  https://review.opendev.org/c/openstack/neutron/+/86648016:53
opendevreviewRodolfo Alonso proposed openstack/neutron master: [WIP] [OVN] OVN monitor agent  https://review.opendev.org/c/openstack/neutron/+/86648017:27
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add an env variable "PROCESS_TAG" in ``ProcessManager``  https://review.opendev.org/c/openstack/neutron/+/86501817:29
frickler"The python binding code in neutronclient will be deprecated in favor of OpenstackSDK, please use that!" doesn't make much sense IMO for commands implemented within neutronclient like BGP18:22
-opendevstatus- NOTICE: The lists.opendev.org and lists.zuul-ci.org sites will be offline briefly for migration to a new server20:01
*** dasm is now known as dasm|off22:51
opendevreviewMerged openstack/neutron-tempest-plugin master: Update nested-virt testing for the 2023.1 cycle  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/85703123:44

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