11.2Smlelstv# $NetBSD: volumes,v 1.2 2023/05/21 12:02:43 mlelstv Exp $ 21.1Smlelstv# 31.1Smlelstv# Each line has 5 or 6 fields separated by white space 41.1Smlelstv# Comment lines start with # 51.1Smlelstv# 61.1Smlelstv# Host - the iSCSI server name, optionally followed by :port number 71.1Smlelstv# Target - the iSCSI IQN target name 81.1Smlelstv# Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both) 91.2Smlelstv# Auth - 'n' (none), 'c' (CHAP), 'C' (mutual CHAP) 101.1Smlelstv# User - name of user from /etc/iscsi/auths 111.1Smlelstv# Alias - optional, another name for the target 121.1Smlelstv# 131.1Smlelstv# for mutual CHAP, the target name is used to lookup the secret from 141.1Smlelstv# /etc/iscsi/auths 151.1Smlelstv# 161.1Smlelstv# 171.1Smlelstv# Host Target Digest Auth User Alias 18