Home | History | Annotate | Line # | Download | only in iscsi
      1 # $NetBSD: volumes,v 1.2 2023/05/21 12:02:43 mlelstv Exp $
      2 #
      3 # Each line has 5 or 6 fields separated by white space
      4 # Comment lines start with #
      5 #
      6 # Host - the iSCSI server name, optionally followed by :port number
      7 # Target - the iSCSI IQN target name
      8 # Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both)
      9 # Auth - 'n' (none), 'c' (CHAP), 'C' (mutual CHAP)
     10 # User - name of user from /etc/iscsi/auths
     11 # Alias - optional, another name for the target
     12 #
     13 # for mutual CHAP, the target name is used to lookup the secret from
     14 # /etc/iscsi/auths
     15 #
     16 #
     17 # Host   Target                     Digest Auth User   Alias
     18