diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-06-30 19:58:06 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-07-01 18:17:46 +0100 |
commit | bfc51b959d546f5fa8c6741b8283b9cc88942893 (patch) | |
tree | d2bb0ad5a83fea609008bd6293b6d089113c79ce | |
parent | dcda96588ceafeb1022bc4d1af7ac55e84115b88 (diff) | |
download | sos-bfc51b959d546f5fa8c6741b8283b9cc88942893.tar.gz |
[s390] remove "find /sys" from plugin
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/s390.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/s390.py b/sos/plugins/s390.py index f84ddc16..b9401880 100644 --- a/sos/plugins/s390.py +++ b/sos/plugins/s390.py @@ -55,7 +55,6 @@ class S390(Plugin, RedHatPlugin): "lscss", "lsdasd", "lstape", - "find /sys -type f", "find /proc/s390dbf -type f", "qethconf list_all", "lsqeth", |