From 5a1cdabc085bc9ccaedc5aff7c49a2d0ea5d6e12 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 12 Aug 2022 02:55:43 +0000 Subject: rescan-scsi-bus.sh: add option --no-lip-scan lip is a FC operation and can be used to rescan device but it can not specify the channel and target. So add a new option to scan FC hosts according to the SCSI general interface in sysfs: /sys/class/scsi_host/hostX/scan. The default value of no_lip_scan is 0 which does not change the default behavior. Fix https://github.com/doug-gilbert/sg3_utils/issues/20 Signed-off-by: Wenchao Hao git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@967 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- doc/rescan-scsi-bus.sh.8 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'doc/rescan-scsi-bus.sh.8') diff --git a/doc/rescan-scsi-bus.sh.8 b/doc/rescan-scsi-bus.sh.8 index 1533791d..96f86c33 100644 --- a/doc/rescan-scsi-bus.sh.8 +++ b/doc/rescan-scsi-bus.sh.8 @@ -1,4 +1,4 @@ -.TH RESCAN\-SCSI\-BUS.SH "1" "May 2022" "rescan\-scsi\-bus.sh" "User Commands" +.TH RESCAN\-SCSI\-BUS.SH "1" "August 2022" "rescan\-scsi\-bus.sh" "User Commands" .SH NAME rescan-scsi-bus.sh \- script to add and remove SCSI devices without rebooting .SH SYNOPSIS @@ -9,11 +9,12 @@ rescan-scsi-bus.sh \- script to add and remove SCSI devices without rebooting [\fI\-\-hosts=HLIST\fR] [\fI\-\-ids=TLIST\fR] [\fI\-\-ignore\-rev\fR] [\fI\-\-issue\-lip\fR] [\fI\-i\fR] [\fI\-\-issue\-lip\-wait=SECS\fR] [\fI\-I SECS\fR] [\fI\-l\fR] [\fI\-L NUM\fR] [\fI\-\-largelun\fR] -[\fI\-\-luns=LLIST\fR] [\fI\-m\fR] [\fI\-\-multipath\fR] [\fI\-\-nooptscan\fR] -[\fI\-\-nosync\fR] [\fI\-\-remove\fR] [\fI\-\-removelun2\fR] -[\fI\-\-resize\fR] [\fI\-\-sparselun\fR] [\fI\-\-sync\fR] -[\fI\-\-timeout=SECS\fR] [\fI\-\-update\fR] [\fI\-\-version\fR] -[\fI\-\-wide\fR] [\fIHOST1 \fR[\fIHOST2 \fR...]] +[\fI\-\-luns=LLIST\fR] [\fI\-m\fR] [\fI\-\-multipath\fR] +[\fI\-\-no\-lip\-scan\fR] [\fI\-\-nooptscan\fR] [\fI\-\-nosync\fR] +[\fI\-\-remove\fR] [\fI\-\-removelun2\fR] [\fI\-\-resize\fR] +[\fI\-\-sparselun\fR] [\fI\-\-sync\fR] [\fI\-\-timeout=SECS\fR] +[\fI\-\-update\fR] [\fI\-\-version\fR] [\fI\-\-wide\fR] +[\fIHOST1 \fR[\fIHOST2 \fR...]] .SH OPTIONS Option are ordered by their long name. Those without a long name are ordered as if their single letter was a long name. @@ -79,6 +80,9 @@ scan only lun(s) in \fINLIST\fR \fB\-m\fR, \fB\-\-multipath\fR update multipath devices [default: disabled] .TP +\fB\-\-no\-lip\-scan\fR +don't scan FC Host when the \fI\-\-issue\-lip\fR option is also given. +.TP \fB\-\-nooptscan\fR don't stop looking for LUNs is 0 is not found .TP -- cgit v1.2.3