# 
# This file defines the iSCSI Initiator Nodes view of its iSCSI Target Nodes
# Logical Units and mounts these to a directory structure.  This presisant mapping
# convention provides the following directory structure as shown below.
#
#	/iqn.YEAR-MN.com.domain.master.superturbodiskarray/device
# 
# These are two (2) directories created and mount starting at '/'.
# $IROOT can be optionally defined in /sbin/iscsi-mount.
#
# ******    For disabling acccess use a single '#' in front of entry.	  ******
#
# ******       Do not use duplicate DEVICE= entries using the same	  ******
# ****** iSCSI Channel ID, iSCSI Logical Unit Number, and Parition Number ****** 
#
#       iSCSI Channel ID 
#	| iSCSI Logical Unit Number
#       | | Parition Number
#       | | |     
#       | | |   iSCSI device mount point
#	| | |    |
#DEVICE="0 0 1 disk0a" # Channel 0, LUN 0, Partition 1 -> /iqn.target.example/disk0a
#DEVICE="0 0 2 disk0b" # Channel 0, LUN 0, Partition 2 -> /iqn.target.example/disk0b
#DEVICE="0 1 1 disk1a" # Channel 0, LUN 1, Partition 1 -> /iqn.target.example/disk1a
#DEVICE="0 2 1 disk2a" # Channel 0, LUN 2, Partition 1 -> /iqn.target.example/disk2a
#DEVICE="1 0 0 dvd0"   # Channel 1, LUN 0, Partition 0 -> /iqn.target.example/dvd0
#DEVICE="1 1 1 disk0a" # Channel 1, LUN 1, Partition 1 -> /iqn.target.example/disk0a
#DEVICE="1 1 2 disk0b" # Channel 1, LUN 1, Partition 2 -> /iqn.target.example/disk0b
#DEVICE="1 2 1 disk1a" # Channel 1, LUN 2, Partition 1 -> /iqn.target.example/disk1a
