On 06/16/2011 08:23 PM, Shaun wrote: > is it possible to tell open-iscsi which device to use. For example > lun1 to be /dev/iscsi/lun1 or something? Right now it's just > assigning random /dev/sdX which makes it hard for me to map in my > current setup.
The iscsi layer has no control over the device naming. We connect to the target and tell the scsi layer and udev to do its magic to find and name devices. In newer (like the last 4 or 5 years or so - so your distro should hopefully have it) you should have a /dev/disk/ dir that has persistent names, and you can make your own naming scheme by creating your own udev rules if you do not like the default ones. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
