[Bug 178473] gmultipath(8) needs to be smarter about errors
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 17 17:33:56 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178473
Richard Kunert <rkunert at wisc.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rkunert at wisc.edu
--- Comment #4 from Richard Kunert <rkunert at wisc.edu> ---
I think what is needed is a gmultipath equivalent to the no_path_retry setting
in DM Multipath on Linux, which allows specifying the number of retries before
the queue is released and the I/O fails. I assume that would allow ZFS to
realize that something is wrong. Retrying forever is not always a rational or
useful behavior.
no_path_retry:
A numeric value for this attribute specifies the number of times the system
should attempt to use a failed path before disabling queuing.
A value of fail indicates immediate failure, without queuing.
A value of queue indicates that queuing should not stop until the path is
fixed.
I just set up a new FreeBSD server with dual HBAs, dual SAS expander
backplanes, etc., using gmultipath. I am on the verge of migrating the server
to Ubuntu and ZFS on Linux just to avoid this issue - particularly seeing that
it was reported years ago and there has been no movement.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list