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