Skip to content

Commit aadb2d1

Browse files
pzakhaDelphix Engineering
authored and
Delphix Engineering
committed
DLPX-71852 iSCSI: journal flooded with "Unable to locate Target IQN" messages (#2)
1 parent 9d11930 commit aadb2d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/target/iscsi/iscsi_target_login.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ void iscsi_target_login_sess_out(struct iscsi_conn *conn,
11541154
if (!new_sess)
11551155
goto old_sess_out;
11561156

1157-
pr_err("iSCSI Login negotiation failed.\n");
1157+
pr_debug("iSCSI Login negotiation failed.\n");
11581158
iscsit_collect_login_stats(conn, ISCSI_STATUS_CLS_INITIATOR_ERR,
11591159
ISCSI_LOGIN_STATUS_INIT_ERR);
11601160
if (!zero_tsih || !conn->sess)

drivers/target/iscsi/iscsi_target_nego.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ int iscsi_target_locate_portal(
11831183
*/
11841184
tiqn = iscsit_get_tiqn_for_login(t_buf);
11851185
if (!tiqn) {
1186-
pr_err("Unable to locate Target IQN: %s in"
1186+
pr_debug("Unable to locate Target IQN: %s in"
11871187
" Storage Node\n", t_buf);
11881188
iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR,
11891189
ISCSI_LOGIN_STATUS_SVC_UNAVAILABLE);

0 commit comments

Comments
 (0)