https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216759

--- Comment #1 from [email protected] ---
Memory disks show writes are perfectly fine.

KVM:

# mdconfig -a -t swap -s 128m -u 1
# dd if=/dev/urandom of=/root/test bs=1M count=128
# dd if=/root/test of=/dev/md1 bs=1M
128+0 records in
128+0 records out
134217728 bytes transferred in 0.089190 secs (1504858419 bytes/sec)
# dd if=/root/test of=/dev/md1 bs=1M
128+0 records in
128+0 records out
134217728 bytes transferred in 0.056503 secs (2375411572 bytes/sec)

So seems some specific sysbench call ruins everything. Should we add
[benchmarks/sysbench] ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to