freebsd-dev/sys/geom/mirror
Alexander Motin cbab616174 Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdown_post_sync to avoid extra flapping.

ZFS tends to not close devices on shutdown, that doesn't allow GEOM RAID
to shutdown gracefully.  To handle that, mark volume as clean just when
shutdown time comes and there are no active writes.

PR:		kern/113957
MFC after:	2 weeks
2013-01-15 01:13:55 +00:00
..
g_mirror_ctl.c Prevent removing of the last active component from a mirror. 2012-05-18 09:22:21 +00:00
g_mirror.c Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes 2013-01-15 01:13:55 +00:00
g_mirror.h Make geom_mirror more friendly to SSDs. To properly support TRIM, 2012-07-01 15:43:52 +00:00