From: Arsene Gschwind <arsene.gschwind@unibas.ch>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Multipath blacklisted devices
Date: Sat, 22 Apr 2006 13:49:03 +0200 [thread overview]
Message-ID: <444A182F.9010808@unibas.ch> (raw)
In-Reply-To: <4447ED2F.3090505@free.fr>
Hi Christophe,
I've found the problem, my entry in multipath.conf was devnode_blacklist
{ } and it should be only blacklist{}.
You may have to correct multipath.conf.synthetic provided by the tarball
( and the git version) because I've used that file to create my own and
it includes this error.
Thanks a lot for your help and work
Arsène
Christophe Varoqui wrote:
> URZ- AG a écrit :
>
>> Hi,
>>
>> I'm using the latest git version of multipath-tools with a 2.6.16
>> kernel.
>> Today I've tried to blacklist a scsi device in the multipath.conf
>> file using the following entry:
>> devnode "^(sda)[0-9]*"
>>
>> This didn't work at all, it seems that multipath doesn't use the
>> blacklist entries found in multipatch.conf.
>> I've patched the source code to hardcode that device and this works
>> well.
>> I've tried to debug the config loading but my C knowledge is too poor
>> and I haven't been able to find out whats wrong so far.
>> Any help for debugging would be greatly apreciated, I've tried to
>> write some code which dumps all entries read from the config file but
>> it didn't work so far.
>>
>> Thanks for your time and great work,
>> Arsène
>>
>> --
>> dm-devel mailing list
>> dm-devel@redhat.com
>> https://www.redhat.com/mailman/listinfo/dm-devel
>>
> It works here :(
> Try to extract the live blacklist with :
>
> # multipathd/multipathd -k"show conf"
> ...
> blacklist {
> devnode ^(sda)[0-9]*
> devnode ^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*
> devnode ^hd[a-z]
> devnode ^cciss!c[0-9]d[0-9]*
> wwid 26353900f02796769
> device {
> vendor IET
> product A.*A
> }
> device {
> vendor DGC
> product LUNZ
> }
> }
> ...
>
> Regards,
> cvaroqui
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
--
***********************************************************
Gschwind Arsene
Universitaet Rechenzentrum (URZ)
Klingelbergstrasse 70
CH-4056 Basel
SWITZERLAND
Languages : F/E/D
WWW: <http://www.urz.unibas.ch>
Mail: <Arsene DOT Gschwind AT unibas DOT ch>
************************************************************
prev parent reply other threads:[~2006-04-22 11:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-20 17:57 Multipath blacklisted devices URZ- AG
2006-04-20 20:21 ` Christophe Varoqui
2006-04-22 11:49 ` Arsene Gschwind [this message]
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=444A182F.9010808@unibas.ch \
--to=arsene.gschwind@unibas.ch \
--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.