From 2996b34ddff9ee495136c7cc965e02712c21054b Mon Sep 17 00:00:00 2001 From: Steffen Maier Date: Thu, 10 Aug 2023 12:02:35 +0200 Subject: [PATCH] dbginfo.sh: collect debug data for zdev site support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complements v2.24.0 commit c8ad5f57d0fc ("zdev: modify zdev_id to read the site_id from loadparm") and commit 2e89722ef0ec ("zdev: make site specific udev-rule for ccw"). Reviewed-by: Vineeth Vijayan Signed-off-by: Steffen Maier Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 60739ba8..403ad900 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -441,6 +441,7 @@ CONFIGFILES="\ /run/modules-load.d/*.conf\ /run/udev/chreiplzfcpmp-ipl-volume-id\ /run/udev/rules.d\ + /run/zdev_id.env\ " ########################################