aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Castillo <jcastillo@redhat.com>2021-01-22 16:02:29 +0100
committerJake Hunsaker <jhunsake@redhat.com>2021-01-25 11:43:51 -0500
commitcef153228c705d2b25bcf38132105cf536b7c7cc (patch)
treeaca5008eaa1dcaf23ec280d768d96ac85b6c4913
parent86708fccccf44d9dd57a5d45cb11d06bac895b72 (diff)
downloadsos-cef153228c705d2b25bcf38132105cf536b7c7cc.tar.gz
[s390] Collect dasd.conf file
From RHBZ: The /etc/dasd.conf is the common configuration file for the dasd portion of s390, similar to how /etc/multipath.conf is to multipath. It has settings like failover timings, readonly settings, diag settings, etc. It's very useful to see what the customer has set in this file when doing an initial analysis of s390 and more specifically dasd (s390 storage) issues. It's also useful to have when suggesting dasd tuning changes to the customer. Related: RHBZ#1919277 Resolves: #2381 Signed-off-by: Jose Castillo <jcastillo@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r--sos/report/plugins/s390.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/s390.py b/sos/report/plugins/s390.py
index 9dbef115..2f67db8e 100644
--- a/sos/report/plugins/s390.py
+++ b/sos/report/plugins/s390.py
@@ -25,6 +25,7 @@ class S390(Plugin, IndependentPlugin):
"/proc/crypto",
"/proc/dasd/devices",
"/proc/dasd/statistics",
+ "/etc/dasd.conf",
"/proc/qeth",
"/proc/qeth_perf",
"/proc/qeth_ipa_takeover",