mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
I often use "systool -v -m zfcp" but that's a bit longish to type and contains more output than just the parameters I'm interested in. "tail /sys/module/zfcp/parameters/*" is also not so nice. "lszfcp -Z" makes it very easy and can be combined with the other existing output options of lszfcp. 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>