mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
4036e80b26
Shows potential issues with FCP devices at one glance. Examples: $ lszfcp -He 0.0.5000 host1 offline 0.0.50c0 host6 failed 0.0.3c40 host7 defunct $ lszfcp -HeV /sys/devices/css0/0.0.0223/0.0.5000 offline /sys/class/fc_host/host1 /sys/class/scsi_host/host1 /sys/devices/css0/0.0.0226/0.0.50c0 failed /sys/class/fc_host/host6 /sys/class/scsi_host/host6 /sys/devices/css0/defunct/0.0.3c40 defunct /sys/class/fc_host/host7 /sys/class/scsi_host/host7 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>