diff options
-rw-r--r-- | sos/report/plugins/openvswitch.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sos/report/plugins/openvswitch.py b/sos/report/plugins/openvswitch.py index 76bbf8ed..4792371d 100644 --- a/sos/report/plugins/openvswitch.py +++ b/sos/report/plugins/openvswitch.py @@ -53,8 +53,11 @@ class OpenVSwitch(Plugin): "ovs-vsctl -t 5 show", # Gather the database. "ovsdb-client -f list dump", - # List the contents of runtime directory + # List the contents of important runtime directories "ls -laZ /run/openvswitch", + "ls -laZ /dev/hugepages/", + "ls -laZ /dev/vfio", + "ls -laZ /var/lib/vhost_sockets", # List devices and their drivers "dpdk_nic_bind --status", "dpdk_devbind.py --status", |