geom mirror write performance problem
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Dec 7 10:09:51 PST 2005
On Wed, Dec 07, 2005 at 07:01:29PM +0100, OxY wrote:
+> it is not possible to test it..but i think it's ok..
+> it worked great, the 5.4->6.0 upgrade is the source of the problem..
Actually it is possible... You said, when only one component is
connected performance is fine.
You can try something like this:
# gmirror remove gm0 ad2
# swapoff /dev/mirror/gm0s1b (if you have one)
and then run this script:
#!/bin/sh
dd if=/dev/zero of=/dev/ad2s1b bs=1m count=1000 &
dd if=/dev/zero of=/dev/mirror/gm0s1b bs=1m count=1000 &
wait
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20051207/86c2bf35/attachment.bin
More information about the freebsd-geom
mailing list