ceph / ceph-iscsi-config

NOTICE: moved to https://github.com/ceph/ceph-iscsi
GNU General Public License v3.0
22 stars 28 forks source link

Support for multiple iSCSI Targets #61

Closed hydro-b closed 6 years ago

hydro-b commented 6 years ago

Currently only one iSCSI Target is supported. Multiple iSCSI Targets would allow for strict seperation of iSCSI Targets in different network segments (VLAN, interfaces). Each Target would have it's own Target Portal Groups and Portals. A "per tenant" Target configuration would be possible, exposing only those targets in a specific network to iSCSI clients.

hydro-b commented 6 years ago

targetcli allows for such a configuration, gwcli doesn't. Is there a technical restriction to not support multiple iSCSI targets?

mikechristie commented 6 years ago

We basically thought it would be easier for users initially and have not had time to implement it.

Discussion for this is here: https://github.com/open-iscsi/tcmu-runner/issues/400