commit 78909be8385a74e807b705821296a94cb09cb8ca Author: Bryn M. Reeves Date: Mon Aug 12 18:33:49 2013 +0100 Collect /proc/self/mountstats and /proc/self/mountinfo Signed-off-by: Bryn M. Reeves diff --git a/sos/plugins/filesys.py b/sos/plugins/filesys.py index 0ca3166..b8d6bab 100644 --- a/sos/plugins/filesys.py +++ b/sos/plugins/filesys.py @@ -31,6 +31,8 @@ class Filesys(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "/proc/filesystems", "/etc/fstab", "/proc/self/mounts", + "/proc/self/mountinfo", + "/proc/self/mountstats", "/proc/mounts" ]) self.add_cmd_output("mount -l", root_symlink = "mount")