Comment 1 for bug 367098

Revision history for this message
Paul McCullagh (paul-mccullagh) wrote :

Hi Mark,

Thanks for the great bug report.

Doing that I/O in parallel looks like a good idea. The disk is totally under utilized.

According to iostat below the disk utilization (%util) is zero! And the wait time (await & svctm) as well. By issuing a lot of write in parallel we will probably be able to use the disk capacity better.

I will give it a try...