diff options
-rw-r--r-- | sos/plugins/openvswitch.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index cc918041..babe3466 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -53,7 +53,9 @@ class OpenVSwitch(Plugin): # Capture more details from bond devices "ovs-appctl bond/show", # Capture LACP details - "ovs-appctl lacp/show" + "ovs-appctl lacp/show", + # Capture coverage stats" + "ovs-appctl coverage/show" ]) # Gather additional output for each OVS bridge on the host. |