Hi all,
Do we need to create a different iSCSI group for different host? Because I thought iSCSI group is to group hosts/initiator based on OS like vmware, Windows.
My case is:
I have an ESXi host: vm1.
I setup:
/vol/vol0/qtvm1/lun0 50g
iSCSI group: ig_vm1
Using lun setup I map the lun and the iSCSI group
Now I have a 2nd ESXi host: vm2
I setup:
/vol/vol0/qtvm2/lun0 100g
Using lun setup I map the lun to the SAME iSCSI group (ig_vm1).
The results:
I cannot see the LUN from vm2
The LUN apprears in vm1
Remediation:
I unmap the LUN /vol/vol0/qtvm2/lun0 from ig_vm1 and create another iSCSI group for it and map it. Now it shows in vm2.
Conclusion:
We should create different iSCSI group for each host?
Thank you.