All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Måns Rullgård" <mru@kth.se>
To: linux-lvm@sistina.com
Subject: [linux-lvm] Re: LVM2 on top of RAID1? (x86_64)
Date: Mon Feb  9 10:43:02 2004	[thread overview]
Message-ID: <yw1xu120mf7p.fsf@kth.se> (raw)
In-Reply-To: 4027A8D6.7000103@oppositelock.org

Douglas Kilpatrick <kilpatds@oppositelock.org> writes:

> I'm trying to setup a new box the same way my current box is
> setup. I've split the drives into two sections, one of which I'm
> combining into a RAID0 stripe, the other a RAID1 mirror set. (sorry
> for the redundancy.)
>
> lvm pvs
>
> complains about seeing 3 extra instances of the id, and decides that
> the PV is actually on /dev/sda (or /dev/sdb, depending on boot), not
> /dev/md1.

I have a similar setup and ran into the same problem.  I solved it by
placing this in /etc/lvm/lvm.conf:

devices {
        filter = [ "r,hd," ]
}

That tells lvm to never look at a block device with "hd" in the name.
You should probably change "hd" to "sd".

-- 
M�ns Rullg�rd
mru@kth.se

  reply	other threads:[~2004-02-09 15:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-09 10:36 [linux-lvm] LVM2 on top of RAID1? (x86_64) Douglas Kilpatrick
2004-02-09 10:43 ` Måns Rullgård [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-02-12 10:10 [linux-lvm] " Douglas Kilpatrick
2004-02-12 12:41 ` Luca Berra
2004-02-12 13:40   ` Kevin P. Fleming
2004-02-12 15:05     ` Luca Berra
2004-02-12 15:30       ` Joe Thornber
2004-02-12 15:54         ` Luca Berra

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=yw1xu120mf7p.fsf@kth.se \
    --to=mru@kth.se \
    --cc=linux-lvm@redhat.com \
    --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.