All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <mchristi@redhat.com>
To: target-devel@vger.kernel.org
Subject: Re: [PATCH 2/4] target: log Data-Out timeouts as errors
Date: Tue, 09 Oct 2018 15:56:21 +0000	[thread overview]
Message-ID: <5BBCCFA5.3070104@redhat.com> (raw)
In-Reply-To: <20181009113706.27696-3-ddiss@suse.de>

On 10/09/2018 06:37 AM, David Disseldorp wrote:
> Data-Out timeouts resulting in connection outages should be logged as
> errors.
> 
> Signed-off-by: David Disseldorp <ddiss@suse.de>
> ---
>  drivers/target/iscsi/iscsi_target_erl1.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/target/iscsi/iscsi_target_erl1.c b/drivers/target/iscsi/iscsi_target_erl1.c
> index 5efa42b939a1..d75cc11ca83c 100644
> --- a/drivers/target/iscsi/iscsi_target_erl1.c
> +++ b/drivers/target/iscsi/iscsi_target_erl1.c
> @@ -1169,13 +1169,13 @@ void iscsit_handle_dataout_timeout(struct timer_list *t)
>  	na = iscsit_tpg_get_node_attrib(sess);
>  
>  	if (!sess->sess_ops->ErrorRecoveryLevel) {
> -		pr_debug("Unable to recover from DataOut timeout while"
> -			" in ERL=0.\n");
> +		pr_err("Unable to recover from DataOut timeout while"
> +			" in ERL=0, closing iSCSI connection.\n");
>  		goto failure;
>  	}
>  
>  	if (++cmd->dataout_timeout_retries = na->dataout_timeout_retries) {
> -		pr_debug("Command ITT: 0x%08x exceeded max retries"
> +		pr_err("Command ITT: 0x%08x exceeded max retries"
>  			" for DataOUT timeout %u, closing iSCSI connection.\n",
>  			cmd->init_task_tag, na->dataout_timeout_retries);
>  		goto failure;
> 

For this and the nop one I think we should print something so we know
what session failed. For the nop one the sid can change on relogin if
this was the only session, so you can't later match it from the logs and
configfs.

Maybe in the nop/dataout failure path add the I_T nexus values for the
failed session in the failure message or maybe for both messages log the
{sid, cid}  but then on login also log a message indicating a connection
logged in and the I_T nexus to sid/cid mapping.

  reply	other threads:[~2018-10-09 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09 11:37 [PATCH 2/4] target: log Data-Out timeouts as errors David Disseldorp
2018-10-09 15:56 ` Mike Christie [this message]
2018-10-09 16:00 ` Mike Christie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5BBCCFA5.3070104@redhat.com \
    --to=mchristi@redhat.com \
    --cc=target-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.