Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/iscsi Add missing template file for iscsid_volumes.
details: https://anonhg.NetBSD.org/src/rev/de56c5a20303
branches: trunk
changeset: 373337:de56c5a20303
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Fri Feb 03 20:16:03 2023 +0000
description:
Add missing template file for iscsid_volumes.
diffstat:
etc/iscsi/volumes | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r 8692051a440b -r de56c5a20303 etc/iscsi/volumes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/iscsi/volumes Fri Feb 03 20:16:03 2023 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index