<div dir="auto">Unsubscribe</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 18, 2020, 12:28 AM Heinz Mauelshagen <<a href="mailto:heinzm@redhat.com">heinzm@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div>
    <div>On 8/15/20 10:57 AM, lejeczek wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>Hi guys

In hope that experts roam this list I want to ask if it is
possible to extend raid5.
If I wanted to be specific, raid created this way:

$ lvcreate -n raid5.1 -l 100%pv --stripes 5 --stripe-size 8
ST2000_front.0 /dev/sdj /dev/sdk /dev/sdn /dev/sdo /dev/sdp
/dev/sdq

You can see I try to be specific about hard disks here. I
hope that later I can add more of exact same hard disk to
the system and extend such raid5.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>As you consumed all capacity on those disks, you either got the
      option to extend using lvextend (though you don't need the same
      disk sizes but you'd need 6 more disks to be able to extend all
      the given raid5 stripes using lvextend)  -or-  you can lvconvert
      adding stripes to your given raid5 which will also grow the RaidLV
      size by the added stripe capacities.   In that later case of
      adding stripes, you'd have to deploy N additional disks (N =
      number of stripes to add) of the same or larger size than the ones
      you got. <br>
    </p>
    <p>Mind, you could also convert to e.g. raid6 in case your
      resilience requirements change which'll require another disk to
      store parity blocks.<br>
    </p>
    <p>Heinz<br>
    </p>
    <blockquote type="cite">
      <pre>

many thanks, L.
</pre>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
linux-lvm mailing list
<a href="mailto:linux-lvm@redhat.com" target="_blank" rel="noreferrer">linux-lvm@redhat.com</a>
<a href="https://www.redhat.com/mailman/listinfo/linux-lvm" target="_blank" rel="noreferrer">https://www.redhat.com/mailman/listinfo/linux-lvm</a>
read the LVM HOW-TO at <a href="http://tldp.org/HOWTO/LVM-HOWTO/" target="_blank" rel="noreferrer">http://tldp.org/HOWTO/LVM-HOWTO/</a></pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>
linux-lvm mailing list<br>
<a href="mailto:linux-lvm@redhat.com" target="_blank" rel="noreferrer">linux-lvm@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-lvm" rel="noreferrer noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/linux-lvm</a><br>
read the LVM HOW-TO at <a href="http://tldp.org/HOWTO/LVM-HOWTO/" rel="noreferrer noreferrer" target="_blank">http://tldp.org/HOWTO/LVM-HOWTO/</a></blockquote></div>