mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
6d31760872
s390-tools-1.8.0 introduced a regression skipping all FCP devices that are currently "defunct". Changing $SYSFS/devices/css0/*/*/host* to $SYSFS/devices/css0/[0-9]*/[0-9]*/host* was too strict as it won't match $SYSFS/devices/css0/defunct/[0-9]*/host* anymore. Fix: $SYSFS/devices/css0/[0-9d]*/[0-9]*/host* Signed-off-by: Steffen Maier <maier@linux.ibm.com> Reviewed-by: Jens Remus <jremus@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>