Re: [PATCH 1/6] libata: Do not retry commands with valid autosense
From: Tejun Heo <tj@kernel.org>
Date: 2015-08-02 15:44:15
Also in:
linux-scsi
From: Tejun Heo <tj@kernel.org>
Date: 2015-08-02 15:44:15
Also in:
linux-scsi
Hello, On Fri, Jul 31, 2015 at 03:02:03PM +0200, Hannes Reinecke wrote:
If a failed command has a valid autosense there is no need to retry it on the ATA level; at best we're incurring the same error again. So rather not retry it here, but leave it to the SCSI layer to decide if a retry is in order.
Hmmm... I don't know. So, we change how we handle errors completely depending on how the device reports it? Doesn't seem like a particularly good idea to me. Thanks. -- tejun