Module Name:    src
Committed By:   mlelstv
Date:           Fri Feb  3 20:16:03 UTC 2023

Added Files:
        src/etc/iscsi: volumes

Log Message:
Add missing template file for iscsid_volumes.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/etc/iscsi/volumes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/etc/iscsi/volumes
diff -u /dev/null src/etc/iscsi/volumes:1.1
--- /dev/null	Fri Feb  3 20:16:03 2023
+++ src/etc/iscsi/volumes	Fri Feb  3 20:16:03 2023
@@ -0,0 +1,17 @@
+# $NetBSD: volumes,v 1.1 2023/02/03 20:16:03 mlelstv Exp $
+#
+# Each line has 5 or 6 fields separated by white space
+# Comment lines start with #
+#
+# Host - the iSCSI server name, optionally followed by :port number
+# Target - the iSCSI IQN target name
+# Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both)
+# Auth - '-' (none), 'c' (CHAP), 'C' (mutual CHAP)
+# User - name of user from /etc/iscsi/auths
+# Alias - optional, another name for the target
+#
+# for mutual CHAP, the target name is used to lookup the secret from
+# /etc/iscsi/auths
+#
+#
+# Host   Target                     Digest Auth User   Alias

Reply via email to