You want to create a new LUN, LUN ID =1, on a new target, target ID = 2.
Inspect the current state of targets and LUNs in the output from tgt-admin --s. The output is filtered to show only target and LUN associations.
[root@EDFAR9P0 init.d]# tgt-admin --s | egrep --i 'target|lun'
Target 1: iqn.2013-03.com.example.mypc:1
LUN information:
LUN: 0
LUN: 1
LUN: 2
LUN: 3
You want to add a new LUN to a new target by using the /iSCSIsharedDisk/physDisk4.img disk image file.
Which two options would you use to do this?
Currently there are no comments in this discussion, be the first to comment!