From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5G3L76h017416 for ; Thu, 15 Jun 2006 23:21:07 -0400 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id k5G3L0dv005162 for ; Thu, 15 Jun 2006 23:21:01 -0400 Received: by py-out-1112.google.com with SMTP id d80so454985pyd for ; Thu, 15 Jun 2006 20:21:00 -0700 (PDT) Message-ID: <5485940d0606152014i4f309594o70efbe2568641b2a@mail.gmail.com> Date: Fri, 16 Jun 2006 04:14:07 +0100 From: "C'est Pierre" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [linux-lvm] LVM and Device Mapper Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: LVM general discussion and development Hello, I've setup multipath with multipath-tools and I guess everything is OK there. However, I can't get lvm to recognize the multipath'ed devices: # dmsetup ls 3600508b40010130d00006000011c0000p1 (253, 4) system-lv03 (253, 2) system-lv01 (253, 1) system-lv00 (253, 0) dm-3p2 (253, 7) dm-3p1 (253, 6) cabtagdb01:~ # fdisk -l /dev/dm-3 Disk /dev/dm-3: 53.6 GB, 53687091200 bytes 64 heads, 32 sectors/track, 51200 cylinders Units = cylinders of 2048 * 512 = 1048576 bytes Device Boot Start End Blocks Id System /dev/dm-3p1 1 1 1008 83 Linux /dev/dm-3p2 2 51200 52427776 8e Linux LVM cabtagdb01:~ # fdisk -l /dev/mapper/3600508b40010130d00006000011c0000 Disk /dev/mapper/3600508b40010130d00006000011c0000: 53.6 GB, 53687091200 bytes 64 heads, 32 sectors/track, 51200 cylinders Units = cylinders of 2048 * 512 = 1048576 bytes Device Boot Start End Blocks Id System /dev/mapper/3600508b40010130d00006000011c0000p1 1 1 1008 83 Linux /dev/mapper/3600508b40010130d00006000011c0000p2 2 51200 52427776 8e Linux LVM # pvcreate /dev/dm-3p2 Device /dev/dm-3p2 not found. # pvcreate /dev/mapper/3600508b40010130d00006000011c0000p2 Device /dev/mapper/3600508b40010130d00006000011c0000p2 not found. Does anyone have any guess on what the problem might be? I seem to be one-step from getting this solved and I am going through these hassles. Thank you, Pierre