[RFE] Container driver uses deprecated brctl commands
Bug #1877410 reported by
Goutham Pacha Ravi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Low
|
Felipe Rodrigues |
Bug Description
"brctl" has been deprecated in some Linux distros (CentOS/RHEL [1], Fedora, Ubuntu..). The package that contains it, bridge-utils is deprecated in favor of the bridge command in iproute2 [2]
Several OpenStack projects have already moved away from it [3]
We should replace the use of brctl in the Container driver with iproute2 commands or
the pyroute2 library where possible.
[1] https:/
[2] https:/
[3] https:/
Changed in manila: | |
milestone: | victoria-1 → victoria-2 |
Changed in manila: | |
milestone: | victoria-2 → victoria-3 |
Changed in manila: | |
milestone: | victoria-3 → wallaby-rc1 |
Changed in manila: | |
assignee: | Goutham Pacha Ravi (gouthamr) → Felipe Rodrigues (felipefutty) |
Changed in manila: | |
milestone: | wallaby-rc1 → xena-1 |
Changed in manila: | |
milestone: | xena-1 → xena-2 |
Changed in manila: | |
milestone: | yoga-1 → yoga-2 |
Changed in manila: | |
milestone: | yoga-2 → yoga-3 |
Changed in manila: | |
milestone: | yoga-3 → yoga-rc1 |
Changed in manila: | |
milestone: | yoga-rc1 → zed-1 |
Changed in manila: | |
milestone: | zed-1 → zed-2 |
Changed in manila: | |
milestone: | zed-2 → zed-3 |
Changed in manila: | |
milestone: | zed-3 → zed-rc1 |
To post a comment you must log in.
When this bug is fixed, we've to get rid of the workaround committed to resolve https:/ /bugs.launchpad .net/manila/ +bug/1876820