All of lore.kernel.org
 help / color / mirror / Atom feed
From: malahal@us.ibm.com
To: dm-devel@redhat.com
Subject: Re: UDEV with DM-MULTIPATH issue in RHEL 5.1....
Date: Wed, 27 Feb 2008 10:28:03 -0800	[thread overview]
Message-ID: <20080227182803.GA18357@us.ibm.com> (raw)
In-Reply-To: <508552.23576.qm@web90611.mail.mud.yahoo.com>

The kernel names of DM devices show up as /dev/dm-X where X is some
integer. The /dev/mapper/XXX are created by the DM/MULTIPATH software
without any help from udev as far as I know.

So, use dm-X pattern instead. It may work.

--Malahal.

Dharmesh Kamdar [kamdard71@yahoo.com] wrote:
> Hi,
> 
> The UDEV rules are as follows:
> /etc/udev/rules.d/51-oracle-raw.rules
> ACTION=="add", KERNEL="/dev/mpath/OCR1p1",
> RUN+="/bin/raw /dev/raw/rawX %N"
> ACTION=="add", KERNEL="/dev/mpath/OCR2p1",
> RUN+="/bin/raw /dev/raw/rawX %N"
> ACTION=="add", KERNEL="/dev/mpath/VOTE1p1",
> RUN+="/bin/raw /dev/raw/rawX %N"
> ACTION=="add", KERNEL="/dev/mpath/VOTE2p1",
> RUN+="/bin/raw /dev/raw/rawX %N"
> ACTION=="add", KERNEL="/dev/mpath/VOTE3p1",
> RUN+="/bin/raw /dev/raw/rawX %N"
> ~                                                     
> 2) /etc/udev/rules.d/99-raw.rules
> #-------------------------#

  reply	other threads:[~2008-02-27 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-27 18:10 UDEV with DM-MULTIPATH issue in RHEL 5.1 Dharmesh Kamdar
2008-02-27 18:28 ` malahal [this message]
2008-02-27 18:48   ` Dharmesh Kamdar

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=20080227182803.GA18357@us.ibm.com \
    --to=malahal@us.ibm.com \
    --cc=dm-devel@redhat.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.