Feature #3694
closedRFE: itadm increase the number of targets to 512 or 1024
0%
Description
From the mail list: http://comments.gmane.org/gmane.os.openindiana.general/12243
Thanks Mike La Spina for digging up the code links.
It looks like the itadm utility is limiting the number of targets.
The number of iscsi targets available is 1024.
xref: /illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/iscsit.h 55/* Max targets per system */ 56#define ISCSIT_MAX_TARGETS 1024
itadm is limiting it to 255
http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libiscsit/common/libiscsit.h
43<http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libiscsit/common/libiscsit.h#43>#define MAX_TARGETS<http://src.illumos.org/source/s?refs=MAX_TARGETS&project=illumos-gate> 255 /* maximum targets that may be created */
Can this value be increased to 512 or 1024?
thanks,
Geoff
Related issues