Re: raid io requests not parallel?

From: Arjan van de Ven
Date: Sat Jul 15 2006 - 21:06:23 EST



> So.... why doesn't the raid issue the writes in parallel?

because you use O_DIRECT, which means your application waits for the
write to hit the disk before doing the next write ;)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/