freebsd-dev/sys/geom/mirror
Pawel Jakub Dawidek 06697d4f59 Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give us
providers for tasting. Before this hack, race below is possible:
	SI_SUB_RAID (no not-fully-configured geoms, so don't block)
	GEOM tasting (now geoms are created)
	SI_SUB_MOUNT_ROOT (if root file system is placed on a mirror, it is
		possible that this mirror is not fully configured yet)
There is a lot of work to do to avoid such hacks and I need a working
solution before 5.3, sorry.

Reported by:	John Hay <jhay@icomtek.csir.co.za>
2004-10-14 07:55:29 +00:00
..
g_mirror_ctl.c Forgot to commit those: introduce hardcoded provider functionality, 2004-08-10 19:52:12 +00:00
g_mirror.c Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give us 2004-10-14 07:55:29 +00:00
g_mirror.h Just use MAXPHYS as maximum I/O request size, instead of using my own 2004-09-28 07:33:37 +00:00