Hello Mike,
Here again, let me try to explain the problem
Initiator Target
10.1.1.2 10.1.1.1
2001::2 2001::1
node.startup=automatic
When the system reboots, the initiator login twice (TWO TCP
connections) with target on both IPv4/IPv6 addresses
where only one is required. Is there a way to limit this session at
iSCSI level, preferably on initiator?
Output of fdisk -l on initiator, the same target volume is listed as
/dev/sdc
/dev/sdd
Yes, under /dev/disk the exported volume is updated in by-id,by-uuid..
directories.
Th by-id is same("scsi-" is prepended) as the ScsiId param which I
configure in ietd.conf
/dev/disk/by-id/
scsi-14945540000000000313323334353637383930313233343536
I configured udev rule as per Redhat kbase
http://kbase.redhat.com/faq/FAQ_85_8082.shtm
KERNEL="sd*", BUS="scsi", PROGRAM="/sbin/scsi_id",
RESULT="14945540000000000313323334353637383930313233343536",
NAME="sdb%n"
So the two issues,
--initiator should login only once ( i can set to either IPv4/IPv6)
--the exported volume should be listed as /dev/sdb on the initiator
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---