<?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: lvm filter in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201424#M51269</link>
    <description>If your root filesystem is on LVM, the system must find and activate the root VG (and therefore run vgscan) before it can mount the root filesystem. At that point, the LVM will try to identify any LVM PV it can see.&lt;BR /&gt;&lt;BR /&gt;If your lvm.conf filter is intended to e.g. make the LVM use multipathed disks through the multipath devices and not by accessing the individual /dev/sd* path(s) directly, it is desirable to re-create the initrd image so that the filter will be in effect from the very beginning.&lt;BR /&gt;&lt;BR /&gt;Also, next time you install a kernel update, the system will automatically generate a new initrd for it. If your lvm.conf filter has some unintended side effects when at boot time, they will then manifest themselves... and you will be very confused, as you cannot determine whether the problem was caused by the new kernel or the LVM filter without doing some early-boot troubleshooting. &lt;BR /&gt;&lt;BR /&gt;It's better to recreate the initrd image now rather than leave it for later: as you've made only one configuration change, it will be easy to find and fix the problem if the computer does not boot with the new initrd.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 30 Sep 2009 17:08:28 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-09-30T17:08:28Z</dc:date>
    <item>
      <title>lvm filter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201422#M51267</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;lvm filter in lvm.conf is changed on RHEL 5.3. All the filesystems including the OS are under the control of LVM.&lt;BR /&gt;After the change should i be creating the initrd image ?&lt;BR /&gt;cheers</description>
      <pubDate>Wed, 30 Sep 2009 07:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201422#M51267</guid>
      <dc:creator>ossupport55</dc:creator>
      <dc:date>2009-09-30T07:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: lvm filter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201423#M51268</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If all file systems are lvm your system will not boot.&lt;BR /&gt;&lt;BR /&gt;the /boot filesystem must not be LVM under RHEL 5.x or earlier.&lt;BR /&gt;&lt;BR /&gt;I see no reason to create a new initrd image. If your system doesn't boot it will probably already be trashed and need an OS reinstall or a new kickstart image.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Sep 2009 15:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201423#M51268</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-09-30T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: lvm filter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201424#M51269</link>
      <description>If your root filesystem is on LVM, the system must find and activate the root VG (and therefore run vgscan) before it can mount the root filesystem. At that point, the LVM will try to identify any LVM PV it can see.&lt;BR /&gt;&lt;BR /&gt;If your lvm.conf filter is intended to e.g. make the LVM use multipathed disks through the multipath devices and not by accessing the individual /dev/sd* path(s) directly, it is desirable to re-create the initrd image so that the filter will be in effect from the very beginning.&lt;BR /&gt;&lt;BR /&gt;Also, next time you install a kernel update, the system will automatically generate a new initrd for it. If your lvm.conf filter has some unintended side effects when at boot time, they will then manifest themselves... and you will be very confused, as you cannot determine whether the problem was caused by the new kernel or the LVM filter without doing some early-boot troubleshooting. &lt;BR /&gt;&lt;BR /&gt;It's better to recreate the initrd image now rather than leave it for later: as you've made only one configuration change, it will be easy to find and fix the problem if the computer does not boot with the new initrd.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 30 Sep 2009 17:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201424#M51269</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-30T17:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: lvm filter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201425#M51270</link>
      <description>Thanks folks,&lt;BR /&gt;&lt;BR /&gt;Please put some docs/resources that i could read more abt the lvm.conf changes and the initrd creation.&lt;BR /&gt;cheers</description>
      <pubDate>Wed, 30 Sep 2009 17:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201425#M51270</guid>
      <dc:creator>ossupport55</dc:creator>
      <dc:date>2009-09-30T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: lvm filter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201426#M51271</link>
      <description>Please run these commands on your system and study their output:&lt;BR /&gt;&lt;BR /&gt;man lvm.conf&lt;BR /&gt;man mkinitrd&lt;BR /&gt;&lt;BR /&gt;Bookmark this URL and refer to it as necessary:&lt;BR /&gt;&lt;A href="https://www.redhat.com/docs/manuals/enterprise/" target="_blank"&gt;https://www.redhat.com/docs/manuals/enterprise/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also browse and/or search the RedHat Knowledge Base:&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/" target="_blank"&gt;http://kbase.redhat.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, a search for "initrd" found these:&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-1959" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-1959&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-1646" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-1646&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-5351" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-5351&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A tip: when you search RHKB and find an article that seems somewhat relevant, use the "Tags:" links at the bottom of the article to find more articles about the same topic.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 30 Sep 2009 19:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201426#M51271</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-30T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: lvm filter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201427#M51272</link>
      <description>Thanks guys</description>
      <pubDate>Wed, 14 Oct 2009 01:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-filter/m-p/5201427#M51272</guid>
      <dc:creator>ossupport55</dc:creator>
      <dc:date>2009-10-14T01:44:17Z</dc:date>
    </item>
  </channel>
</rss>

