diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-08-12 18:33:49 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-08-12 18:33:49 +0100 |
commit | 82f5265c9b83079d4ea356e306ff1cb6a2e7f569 (patch) | |
tree | f3535aa0347e4c7a54b8120e084a9bb3a77bf762 | |
parent | 245b4690aaae4aba11da28b79a5429249b82add3 (diff) | |
download | sos-82f5265c9b83079d4ea356e306ff1cb6a2e7f569.tar.gz |
Collect /proc/self/mountstats and /proc/self/mountinfo
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/filesys.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/filesys.py b/sos/plugins/filesys.py index 0ca3166d..b8d6bab9 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") |