freebsd-dev/sys/geom/mirror
Pawel Jakub Dawidek d4b0268a24 - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1
to preserve currect behaviour). When set to 0, components are not
  disconnected - gmirror will try to still use them (only first error will
  be logged). This is helpful when we have two broken components, but in
  different places, so actually all data is available.
  Such buggy component will be visible in 'gmirror list' output with flag
  BROKEN.
- Never disconnect the last valid component. If we detect errors there we
  will just pass them up. This wasn't reasonable to deny access to the
  whole provider because of one broken sector.

Prodded by:	ru
MFC after:	3 days
2006-02-11 17:39:29 +00:00
..
g_mirror_ctl.c Remove trailing spaces. 2006-02-01 12:06:01 +00:00
g_mirror.c - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1 2006-02-11 17:39:29 +00:00
g_mirror.h - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1 2006-02-11 17:39:29 +00:00