All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Zeimetz <bernd@bzed.de>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Fw: Multipath and SAN Fabric failover
Date: Sun, 10 Sep 2006 21:23:55 +0200	[thread overview]
Message-ID: <4504664B.7040509@bzed.de> (raw)
In-Reply-To: <20060908143410.28764b76@localhost>

Heya,
> Just to make sure that I've covered everything I partitioned the disk
> as /dev/sdc and then used lvm2 command:
>   
sorry, I've missed that before. /dev/sdc is only _one_ of your paths to 
a LUN. multipath will take the right 2 of those sd* to create one dm 
device file. Have a look if there's somethign in /dev/mapper, also check 
your udev rules, you need this line in there:

KERNEL=="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", 
SYMLINK="%c"

most distros have a line like
#KERNEL=="dm-[0-9]*",           NAME=""
in there, you need to comment it out if you add the lien above.


Hope that helped,

best regards

Bernd Zeimetz

  reply	other threads:[~2006-09-10 19:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-08 18:34 Fw: Multipath and SAN Fabric failover John Little
2006-09-10 19:23 ` Bernd Zeimetz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-09-14 12:08 John Little
2006-09-14 20:32 ` Bernd Zeimetz

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=4504664B.7040509@bzed.de \
    --to=bernd@bzed.de \
    --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.