diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2023-02-03 20:16:03 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2023-02-03 20:16:03 +0000 |
| commit | 7baa529a970207dd8c6300ac0da0518e6aa0c4e4 (patch) | |
| tree | 0ad57f08c8a51833f113dfbbdbcd60a0417f2bd4 /etc | |
| parent | e9fc46c3f9108bc9acb9002a5154acb5b84a5476 (diff) | |
Add missing template file for iscsid_volumes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/iscsi/volumes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/iscsi/volumes b/etc/iscsi/volumes new file mode 100644 index 00000000000..45eb3193177 --- /dev/null +++ b/etc/iscsi/volumes @@ -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 |
