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