DPDK port creation fails
Bug #1664862 reported by
Ruijing
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Michael Polenchuk | ||
Newton |
Fix Released
|
High
|
Michael Polenchuk |
Bug Description
1. Configuration
ISO: fuel-10.
Node1 (controller):
eth0: Admin, storage, Management, private
eth1: Public
Node2, Node3 (compute)
eth0: admin, storage, managment
eth1:
eth2: private (DPDK is enabled)
Node Attributes:
Nova CPU pinning: 1
DPDK CPU pinning: 2
Huge Pages:
Nova
2.0 MB: 512
DPDK: 1024
Settings: KVM
2. Result
1) deployment success
2) dpdk port creation fails (not expected)
root@node-3:~# sudo ovs-vsctl show | grep dpdk
Port "dpdk0"
Changed in fuel: | |
milestone: | none → 11.0 |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Fuel Sustaining (fuel-sustaining-team) |
To post a comment you must log in.
As a workaround on all the compute nodes run the following: openvswitch- switch- dpdk/ovs- vswitchd- dpdk
# update-alternatives --set ovs-vswitchd /usr/lib/
# sudo service openvswitch-switch restart