From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N5hsH-0002Yw-Cy for garchives@archives.gentoo.org; Wed, 04 Nov 2009 15:34:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F24AAE0BBF; Wed, 4 Nov 2009 15:34:15 +0000 (UTC) Received: from mx3.netplus.ch (mx3.netplus.ch [213.221.143.232]) by pigeon.gentoo.org (Postfix) with ESMTP id C7106E0BBF for ; Wed, 4 Nov 2009 15:34:15 +0000 (UTC) Received: from [10.5.2.73] (unknown [213.221.157.50]) (Authenticated sender: david.ulrich@netplus.ch) by mx3.netplus.ch (Postfix) with ESMTPSA id 4A60180440 for ; Wed, 4 Nov 2009 16:33:24 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1; format=flowed; delsp=yes Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-cluster@lists.gentoo.org Reply-to: gentoo-cluster@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: [gentoo-cluster] clvm/lvm2/device-mapper From: Ulrich David In-Reply-To: <7D5D86B6-1465-435B-8662-2C591ADE4F3F@siesa.ch> Date: Wed, 4 Nov 2009 16:33:23 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20091019204229.GA3602@orbis-terrarum.net> <513ABDE2-C29F-40C6-895D-11C7B39BC5BB@siesa.ch> <7D5D86B6-1465-435B-8662-2C591ADE4F3F@siesa.ch> To: gentoo-cluster@lists.gentoo.org X-Mailer: Apple Mail (2.1076) X-Archives-Salt: 115ca5ef-41be-43e4-95c5-c5260d255e75 X-Archives-Hash: 9809002d1209ac0764bda9e31cd79bcf Just another question with dependencies... I just update lvm2 to last =20= version but on my amd64 10.0 profile "system" needs e2fsprogs and e2fsprogs-libs lvm2 needs util-linux but util-linux is blocked by e2fsprogs.... Is there something to do? Regards David Le 4 nov. 2009 =E0 14:01, Ulrich David a =E9crit : > Here it is : > http://bugs.gentoo.org/show_bug.cgi?id=3D268961 > > > Le 2 nov. 2009 =E0 21:27, Robin H. Johnson a =E9crit : > >> On Mon, Nov 02, 2009 at 01:38:56PM +0100, Ulrich David wrote: >>>> Or sounds like this might be bug #268961 again, that I didn't have >>>> enough info on before. >>>> - Do you see the partitions on top of the multipath device in >>>> /proc/partitions? >>> The first 3 partitions are ok (sda1 through sda3) but It takes sda4 >>> instead of sda5 and sda6 .... so It doesn't recognize sda5 and sda6. >> Hmm, ok, I need a little more data... >> >>>> - Can you provide a udev info dump for your multipath device? >>> With multipath 0.4.7-r2 (working correctly) : >> Thanks for the 0.4.7-r2 info, just missing a few bits to make the =20 >> puzzle >> fit together. Below is a snippet to run, can you please provide it =20= >> full >> for both 0.4.7-r2 and 0.4.8-r1? Attach them in bug #268961 and CC >> yourself there. >> >> # cat /proc/partitions >> # multipath -ll >> # dmsetup ls --target multipath >> # for i in /sys/block/* ; do udevadm info --query=3Dall --path=3D$i = ; =20 >> done ; >> # for i in /dev/sd? ; do parted $i print ; done ; >> >> --=20 >> Robin Hugh Johnson >> Gentoo Linux: Developer, Trustee & Infrastructure Lead >> E-Mail : robbat2@gentoo.org >> GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85 > >