summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2018-01-16 13:30:51 -0800
committerLee Duncan <lduncan@suse.com>2018-01-16 13:30:51 -0800
commit57b0463df9ec490c88bb979f6305344d07f5803a (patch)
tree3d360ebafb28188ce69bcd2e8ffb04e5e9f22995 /doc
parentc6ae303c2cdd34157dfc3a6dface0a7179e0d401 (diff)
downloadopen-iscsi-57b0463df9ec490c88bb979f6305344d07f5803a.tar.gz
Automate logging into iSCSI FW targets.
Add a script that logs into all iSCSI firmware targets, and add a udev rule to call that script when new targets are detected. Also, add a man page for the script.
Diffstat (limited to 'doc')
-rw-r--r--doc/iscsi_fw_login.816
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/iscsi_fw_login.8 b/doc/iscsi_fw_login.8
new file mode 100644
index 0000000..e9fccd2
--- /dev/null
+++ b/doc/iscsi_fw_login.8
@@ -0,0 +1,16 @@
+.TH "iscsi_fw_login" 8
+.SH NAME
+iscsi_fw_login \- Login to all iSCSI Firmware targets
+.SH SYNOPSIS
+.B iscsi_fw_login
+.SH DESCRIPTION
+This helper function logs into all known iSCSI firmware targets.
+.P
+It is meant as a helper function to be called by udev when new
+firmware targets are detected asynchronously.
+.SH AUTHOR
+Written by Lee Duncan
+.SH "REPORTING BUGS"
+Report bugs to <lduncan@suse.com>.
+.SH COPYRIGHT
+Copyright \(co 2015 Lee Duncan <lduncan@suse.com>