This bug was fixed in the package pyroute2 - 0.4.21-0.1ubuntu2.1~cloud0
---
pyroute2 (0.4.21-0.1ubuntu2.1~cloud0) xenial-queens; urgency=medium
.
* New update for the Ubuntu Cloud Archive.
.
pyroute2 (0.4.21-0.1ubuntu2.1) bionic; urgency=medium
.
* Increase default recv-buf
Uploads prepared for stein and train - once those have built in proposed
I'll run tests for queens->train.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904730
Title:
neutron-agent-sriov fails to c
This bug was fixed in the package pyroute2 - 0.5.9-0ubuntu2~cloud0
---
pyroute2 (0.5.9-0ubuntu2~cloud0) bionic-ussuri; urgency=medium
.
* New update for the Ubuntu Cloud Archive.
.
pyroute2 (0.5.9-0ubuntu2) focal; urgency=medium
.
[ Billy Olsen ]
* Increase default recv-b
This bug was fixed in the package pyroute2 - 0.5.14-0ubuntu1~cloud1
---
pyroute2 (0.5.14-0ubuntu1~cloud1) focal-victoria; urgency=medium
.
[ Billy Olsen ]
* Increase default recv-buf size (LP: #1904730)
- d/p/increase-recvbuf-size.patch-*: increase recvbuf size
from
** Tags removed: verification-needed-victoria
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904730
Title:
neutron-agent-sriov fails to create port
To manage notifications about this bug go to:
htt
This bug was fixed in the package pyroute2 - 0.5.14-0ubuntu1.1~cloud0
---
pyroute2 (0.5.14-0ubuntu1.1~cloud0) focal-wallaby; urgency=medium
.
* New update for the Ubuntu Cloud Archive.
.
pyroute2 (0.5.14-0ubuntu1.1) hirsute; urgency=medium
.
[ Billy Olsen ]
* Increase def
Verified for focal-victoria using the test script in comment #33
ubuntu@node-lepaute:~$ dpkg -l | grep pyroute2
ii python3-pyroute2 0.5.14-0ubuntu1~cloud0
all Python3 Netlink library
ubuntu@node-lepaute:~$ echo 63 | sudo tee
/sys/class/net/enp3s0f0/de
This does seem to be available into Victoria-proposed as well so I'm
marking this as needing verification for Victoria, as well as being fix-
committed
** Also affects: cloud-archive/victoria
Importance: Undecided
Status: New
** Changed in: cloud-archive/victoria
Status: New => F
Verified for bionic-ussuri using the test script in comment #33
ubuntu@node-lepaute:~$ dpkg -l | grep pyroute2
ii python3-pyroute2 0.5.9-0ubuntu1~cloud0
all Python3 Netlink library
ubuntu@node-lepaute:~$ echo 63 | sudo tee
/sys/class/net/en
Verified for focal-wallaby using test script in comment #33.
ubuntu@node-lepaute:~$ dpkg -l | grep pyroute2
ii python3-pyroute2 0.5.14-0ubuntu1~cloud0
all Python3 Netlink library
ubuntu@node-lepaute:~$ echo 63 | sudo tee
/sys/class/net/enp3s0f0/device
This bug was fixed in the package pyroute2 - 0.4.21-0.1ubuntu2.1
---
pyroute2 (0.4.21-0.1ubuntu2.1) bionic; urgency=medium
* Increase default recv-buf size (LP: #1904730)
- d/p/increase-recvbuf-size.patch: increase recvbuf size
from 16k to 32k.
-- Billy Olsen Thu, 10 D
For bionic, the provided test case needs some tweaks as the neutron
version on bionic does not have the provided functions. Instead, I've
written a quick test script that will exercise the pyroute2 code path to
exercise the errors. Still requires enabling vfs as James did.
Simple script is:
#!/us
Hello Michał, or anyone else affected,
Accepted pyroute2 into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/pyroute2/0.4.21-0.1ubuntu2.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
ht
This bug was fixed in the package pyroute2 - 0.5.9-0ubuntu2
---
pyroute2 (0.5.9-0ubuntu2) focal; urgency=medium
[ Billy Olsen ]
* Increase default recv-buf size (LP: #1904730)
- d/p/increase-recvbuf-size.patch-*: increase recvbuf size
from 16k to 64k.
-- Corey Bryant
This bug was fixed in the package pyroute2 - 0.5.14-0ubuntu1.1
---
pyroute2 (0.5.14-0ubuntu1.1) hirsute; urgency=medium
[ Billy Olsen ]
* Increase default recv-buf size (LP: #1904730)
- d/p/increase-recvbuf-size.patch-*: increase recvbuf size
from 16k to 64k.
-- Corey
** Changed in: cloud-archive/train
Status: New => Triaged
** Changed in: cloud-archive/stein
Status: New => Triaged
** Changed in: cloud-archive/queens
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
hirsute-proposed
$ python3
Python 3.9.5 (default, May 11 2021, 08:20:37)
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from neutron.privileged.agent.linux import ip_lib
>>> ip_lib.get_link_vfs('enp3s0f0', None)
{0: {'mac': 'c6:86:05:6c:c2:78', 'l
focal-proposed:
$ sudo python3
Python 3.8.10 (default, Jun 2 2021, 10:49:15)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from neutron.privileged.agent.linux import ip_lib
>>> ip_lib.get_link_vfs('enp3s0f0', None)
{0: {'mac': 'e6:f8:10:43:f5:6c'
Revision to test case to avoid need for all of openstack
[Test Case]
echo 63 | sudo tee /sys/class/net/enp3s0f0/device/sriov_numvfs
sudo apt install python3-neutron
sudo python3
>>> from neutron.privileged.agent.linux import ip_lib
>>> ip_lib.get_link_vfs('enp3s0f0', None)
Traceback (most recent c
Sponsored patch for bionic update (in UNAPPROVED queue for SRU team
review).
** Also affects: pyroute2 (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: pyroute2 (Ubuntu Bionic)
Importance: Undecided => High
** Changed in: pyroute2 (Ubuntu Bionic)
Status: New =
Hello Michał, or anyone else affected,
Accepted pyroute2 into hirsute-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/pyroute2/0.5.14-0ubuntu1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
htt
** Description changed:
[Impact]
Netlink calls to the kernel can return more than 16k bytes (they can
return 32k on newer kernels). The pyroute2 library has a default buffer
size of 16k and fails to read the data when kernel response data
overflows this.
One example of where user
22 matches
Mail list logo