[Bug 256796] gmultipath: fast-fail path-independent errors
Date: Wed, 23 Jun 2021 20:04:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256796 Bug ID: 256796 Summary: gmultipath: fast-fail path-independent errors Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: asomers@FreeBSD.org Whenever an underlying provider returns an error, gmultipath will fail that path and retry the command on another path, if any more remain. So with n total paths, every failing command will be tried up to n times. But some errors can't possibly be path-related. For example, SCSI MEDIUM ERROR. Those failures should be passed up the stack with no retries. -- You are receiving this mail because: You are the assignee for the bug.