Bug 908368
Summary: | targetcli: How to access different LUNs using different IQNs. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Bruno Goncalves <bgoncalv> | ||||
Component: | targetcli | Assignee: | Andy Grover <agrover> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Bruno Goncalves <bgoncalv> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.0 | CC: | nyewale | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-04-24 11:58:12 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Bruno Goncalves
2013-02-06 14:30:07 UTC
Created attachment 693961 [details]
targetcli ls output
rpm -q targetcli targetcli-2.0rc1.fb19-1.el7.noarch I think you should be able to use a single TPG, but just map different luns to each initiator via separate ACLs? Also, separate TPGs should not allow you to use the same NetworkPortal for both, I think this is only slightly related but will be fixed in kernel 3.9 most likely. It seems to work. The only problem when having more than one ACL per TPG is that every new LUN that is created on TPG is automatically mapped to all ACLS... Ah ok, for that do "set global auto_add_mapped_luns=false". perfect, it does work. |