iscsictl uses authentication types (n)one, (c)hap and mutual (C)hap.

This commit is contained in:
mlelstv 2023-05-21 12:02:43 +00:00
parent c99fb69e72
commit dc30f1e972
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: volumes,v 1.1 2023/02/03 20:16:03 mlelstv Exp $ # $NetBSD: volumes,v 1.2 2023/05/21 12:02:43 mlelstv Exp $
# #
# Each line has 5 or 6 fields separated by white space # Each line has 5 or 6 fields separated by white space
# Comment lines start with # # Comment lines start with #
@ -6,7 +6,7 @@
# Host - the iSCSI server name, optionally followed by :port number # Host - the iSCSI server name, optionally followed by :port number
# Target - the iSCSI IQN target name # Target - the iSCSI IQN target name
# Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both) # Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both)
# Auth - '-' (none), 'c' (CHAP), 'C' (mutual CHAP) # Auth - 'n' (none), 'c' (CHAP), 'C' (mutual CHAP)
# User - name of user from /etc/iscsi/auths # User - name of user from /etc/iscsi/auths
# Alias - optional, another name for the target # Alias - optional, another name for the target
# #