Actions
Bug #2902
closediscsit should fold the case of scsi names that we get from initiators
Start date:
2012-06-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
During creation of the target with EUI iSCSI name, itadm folds the name uppercase, while MS iSCSI initiator sends the target name all lowercase during login.
Jun 7 18:02:15 deneb idm: [ID 913382 kern.notice] NOTICE: idm_conn_event_handler: conn ffffff03b64fe000 event CE_CONNECT_ACCEPT(15) Jun 7 18:02:15 deneb idm: [ID 441404 kern.notice] NOTICE: idm_update_state: conn ffffff03b64fe000, evt CE_CONNECT_ACCEPT(15), CS_S1_FREE(1) --> CS_S3_XPT_UP(3) Jun 7 18:02:15 deneb idm: [ID 454935 kern.notice] NOTICE: idm_notify_client: ic=ffffff03b64fe000 CN_CONNECT_ACCEPT(1) Jun 7 18:02:15 deneb idm: [ID 913382 kern.notice] NOTICE: idm_conn_event_handler: conn ffffff03b64fe000 event CE_LOGIN_RCV(17) Jun 7 18:02:15 deneb idm: [ID 441404 kern.notice] NOTICE: idm_update_state: conn ffffff03b64fe000, evt CE_LOGIN_RCV(17), CS_S3_XPT_UP(3) --> CS_S4_IN_LOGIN(4) Jun 7 18:02:15 deneb iscsit: [ID 417014 kern.notice] NOTICE: login_sm_event_dispatch: ict ffffff03b6501000 event ILE_LOGIN_RCV(1) Jun 7 18:02:15 deneb iscsit: [ID 210191 kern.notice] NOTICE: login_sm_new_state: conn ffffff03b64fe000 ILS_LOGIN_INIT (1) --> ILS_LOGIN_PROCESSING (3) Jun 7 18:02:15 deneb iscsit: [ID 846553 kern.notice] NOTICE: conn ffffff03b64fe000: initiator=iqn.1991-05.com.microsoft:altair Jun 7 18:02:15 deneb iscsit: [ID 543038 kern.notice] NOTICE: conn ffffff03b64fe000: target=eui.0123456789abcdef <------------------------------------------------------------------------------ Jun 7 18:02:15 deneb iscsit: [ID 997413 kern.notice] NOTICE: conn ffffff03b64fe000: sessiontype=Normal Jun 7 18:02:15 deneb iscsit: [ID 417014 kern.notice] NOTICE: login_sm_event_dispatch: ict ffffff03b6501000 event ILE_LOGIN_RESP_READY(2) Jun 7 18:02:15 deneb iscsit: [ID 210191 kern.notice] NOTICE: login_sm_new_state: conn ffffff03b64fe000 ILS_LOGIN_PROCESSING (3) --> ILS_LOGIN_RESPONDING (4) Jun 7 18:02:15 deneb idm: [ID 913382 kern.notice] NOTICE: idm_conn_event_handler: conn ffffff03b64fe000 event CE_LOGIN_FAIL_SND(20) Jun 7 18:02:15 deneb idm: [ID 441404 kern.notice] NOTICE: idm_update_state: conn ffffff03b64fe000, evt CE_LOGIN_FAIL_SND(20), CS_S4_IN_LOGIN(4) --> CS_S9B_WAIT_SND_DONE(14) Jun 7 18:02:15 deneb idm: [ID 913382 kern.notice] NOTICE: idm_conn_event_handler: conn ffffff03b64fe000 event CE_LOGIN_FAIL_SND_DONE(21) Jun 7 18:02:15 deneb iscsit: [ID 417014 kern.notice] NOTICE: login_sm_event_dispatch: ict ffffff03b6501000 event ILE_LOGIN_ERROR(5) Jun 7 18:02:15 deneb iscsit: [ID 210191 kern.notice] NOTICE: login_sm_new_state: conn ffffff03b64fe000 ILS_LOGIN_RESPONDING (4) --> ILS_LOGIN_ERROR (8) Jun 7 18:02:15 deneb idm: [ID 441404 kern.notice] NOTICE: idm_update_state: conn ffffff03b64fe000, evt CE_LOGIN_FAIL_SND_DONE(21), CS_S9B_WAIT_SND_DONE(14) --> CS_S9_INIT_ERROR(9) Jun 7 18:02:15 deneb idm: [ID 454935 kern.notice] NOTICE: idm_notify_client: ic=ffffff03b64fe000 CN_CONNECT_LOST(6) Jun 7 18:02:15 deneb idm: [ID 454935 kern.notice] NOTICE: idm_notify_client: ic=ffffff03b64fe000 CN_CONNECT_DESTROY(7)
Updated by Yuri Pankov over 6 years ago
- Subject changed from MS iSCSI initiator unable to login to targets with EUI iSCSI name to iscsit should fold the case of scsi names that we get from initiators
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by Yuri Pankov over 6 years ago
- Status changed from In Progress to Pending RTI
- % Done changed from 50 to 90
Updated by Electric Monk over 6 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 90 to 100
git commit 1ef6182819f36233702ddc54686e703bb23a0153
commit 1ef6182819f36233702ddc54686e703bb23a0153 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2016-03-26T03:04:13.000Z 2902 iscsit should fold the case of scsi names that we get from initiators Reviewed by: Steve Peng <steve.peng@nexenta.com> Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions