public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Is xfs defrag *reliably* aligned to stripes?
@ 2010-11-22 19:18 Spelic
  2010-11-22 23:07 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: Spelic @ 2010-11-22 19:18 UTC (permalink / raw)
  To: xfs

Hello xfs people,

does the xfs defrag (xfs_fsr, I think) reliably aligns files to stripes?

There is one scenario which requires this: if you make raw disk images 
for virtual machines, you want such files to be reliably aligned to 
stripes.

Even if a complete defrag for one file is not possible because there is 
no contiguous free space (you remain e.g. with 2 trunks for one of such 
files you still need to ensure that every trunk begins exactly at the 
beginning of a stripe and ends exactly at the end of a stripe.

This is the only way to be able to align the guest filesystems to the 
RAID, inside the virtual machine.
(obviously this also requires some work by the system administrator 
because he needs to ensure that partitions inside the guest also are 
offsetted by multiples of the stripe size, ok, but it's still anyway 
needed that xfs_fsr guarantees total alignment to the stripes like I 
described)

Does it do that? Will it do that in the future?

Thank you

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is xfs defrag *reliably* aligned to stripes?
  2010-11-22 19:18 Is xfs defrag *reliably* aligned to stripes? Spelic
@ 2010-11-22 23:07 ` Dave Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2010-11-22 23:07 UTC (permalink / raw)
  To: Spelic; +Cc: xfs

On Mon, Nov 22, 2010 at 08:18:27PM +0100, Spelic wrote:
> Hello xfs people,
> 
> does the xfs defrag (xfs_fsr, I think) reliably aligns files to stripes?

No, the allocator does best effort attempts only.

> Does it do that? Will it do that in the future?

If the filesystem has large enough contiguous free space extents, it
will align the initial allocation to stripe unit, but once you age
the filesystem there is no guarantee this will be possible. use
"xfs_bmap -vvp" to look at the alignment of files.

Of course, this all only works if you mkfs your filesystem with
sunit/swidth or su/sw parameters....

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-22 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 19:18 Is xfs defrag *reliably* aligned to stripes? Spelic
2010-11-22 23:07 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox