Gentoo Archives: gentoo-cluster

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-cluster@l.g.o
Subject: Re: [gentoo-cluster] clvm/lvm2/device-mapper
Date: Mon, 02 Nov 2009 20:27:57
Message-Id: robbat2-20091102T201718-704764274Z@orbis-terrarum.net
In Reply to: Re: [gentoo-cluster] clvm/lvm2/device-mapper by Ulrich David
1 On Mon, Nov 02, 2009 at 01:38:56PM +0100, Ulrich David wrote:
2 > >Or sounds like this might be bug #268961 again, that I didn't have
3 > >enough info on before.
4 > >- Do you see the partitions on top of the multipath device in
5 > > /proc/partitions?
6 > The first 3 partitions are ok (sda1 through sda3) but It takes sda4
7 > instead of sda5 and sda6 .... so It doesn't recognize sda5 and sda6.
8 Hmm, ok, I need a little more data...
9
10 > >- Can you provide a udev info dump for your multipath device?
11 > With multipath 0.4.7-r2 (working correctly) :
12 Thanks for the 0.4.7-r2 info, just missing a few bits to make the puzzle
13 fit together. Below is a snippet to run, can you please provide it full
14 for both 0.4.7-r2 and 0.4.8-r1? Attach them in bug #268961 and CC
15 yourself there.
16
17 # cat /proc/partitions
18 # multipath -ll
19 # dmsetup ls --target multipath
20 # for i in /sys/block/* ; do udevadm info --query=all --path=$i ; done ;
21 # for i in /dev/sd? ; do parted $i print ; done ;
22
23 --
24 Robin Hugh Johnson
25 Gentoo Linux: Developer, Trustee & Infrastructure Lead
26 E-Mail : robbat2@g.o
27 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-cluster] clvm/lvm2/device-mapper Ulrich David <david.ulrich@×××××.ch>