<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create striped and distributed LV on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-striped-and-distributed-lv-on-linux/m-p/5530559#M53523</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You do&amp;nbsp; not have those allocation policy in Linux:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;man lvm:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--alloc AllocationPolicy&lt;/STRONG&gt;The &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; policy to use: &lt;STRONG&gt;contiguous&lt;/STRONG&gt;, &lt;STRONG&gt;cling&lt;/STRONG&gt;, &lt;STRONG&gt;normal&lt;/STRONG&gt;, &lt;STRONG&gt;anywhere&lt;/STRONG&gt; or &lt;STRONG&gt;inherit&lt;/STRONG&gt;. When a command needs to allocate physical extents from the volume group, the &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; policy controls how they are chosen. Each volume group and logical volume has an &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; policy. The default for a volume group is &lt;STRONG&gt;normal&lt;/STRONG&gt; which applies common-sense rules such as not placing parallel stripes on the same physical volume. The default for a logical volume is &lt;STRONG&gt;inherit&lt;/STRONG&gt; which applies the same policy as for the volume group. These policies can be changed using &lt;EM&gt;&lt;STRONG&gt;lvchange&lt;/STRONG&gt; (8)&lt;/EM&gt; and &lt;EM&gt;&lt;STRONG&gt;vgchange&lt;/STRONG&gt; (8)&lt;/EM&gt; or over-ridden on the command line of any command that performs &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt;. The &lt;STRONG&gt;contiguous&lt;/STRONG&gt; policy requires that new extents be placed adjacent to existing extents. The &lt;STRONG&gt;cling&lt;/STRONG&gt; policy places new extents on the same physical volume as existing extents &lt;SPAN class="highlight"&gt;in&lt;/SPAN&gt; the same stripe of the Logical Volume. If there are sufficient free extents to satisfy an &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; request but &lt;STRONG&gt;normal&lt;/STRONG&gt; doesn't use them, &lt;STRONG&gt;anywhere&lt;/STRONG&gt; will - even if that reduces performance by placing two stripes on the same physical volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2012 17:49:24 GMT</pubDate>
    <dc:creator>Nighwish</dc:creator>
    <dc:date>2012-02-06T17:49:24Z</dc:date>
    <item>
      <title>How to create striped and distributed LV on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-striped-and-distributed-lv-on-linux/m-p/5530409#M53522</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that, In hpux, All LVs are usually are normal LVs or non striped LVs and we can create striped and distriputed LVs on HPUX...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some questions on Linux...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)Are all normal LVs are striped or non striped by default in linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)How to create striped and distriputed LV on Linux?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 14:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-striped-and-distributed-lv-on-linux/m-p/5530409#M53522</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2012-02-06T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create striped and distributed LV on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-striped-and-distributed-lv-on-linux/m-p/5530559#M53523</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You do&amp;nbsp; not have those allocation policy in Linux:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;man lvm:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--alloc AllocationPolicy&lt;/STRONG&gt;The &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; policy to use: &lt;STRONG&gt;contiguous&lt;/STRONG&gt;, &lt;STRONG&gt;cling&lt;/STRONG&gt;, &lt;STRONG&gt;normal&lt;/STRONG&gt;, &lt;STRONG&gt;anywhere&lt;/STRONG&gt; or &lt;STRONG&gt;inherit&lt;/STRONG&gt;. When a command needs to allocate physical extents from the volume group, the &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; policy controls how they are chosen. Each volume group and logical volume has an &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; policy. The default for a volume group is &lt;STRONG&gt;normal&lt;/STRONG&gt; which applies common-sense rules such as not placing parallel stripes on the same physical volume. The default for a logical volume is &lt;STRONG&gt;inherit&lt;/STRONG&gt; which applies the same policy as for the volume group. These policies can be changed using &lt;EM&gt;&lt;STRONG&gt;lvchange&lt;/STRONG&gt; (8)&lt;/EM&gt; and &lt;EM&gt;&lt;STRONG&gt;vgchange&lt;/STRONG&gt; (8)&lt;/EM&gt; or over-ridden on the command line of any command that performs &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt;. The &lt;STRONG&gt;contiguous&lt;/STRONG&gt; policy requires that new extents be placed adjacent to existing extents. The &lt;STRONG&gt;cling&lt;/STRONG&gt; policy places new extents on the same physical volume as existing extents &lt;SPAN class="highlight"&gt;in&lt;/SPAN&gt; the same stripe of the Logical Volume. If there are sufficient free extents to satisfy an &lt;SPAN class="highlight"&gt;allocation&lt;/SPAN&gt; request but &lt;STRONG&gt;normal&lt;/STRONG&gt; doesn't use them, &lt;STRONG&gt;anywhere&lt;/STRONG&gt; will - even if that reduces performance by placing two stripes on the same physical volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-striped-and-distributed-lv-on-linux/m-p/5530559#M53523</guid>
      <dc:creator>Nighwish</dc:creator>
      <dc:date>2012-02-06T17:49:24Z</dc:date>
    </item>
  </channel>
</rss>

