On 2/23/11 11:42 AM, Jesse Keating wrote:
> On 2/23/11 5:00 AM, Josef Bacik wrote:
>> This would be a great thing in general since the default ext* image is
>> shrunk down to be installed which creates a bad fs layout which has
>> performance implications.
> 
> Can you expand upon this more?  The filesystem is shrunk down when the 
> live image is built, but then once it is installed the fs is resized to 
> fill out the physical disk / partition it is being installed to.

Shrinking down the filesystem tends to scramble it a bit.  All the allocator 
decisions that were made based on fs size at the time of install go out the 
window as resize2fs fills in every hole it can find to maximally compress the 
fs.

I haven't done a real analysis but I would expect that inode::data locality and 
filesystem fragmentation suffer as a result.

Resizing it back up after the install just attaches free space to the end of 
the shrunken fs.

-Eric
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to