<?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: &amp;quot;duplicate PV&amp;quot; warning with Device mapper in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746483#M43476</link>
    <description>You need to customise your LVM Scan filter /etc/lvm/lvm.conf so it scans only the PVs that should be scanned.&lt;BR /&gt;&lt;BR /&gt;On my systems, I have my filter set to scan only partition 1's of all my SAN multipathed disks and my /dev/cciss disks..&lt;BR /&gt;&lt;BR /&gt;Without the filter in place, LVM scans each individual device disk files that constitues a single multipath device...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jan 2011 21:12:05 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-01-31T21:12:05Z</dc:date>
    <item>
      <title>"duplicate PV" warning with Device mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746482#M43475</link>
      <description>We recently installed and configured linux multipath and get this "duplicate PV"warnings. How would get rid of these warnings??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Mon, 31 Jan 2011 19:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746482#M43475</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2011-01-31T19:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: "duplicate PV" warning with Device mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746483#M43476</link>
      <description>You need to customise your LVM Scan filter /etc/lvm/lvm.conf so it scans only the PVs that should be scanned.&lt;BR /&gt;&lt;BR /&gt;On my systems, I have my filter set to scan only partition 1's of all my SAN multipathed disks and my /dev/cciss disks..&lt;BR /&gt;&lt;BR /&gt;Without the filter in place, LVM scans each individual device disk files that constitues a single multipath device...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2011 21:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746483#M43476</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-31T21:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: "duplicate PV" warning with Device mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746484#M43477</link>
      <description>Let me know if you want HELP with your filter sir.&lt;BR /&gt;&lt;BR /&gt;But I need to know:&lt;BR /&gt;&lt;BR /&gt;1.) What disk is your OS disk on.&lt;BR /&gt;2.) When you create LVM VGs, what devices do you use a PVs? (/dev/dm-NN or /dev/mapper/FRIENDLY01p1 or /dev/mpath/FRIENDLY01p1)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2011 21:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746484#M43477</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-31T21:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: "duplicate PV" warning with Device mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746485#M43478</link>
      <description>Alzhy&lt;BR /&gt;&lt;BR /&gt;The OS is on /dev/sda. I pvcreate the /dev/mapper/mpath1 /dev/mapper/mpath2 etc like that. Thanks for helping me out!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Mon, 31 Jan 2011 23:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746485#M43478</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2011-01-31T23:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: "duplicate PV" warning with Device mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746486#M43479</link>
      <description>&lt;!--!*#--&gt;Here;s mine:&lt;BR /&gt;Covers both IBM xSeries and Proliants.&lt;BR /&gt;&lt;BR /&gt;filter = [ "a/mapper/.*p1$/", "a|/dev/cciss/*|", "a|/dev/sda[0-9]|",  "a|/dev/sdb[0-9]|", "r/.*/" ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note we pvcreate on /dev/mapper/FRDNLDSK01p1 (we always partition the disk on p1 - encompassing the whole disk. We avoid pvcreating on the whole unpatitioned disk)&lt;BR /&gt;&lt;BR /&gt;Enjoy!&lt;BR /&gt;&lt;BR /&gt;Note: If you use ASMLIb, you may also update scan order and scan exclude to speed up your boot times (ASMLib scan).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2011 04:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746486#M43479</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-01T04:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: "duplicate PV" warning with Device mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746487#M43480</link>
      <description>Note:&lt;BR /&gt;&lt;BR /&gt;You can "test" your filter changes by simply doing a : pvscan&lt;BR /&gt;&lt;BR /&gt;If pvscan comes out "clean" and you can see all your PVs - then that means your filter.conf is good.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note most lvm.conf directives can also be passed to the "lvm" (/sbin/lvm) command line</description>
      <pubDate>Tue, 01 Feb 2011 15:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/quot-duplicate-pv-quot-warning-with-device-mapper/m-p/4746487#M43480</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-01T15:05:29Z</dc:date>
    </item>
  </channel>
</rss>

