<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
So I'm creating an LVM volume with 8 AWS EBS disks that are spanned (linear) per Redhat's documentation for Gluster (<a href="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" class="OWAAutoLink" id="LPlnk254608">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</a>).
  
<div><br>
</div>
<div>2 questions-</div>
<div><br>
</div>
<div>1.  <span style="font-family: Calibri, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">Will XFS's Allocation Groups essentially stripe the data</span><span style="font-family: Calibri, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;"> for
 me or s</span>hould 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.</div>
<div><br>
</div>
<div>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?<span>)</span></div>
<div><br>
</div>
<div>Thank you</div>
</div>
</body>
</html>