Miquel van Smoorenburg <miquels@cistron.nl> wrote: > > The thing is, the bio's are submitted perfectly sequentially. It's just that > every so often a request (with just its initial bio) gets stuck for a while. > Because the bio's after it are merged and sent to the device, it's not > possible to merge that stuck request later on when it gets unstuck, because > the other bio's have already left the building so to speak. Oh. So the raid controller's queue depth is larger than the kernel's. So everything gets immediately shovelled into the device and the kernel is left with nothing to merge the little request against. Shouldn't the controller itself be performing the insertion? _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/