public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* XFS on top of LVM span in AWS.  Stripe or are AG's good enough?
@ 2016-08-15 23:36 Jeff Gibson
  2016-08-16  0:59 ` Dave Chinner
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Gibson @ 2016-08-15 23:36 UTC (permalink / raw)
  To: xfs@oss.sgi.com


[-- Attachment #1.1: Type: text/plain, Size: 1162 bytes --]

So I'm creating an LVM volume with 8 AWS EBS disks that are spanned (linear) per Redhat's documentation for Gluster (https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3.1/html/Deployment_Guide_for_Public_Cloud/ch02s03.html#Provisioning_Storage_for_Three-way_Replication_Volumes).

2 questions-

1.  Will XFS's Allocation Groups essentially stripe the data for me or should I stripe the underlying volumes with LVM?  I'm not worried as much about data integrity with a stripe/span since Gluster is doing the redundancy work.

2.  AWS volumes sometimes have inconsistent performance.  If I understand things correctly, AG's run in parallel.  In a non-striped volume, if some of the AGs are temporarily slower to respond than others due to one of the underlying volumes being slow, will XFS prefer the quicker responding AGs or is I/O always evenly distributed?  If XFS prefers the more responsive AG's it seems to me that it would be better NOT to stripe the underlying disk since all AG's that are distributed in a stripe will continuously hit all component volumes, including the slow volume (unless if XFS compensates for this?)

Thank you

[-- Attachment #1.2: Type: text/html, Size: 2449 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

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

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

end of thread, other threads:[~2016-08-17 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 23:36 XFS on top of LVM span in AWS. Stripe or are AG's good enough? Jeff Gibson
2016-08-16  0:59 ` Dave Chinner
2016-08-16 17:05   ` Jeff Gibson
2016-08-16 17:37     ` Eric Sandeen
2016-08-17 16:23       ` Jeff Gibson
2016-08-17 17:26         ` Eric Sandeen

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