qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 00/17] Support mismatched host and guest logical


From: Christoph Hellwig
Subject: Re: [Qemu-devel] [PATCH 00/17] Support mismatched host and guest logical block sizes
Date: Wed, 21 Dec 2011 17:55:28 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

On Wed, Dec 14, 2011 at 01:40:22PM +0100, Paolo Bonzini wrote:
> If the partitions are aligned, the OS will always issue aligned requests, 
> because file system blocks are already 4k.

It won't nessecarily.  For example XFS will do a fair amount of sub-blocksize
I/O for metadata and the log.  Note that if you tell XFS that the
minimal_io_size is 4k it will at least align the log write to it, which
is what really matters.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]