opendevreview | liuyulong proposed openstack/neutron master: Refactor for ovs qos driver meter limit features https://review.opendev.org/c/openstack/neutron/+/860766 | 04:18 |
---|---|---|
opendevreview | liuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support https://review.opendev.org/c/openstack/neutron/+/860767 | 04:18 |
opendevreview | liuyulong proposed openstack/neutron master: Refactor for ovs qos driver meter limit features https://review.opendev.org/c/openstack/neutron/+/860766 | 04:20 |
opendevreview | liuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support https://review.opendev.org/c/openstack/neutron/+/860767 | 04:20 |
opendevreview | liuyulong proposed openstack/neutron master: Add host metadata haproxy manager https://review.opendev.org/c/openstack/neutron/+/864649 | 04:43 |
opendevreview | Merged openstack/neutron master: Update neutron-tox-override-jobs template https://review.opendev.org/c/openstack/neutron/+/866037 | 08:32 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: fix issue when network is already removed https://review.opendev.org/c/openstack/neutron/+/865823 | 08:32 |
sahid | o/ 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 them | 09:05 |
ygk_12345 | Hi all | 09:30 |
ygk_12345 | can anyone let me know where are the network stats of sr-iov interfaces stored in a linux host ? | 09:30 |
opendevreview | Arnaud Morin proposed openstack/neutron master: Discard port with ofport -1 in _get_ofport_moves https://review.opendev.org/c/openstack/neutron/+/860649 | 09:34 |
ralonsoh | ygk_12345, what stats? you can check the VF status in the filesystem or using the "ip link" command | 09:45 |
ygk_12345 | ralonsoh: i am trying to find the network statistics of the VF interfaces from the host machine | 09:46 |
ralonsoh | ygk_12345, same a other interfaces in linux | 09:46 |
ygk_12345 | ralonsoh: like Tx, Rx, errors | 09:46 |
ygk_12345 | ralonsoh: i cant find that VF interface in the host. | 09:46 |
ralonsoh | then you don't have any | 09:46 |
ygk_12345 | ralonsoh: I mean its there, but ethtool is not working on it | 09:47 |
ralonsoh | use "cat /proc/net/dev" | 09:48 |
ralonsoh | or netstat -t | 09:48 |
ralonsoh | netstat -i | 09:48 |
ralonsoh | or "ip -s link" | 09:49 |
ygk_12345 | ralonsoh: i am not saying about the root device , but its virtual function attached to the vm | 09:59 |
ralonsoh | what do you see in "ip link dev <root>"? | 10:00 |
ralonsoh | ip link show dev <root> | 10:00 |
ygk_12345 | let me check | 10:01 |
ygk_12345 | I 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_12345 | but how to get its statistics ? | 10:02 |
ralonsoh | ip link -s show dev <vf> | 10:03 |
ygk_12345 | ip link show dev vf 0 ; Error: either "dev" is duplicate, or "0" is a garbage. | 10:04 |
ralonsoh | no, you should find this interface | 10:05 |
ygk12345 | ralonsoh: how to map it to which vm it is attached to ? | 10:06 |
ralonsoh | use the mac | 10:06 |
ygk12345 | i have its mac from the xml def | 10:06 |
opendevreview | liuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support https://review.opendev.org/c/openstack/neutron/+/860767 | 11:49 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Reset the MeterIDGenerator singleton after each test https://review.opendev.org/c/openstack/neutron/+/866572 | 11:54 |
opendevreview | Merged openstack/neutron master: Fix some pylint indentation warnings https://review.opendev.org/c/openstack/neutron/+/865061 | 11:57 |
opendevreview | Merged openstack/neutron master: Do not emit ssl warnings in the test_ssl_connection test https://review.opendev.org/c/openstack/neutron/+/866178 | 12:29 |
opendevreview | Slawek Kaplonski proposed openstack/neutron-tempest-plugin master: Change ML2_PLUGIN name Devstack variable https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/866576 | 13:25 |
opendevreview | Elod 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/+/861370 | 13:30 |
*** dasm|off is now known as dasm | 13:38 | |
opendevreview | Slawek Kaplonski proposed openstack/neutron-tempest-plugin master: Change ML2_PLUGIN name Devstack variable https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/866576 | 14:19 |
ralonsoh | slaweq, lajoskatona quick review, if you have time | 14:25 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/866572 | 14:25 |
ralonsoh | (I've seen this error in CI again_) | 14:25 |
slaweq | ralonsoh +2, thx | 14:25 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Load OVS Trunk extension if service plugin configured https://review.opendev.org/c/openstack/neutron/+/866210 | 14:53 |
opendevreview | Arnaud Morin proposed openstack/neutron master: Add tests for br-tun of restoration https://review.opendev.org/c/openstack/neutron/+/866589 | 15:09 |
amorin | Hello team, hope you are good. | 15:09 |
amorin | I did push a change: https://review.opendev.org/c/openstack/neutron/+/866589 | 15:09 |
amorin | but I am struggling figuring out how to run the fullstack tests locally | 15:09 |
amorin | I did try that: tox -e dsvm-fullstack TestRestoreFlow | 15:10 |
amorin | but it's complaining about AssertionError: backend 'mysql' unavailable | 15:10 |
amorin | I am missing a piece of something, but I dont know what yet | 15:10 |
amorin | is there anyone able to give me a hint for this? | 15:10 |
opendevreview | Sebastian Lohff proposed openstack/neutron master: Gracefully restart dnsmasq to not break tcp DNS https://review.opendev.org/c/openstack/neutron/+/866489 | 15:13 |
opendevreview | Sebastian Lohff proposed openstack/neutron master: Gracefully restart dnsmasq to not break tcp DNS https://review.opendev.org/c/openstack/neutron/+/866489 | 15:15 |
ralonsoh | amorin, did you execute the installation script | 15:19 |
amorin | ah? No? | 15:19 |
ralonsoh | ./tools/configure_for_func_testing.sh /opt/stack/devstack | 15:19 |
amorin | ah! | 15:19 |
ralonsoh | the parameter is the location of your devstack repo | 15:19 |
amorin | ok! | 15:20 |
opendevreview | Merged openstack/neutron master: Reset the MeterIDGenerator singleton after each test https://review.opendev.org/c/openstack/neutron/+/866572 | 15:20 |
amorin | ralonsoh same after ./tools/configure_for_func_testing.sh /opt/stack/devstack | 16:43 |
amorin | should I export some sort of variable for this? | 16:43 |
ralonsoh | amorin, no, this tool install the configured DB backend | 16:44 |
ralonsoh | try using postgree | 16:44 |
amorin | how to do so? | 16:45 |
ralonsoh | amorin, | 16:49 |
ralonsoh | DATABASE_TYPE=postgresql | 16:49 |
ralonsoh | DATABASE_TYPE=mysql | 16:49 |
ralonsoh | under [[local|localrc]] | 16:49 |
frickler | amorin: maybe these exports also help https://docs.openstack.org/neutron/latest/contributor/testing/testing.html#id4 | 16:51 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Implement abstract "post_connect" in "MetadataAgentOvnSbIdl" https://review.opendev.org/c/openstack/neutron/+/866601 | 16:52 |
amorin | ack, thanks frickler ! | 16:52 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] [OVN] OVN monitor agent https://review.opendev.org/c/openstack/neutron/+/866480 | 16:53 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] [OVN] OVN monitor agent https://review.opendev.org/c/openstack/neutron/+/866480 | 17:27 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add an env variable "PROCESS_TAG" in ``ProcessManager`` https://review.opendev.org/c/openstack/neutron/+/865018 | 17: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 BGP | 18:22 |
-opendevstatus- NOTICE: The lists.opendev.org and lists.zuul-ci.org sites will be offline briefly for migration to a new server | 20:01 | |
*** dasm is now known as dasm|off | 22:51 | |
opendevreview | Merged openstack/neutron-tempest-plugin master: Update nested-virt testing for the 2023.1 cycle https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/857031 | 23:44 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!