Skip to content

Commit 908129b

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

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
@@ -1091,7 +1091,7 @@ void iscsi_target_login_sess_out(struct iscsit_conn *conn,
10911091
if (!new_sess)
10921092
goto old_sess_out;
10931093

1094-
pr_err("iSCSI Login negotiation failed.\n");
1094+
pr_debug("iSCSI Login negotiation failed.\n");
10951095
iscsit_collect_login_stats(conn, ISCSI_STATUS_CLS_INITIATOR_ERR,
10961096
ISCSI_LOGIN_STATUS_INIT_ERR);
10971097
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
@@ -1227,7 +1227,7 @@ int iscsi_target_locate_portal(
12271227
*/
12281228
tiqn = iscsit_get_tiqn_for_login(t_buf);
12291229
if (!tiqn) {
1230-
pr_err("Unable to locate Target IQN: %s in"
1230+
pr_debug("Unable to locate Target IQN: %s in"
12311231
" Storage Node\n", t_buf);
12321232
iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR,
12331233
ISCSI_LOGIN_STATUS_SVC_UNAVAILABLE);

0 commit comments

Comments
 (0)