https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200493
--- Comment #2 from Edward Tomasz Napierala <tr...@freebsd.org> --- The report is weird, because the bug is. I have no idea what could be causing this, and how to approach debugging it. More data points: the slowdown is there also for md(4). You can make things go faster by holding "enter" at the terminal; basically try this: kill -KILL 11 mdconfig -s1g while :; do dd if=/dev/md0 of=/dev/null bs=1m count=256; done and then see what happens when you hold down the enter key, and otherwise. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"