aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@redhat.com>2016-05-05 13:25:41 -0400
committerBryn M. Reeves <bmr@redhat.com>2016-05-26 18:22:27 +0100
commite147aa3e1b288f5af434c0ad867a59b9d8292d13 (patch)
tree85d61dd48a37390a88f1686995cb4df64c9b54d1
parent7869bd482030edc25fbd3521286b42a3b29115f2 (diff)
downloadsos-e147aa3e1b288f5af434c0ad867a59b9d8292d13.tar.gz
[openvswitch] capture additional info from bonds
Provide more details for each bond device. Signed-off-by: Flavio Leitner <fbl@redhat.com>
-rw-r--r--sos/plugins/openvswitch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py
index c78ac95d..22c8680e 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -49,7 +49,9 @@ class OpenVSwitch(Plugin):
# List devices and their drivers
"dpdk_nic_bind --status",
# Capture a list of all bond devices
- "ovs-appctl bond/list"
+ "ovs-appctl bond/list",
+ # Capture more details from bond devices
+ "ovs-appctl bond/show"
])
# Gather additional output for each OVS bridge on the host.