diff options
-rw-r--r-- | sos/plugins/openvswitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index 8d691dcd..da043a42 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -38,7 +38,7 @@ class OpenVSwitch(Plugin): # to the Open vSwitch server, avoiding hangs when running sos. "ovs-vsctl -t 5 show", # Gather the database. - "ovsdb-client dump" + "ovsdb-client -f list dump" ]) # Gather additional output for each OVS bridge on the host. |