Skip to content

Commit 79ae44d

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

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
@@ -1132,7 +1132,7 @@ void iscsi_target_login_sess_out(struct iscsit_conn *conn,
11321132
if (!new_sess)
11331133
goto old_sess_out;
11341134

1135-
pr_err("iSCSI Login negotiation failed.\n");
1135+
pr_debug("iSCSI Login negotiation failed.\n");
11361136
iscsit_collect_login_stats(conn, ISCSI_STATUS_CLS_INITIATOR_ERR,
11371137
ISCSI_LOGIN_STATUS_INIT_ERR);
11381138
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
@@ -1234,7 +1234,7 @@ int iscsi_target_locate_portal(
12341234
*/
12351235
tiqn = iscsit_get_tiqn_for_login(t_buf);
12361236
if (!tiqn) {
1237-
pr_err("Unable to locate Target IQN: %s in"
1237+
pr_debug("Unable to locate Target IQN: %s in"
12381238
" Storage Node\n", t_buf);
12391239
iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR,
12401240
ISCSI_LOGIN_STATUS_SVC_UNAVAILABLE);

0 commit comments

Comments
 (0)