Date: Tue, 8 Dec 2009 22:43:29 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/geom/class/mirror geom_mirror.c Message-ID: <200912082243.nB8Mhgkb081985@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-12-08 22:43:29 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror geom_mirror.c Log: SVN rev 200282 on 2009-12-08 22:43:29Z by mav Change gmirror default balance algorithm from "split" to "load". "split" is very ineffective for devices with rotating media as HDDs. To be effective, it needs that transfer time reduction due to block splitting was bigger then access time increase due to non-sequential access. For modern HDDs I was able to reproduce it only with read sizes of 2MB and above, which is almost not applicable in real life. "load" algorithm same time is more universal and effective now. Reviewed by: pjd Revision Changes Path 1.19 +1 -1 src/sbin/geom/class/mirror/geom_mirror.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912082243.nB8Mhgkb081985>