From 5349c950e9a6ac8fbed83b10ab2cb1c4442e31e4 Mon Sep 17 00:00:00 2001 From: astokes Date: Thu, 26 Jun 2008 14:14:05 +0000 Subject: resolves: rhbz443037 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@494 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/lib/sos/plugins/filesys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/sos/plugins/filesys.py b/src/lib/sos/plugins/filesys.py index 93645314..3e3a7fba 100644 --- a/src/lib/sos/plugins/filesys.py +++ b/src/lib/sos/plugins/filesys.py @@ -34,6 +34,6 @@ class filesys(sos.plugintools.PluginBase): self.collectExtOutput("/sbin/fdisk -l", root_symlink = "fdisk-l") for extfs in self.doRegexFindAll(r"^(/dev/.+) on .+ type ext.\s+", mounts): - self.collectExtOutput("/sbin/tune2fs -l %s" % (extfs)) + self.collectExtOutput("/sbin/dumpe2fs %s" % (extfs)) return -- cgit