<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 8, 2016 at 4:06 PM, Lindsay Mathieson <span dir="ltr">&lt;<a href="mailto:lindsay.mathieson@gmail.com" target="_blank">lindsay.mathieson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 9/08/2016 6:39 AM, David Gossage wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Currently each of 3 nodes is on a 6 disk (WD Red 1TB) raidz6 (zil on mirrored ssd), which I am thinking is more protection than I may need with a 3 way replica.  I was going to one by one change them to basically raid10 letting it heal in between.<br>
</blockquote>
<br>
Wouldn&#39;t RAID10 be more protection than Raidz6? not that there is anything wrong with that, all my bricks are on top of a RAIDZ10 pool, as much for the improved IOPS as the redundancy, though it does ease the maintance of bricks quite a bit. Have had two drive failures where I just hotswapped the drive, 0 downtime.<br></blockquote><div><br></div><div>RAID10 you can lose as many drives as mirror pairs set as long as they aren&#39;t in same mirror set.  Raidz6/raid6 you can lose any 2 drives and still stay up regardless of position so it&#39;s less crossing fingers if multiple drives fail back to back.  However performance is better for raid10.  So I am basically looking at slightly increasing chance of one brick/node dropping if I had 2 drives die that happened to be in same mirror set, in order to squeeze a little more performance out of setup.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
As a matter of curiosity what SSD&#39;s are you using for the ZIL and what size are they?<br></blockquote><div><br></div><div>Samsung Pro 850&#39;s.  small lvm&#39;s partitioned to mirror for zil, other 2 larger partitions as l2arc.  Im seeing same you are though with poort hit ratio and may just drop their use.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Do you have compression enabled? lz4?<br></blockquote><div><br></div><div>No, I wasn&#39;t that concerned with space usage.  WD Red&#39;s are fairly cheap and I have 12-14 drive bays free in the 4U servers used if I want to expand storage </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is best way to do that a systemctl stop glusterd, should I just kill the brick process to simulate a brick dying, or is their an actual brick maintenance command?<br>
</blockquote>
<br>
There is a gluster replace brick command:<br>
<br>
   volume replace-brick &lt;VOLNAME&gt; &lt;SOURCE-BRICK&gt; &lt;NEW-BRICK&gt; {commit force}<br>
<br>
One annoyance is the new brick mount can&#39;t be the same as the old one. If you can I&#39;d setup a test volume and try it out first.</blockquote><div><br></div><div>That&#39;s what I used when replacing the server with a bad nic short while ago, but wasn&#39;t certain if it would just heal whole brick since gluster config and directories would still consider it part of the volume just with no data in folder.</div><div><br></div><div>My single server dev could likely test it.  I&#39;d guess I&#39;d kill brick process delete that whole brick layout directory to remove all files and directories.  Recreate brick path.  restart gluster or server and see what happens.  If heal kicks off or if I need to just give it a new directory path and do a replace-brick on it.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
Lindsay Mathieson<br>
<br>
</font></span></blockquote></div><br></div></div>