Skip to content

Commit ac7cc46

Browse files
pzakhaDelphix Engineering
authored andcommitted
DLPX-71852 iSCSI: journal flooded with "Unable to locate Target IQN" messages (#2)
1 parent 234c466 commit ac7cc46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/target/iscsi/iscsi_target_login.c

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ int iscsi_target_locate_portal(
11911191
*/
11921192
tiqn = iscsit_get_tiqn_for_login(t_buf);
11931193
if (!tiqn) {
1194-
pr_err("Unable to locate Target IQN: %s in"
1194+
pr_debug("Unable to locate Target IQN: %s in"
11951195
" Storage Node\n", t_buf);
11961196
iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR,
11971197
ISCSI_LOGIN_STATUS_SVC_UNAVAILABLE);

0 commit comments

Comments
 (0)