On Tue, Apr 09, 2024 at 11:26:00PM +0300, Sagi Grimberg wrote:
Forgot to update the commit message. What about:
On 09/04/2024 12:35, Daniel Wagner wrote:
From: Hannes Reinecke <hare@xxxxxxx>The patch title says that any authentication error is not retryable, and
Any authentication errors which are generated internally are always
non-retryable, so use negative error codes to ensure they are not
retried.
the patch body says "authentication errors which are generated locally
are non-retryable" so which one is it?
All authentication errors are non-retryable, so use negative error
codes to ensure they are not retried.
?