
On Mon, Dec 1, 2014 at 5:26 PM, Chris Adams <cma@cmadams.net> wrote:
Once upon a time, Gianluca Cecchi <gianluca.cecchi@gmail.com> said:
Am I missing anyting simple?
Yep...
On the server offering iSCSI target: # tgtadm --lld iscsi --mode target --op show Target 1: iqn.2014-07.local.localdomain:store1 LUN: 1 SCSI ID: p_iscsi_store1_l LUN: 2 SCSI ID: p_iscsi_store1_l
Both LUNs have the same ID name, which confuses discovery (I've done the same thing before). This is a 16 character string, so make sure they are distinct/unique in that 16 characters.
It is annoying that scsi-target-utils lets you do this. -- Chris Adams <cma@cmadams.net> _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Arghhh! Actually the name I used is p_iscsi_store1_lun1 p_iscsi_store1_lun2 and the problem so should be that it is trimmed to 16 chars... I will try Thanks!!