Print this page
NEX-16625 Max amount of iSCSI targets is hard limited with doorfs core definitions
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-15582 libipmi doesn't support Get Chassis Status IPMI command
Reviewed by: Dan Fields <dan.fields@nexenta.com>
8963 default chunk size used by ipmi_fru_read() is too large for some SP's
Author: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
8967 libipmi: add support for GET_CHASSIS_STATUS command
8974 fac_prov_ipmi should support binding by entity id and instance
8975 ipmi topo plugin should automatically enumerate sensors on nodes it enumerates
8976 ipmi enumerator should include FRU identity information in FMRI authority
8977 ipmi enumerator doesn't always enumerate nested entities
8978 Add topo facility method for controlling chassis ident indicator
Author: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Yuri Pankov <yuripv@icloud.com>
Reviewed by: Ben Sims <bensims@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
NEX-15955 Support for more than 255 iSCSI Targets
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
NEX-15955 Support for more than 255 iSCSI Targets
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
NEX-7851 NS 5 iscsi targets IQN are "illumos.org" and should be "nexenta.com"
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>

*** 21,31 **** /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* ! * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ #ifndef _LIBISCSIT_H #define _LIBISCSIT_H --- 21,31 ---- /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* ! * Copyright 2018 Nexenta Systems, Inc. All rights reserved. */ #ifndef _LIBISCSIT_H #define _LIBISCSIT_H
*** 38,48 **** #ifdef __cplusplus extern "C" { #endif ! #define MAX_TARGETS 255 /* maximum targets that may be created */ #define MAX_TPGT 256 #define CFG_TPGTLIST "tpgt-list" #define IS_IQN_NAME(s) (strncmp((s), "iqn.", 4) == 0) #define IS_EUI_NAME(s) (strncmp((s), "eui.", 4) == 0) --- 38,48 ---- #ifdef __cplusplus extern "C" { #endif ! #define MAX_TARGETS 4095 /* maximum targets that may be created */ #define MAX_TPGT 256 #define CFG_TPGTLIST "tpgt-list" #define IS_IQN_NAME(s) (strncmp((s), "iqn.", 4) == 0) #define IS_EUI_NAME(s) (strncmp((s), "eui.", 4) == 0)
*** 50,60 **** /* * We change the default IQN here to org.illumos. * Other distros using it need to change accordingly. */ ! #define DEFAULT_IQN "iqn.2010-08.org.illumos:" /* * Object Hierarchy * * _______________________ --- 50,60 ---- /* * We change the default IQN here to org.illumos. * Other distros using it need to change accordingly. */ ! #define DEFAULT_IQN "iqn.2005-07.com.nexenta:" /* * Object Hierarchy * * _______________________