From: Mark Glines <mark@glines.org>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] LVM with multi-path disks?
Date: Sun, 5 Aug 2001 00:32:57 -0700 [thread overview]
Message-ID: <20010805003257.A2728@glines.org> (raw)
In-Reply-To: <20010805091201.A4490@colombina.comedia.it>
On Sun, Aug 05, 2001 at 09:12:01AM +0200, Luca Berra wrote:
> On Sun, Aug 05, 2001 at 02:28:01AM +0200, Ragnar Kj?rstad wrote:
> > On Sat, Aug 04, 2001 at 05:40:49PM +0200, Luca Berra wrote:
> > > John, there is an addition for multi-path to the md driver
> > > you can fetch it from the redhat source kernel rpm.
> > > you can then stack lvm on top of md to achieve your goal
> >
> > E.g. you have a md0 device consisting of sda and sdb - would not lvm
> > find three different paths to the same data (sda, sdb, md0) when
> > scanning for physical volumes? Will that not cause problems?
>
> there is an (*horrible*) piece of code in pv_read_all_pv.c
> that deals with multiple entries for the same PV, so all duplicate
> PV are skipped, so the md will be the obly one detected.
> what probably happened to John is, that his PV was killed by
> this routine (they were duplicate and not md devices)
I would only think this is a problem when md isn't being used. In the
above described situation, vgscan would see 2 devices which have md
headers (and ignore them), and one LVM signature (and use it)?
If the code does what you say, and LVM was using the dual-path SCSI
device directly, then it would detect one and ignore the other, and it
would still work as if there was only one route to the drive.
However, in this case, md is in the middle, and its md's job to handle
multi-path. LVM should be ignoring md's lowlevel volumes anyway, and
act solely on the virtual device md exports. Am I missing something?
--
#!/usr/bin/perl
while($_=shift){if($d==1){$a="$a \"$_\""}else{if(/^-(.+)/){$t
=$1;$i.=$t;if($i=~/-/){$i=~s/-//;$r=shift;$d=1}}else{$r=$_;$d
=1}}}die"Usage: $0 [-ix] [--] regex [paths]\n"if!$r;eval"\$r=
qr/$r/$i";$a='.'if!$a;@F=`find $a -type f`;chomp@F;for $f(@F)
{open(I,$f)or next;while(<I>){print"$f:$.:$_"if/$r/}close(I)}
next prev parent reply other threads:[~2001-08-05 7:32 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-03 23:16 [linux-lvm] LVM with multi-path disks? John DeFranco
2001-08-04 15:40 ` Luca Berra
2001-08-05 0:28 ` Ragnar Kjørstad
2001-08-05 7:12 ` Luca Berra
2001-08-05 7:32 ` Mark Glines [this message]
2001-08-05 7:58 ` Luca Berra
2001-08-05 17:44 ` John DeFranco
2001-08-05 18:25 ` Luca Berra
2001-08-05 18:48 ` Michael Lausch
2001-08-05 21:47 ` Ragnar Kjørstad
2001-08-06 17:01 ` John DeFranco
2001-08-06 17:26 ` Ragnar Kjørstad
2001-08-07 1:46 ` Tracy R Reed
2001-08-07 5:23 ` Ragnar Kjørstad
2001-08-07 5:38 ` Carlo Marcelo Arenas Belon
2001-08-07 7:41 ` Tracy R Reed
2001-08-07 7:37 ` Tracy R Reed
2001-08-07 8:58 ` Joe Thornber
2001-08-05 9:06 ` Christoph Hellwig
2001-08-05 21:47 ` Ragnar Kjørstad
2001-08-05 22:41 ` Christoph Hellwig
2001-08-06 1:20 ` AJ Lewis
-- strict thread matches above, loose matches on Subject: below --
2001-08-06 18:02 Gonyou, Austin
2001-08-07 16:30 Gonyou, Austin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010805003257.A2728@glines.org \
--to=mark@glines.org \
--cc=linux-lvm@sistina.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.