[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-06-28 Thread James Page
** Changed in: openvswitch (Ubuntu)
   Status: New => Triaged

** Changed in: openvswitch (Ubuntu)
   Importance: Undecided => Wishlist

** Summary changed:

- ovs-vswitchd should consider lack of DPDK support fatal
+ ovs-vswitchd should consider lack of DPDK support when enabled fatal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support when enabled fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-helpers/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-23 Thread Drew Freiberger
Added monitoring elements to charmhelpers here:
https://github.com/juju/charm-helpers/pull/601

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-helpers/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-23 Thread Drew Freiberger
Added PR for layer:ovn which will need to later be re-synced into charm-
ovn-chassis.

https://github.com/openstack-charmers/charm-layer-ovn/pull/47

** Also affects: charm-helpers
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-helpers/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-23 Thread OpenStack Infra
Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/charm-neutron-gateway/+/787829

** Changed in: charm-neutron-gateway
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-gateway/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-21 Thread OpenStack Infra
Fix proposed to branch: master
Review: 
https://review.opendev.org/c/openstack/charm-neutron-openvswitch/+/787448

** Changed in: charm-neutron-openvswitch
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-gateway/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-20 Thread Drew Freiberger
Adding OVS related charms which should be instrumented with additional
NRPE check to alert on incompatible interfaces configured in the switch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-gateway/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-20 Thread Drew Freiberger
Here's a reproducer:

juju deploy ubuntu # onto a vm or metal, can't repro with lxd
juju ssh ubuntu/0 sudo apt-get install openvswitch-switch -y
juju ssh ubuntu/0 'sudo ovs-vsctl add-br br0; sudo ovs-vsctl add-port br0 
dpdk-p0 -- set Interface dpdk-p0 type=dpdk options:dpdk-devargs=:01:00.0'

Error output from the add-port command is:

ovs-vsctl: Error detected while setting up 'dpdk-p0': could not open network 
device dpdk-p0 (Address family not supported by protocol).  See ovs-vswitchd 
log for details.
ovs-vsctl: The default log directory is "/var/log/openvswitch".


You can then query 'ovs-vsctl show' and see:

Bridge br0
Port dpdk-p0
Interface dpdk-p0
type: dpdk
options: {dpdk-devargs=":01:00.0"}
error: "could not open network device dpdk-p0 (Address family 
not supported by protocol)"
Port br0
Interface br0
type: internal


ovs-vsctl -f csv list Interface | grep 'not supported'

provides a response that could also be alerted on as an active
configuration issue rather than alerting on presence of the log entry.

$ sudo ovs-vsctl -f csv list Interface |grep 'not supported'
556792cf-733a-48fd-aeb1-9423c68e354e,[],{},{},[],[],[],[],[],[],[],[],"""could 
not open network device dpdk-p0 (Address family not supported by 
protocol)""",{},[],0,0,[],[],[],[],{},[],[],[],[],dpdk-p0,-1,[],"{dpdk-devargs="":01:00.0""}",{},{},{},dpdk


** Also affects: charm-neutron-openvswitch
   Importance: Undecided
   Status: New

** Also affects: charm-neutron-gateway
   Importance: Undecided
   Status: New

** Also affects: charm-ovn-chassis
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-gateway/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1912847] Re: ovs-vswitchd should consider lack of DPDK support fatal

2021-04-19 Thread Drew Freiberger
** Merge proposal linked:
   
https://code.launchpad.net/~afreiberger/charm-prometheus-grok-exporter/+git/charm-prometheus-grok-exporter/+merge/401421

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1912847

Title:
  ovs-vswitchd should consider lack of DPDK support fatal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1912847/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs