From: Tore Anderson <tore@linpro.no>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: device-errors and multipath device access issue
Date: Fri, 09 Nov 2007 09:28:45 +0100 [thread overview]
Message-ID: <47341A3D.2040804@linpro.no> (raw)
In-Reply-To: <2072641508@web.de>
* devzero@web.de
> on boot, we get lot`s of error messages like
>
>> [...]
>
> for each alternative path to a lun.
I assume you mean "for each path to the alternate controller of the volume".
> we also get those messages when the system is up and running because
> some proprietary monitoring software is checking for device
> availability in regular intervals and there seems no way to tell that
> software to skip certain devices - so we get spammed with this
> messages like this in /var/log/messages and are not able to see the
> real errors anymore.
>
> is there a way to hide those "classic" scsi devices from userspace?
> i`m not sure if "blacklist" in multipath.conf is what i need here (?)
> or if i safely could delete those device-nodes - i`m not very deep
> into multipathing for now.
I don't think you can (without at the same time taking away
dm-multipath's ability to fail over I/O to those paths...
You're not saying which kind of storage hardware this is. Maybe it has
a way of being configured in a fake active/active configuration where
I/O can be processed on both controllers at the same time. I believe
newer EMC CLARiiON and HP EVA can be set up in ALUA mode which does the
trick. HDS AMS does something similar which work mostly the same way.
You might also be able to filter out those lines from the logs, too. I
think at least syslog-ng can be made to do that.
> in our case, kpartx doesn`t seem to be launched by udev but from
> within boot.multipath, but it looks like a timing issue because it
> sometimes happens and sometimes not.
>
> any help or some input (links?docs?) to enlighten me would be highly
> appreciated
I'd suggest simply not making partitions - make several smaller volumes
on your storage array instead. That'll make it easier to expand them
individually if the need should arise, and you won't have to deal with
kpartx at all. There's always some kind of trouble with it, in my
experience. Same goes for udev...
Regards
--
Tore Anderson
next prev parent reply other threads:[~2007-11-09 8:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-08 9:21 device-errors and multipath device access issue devzero
2007-11-09 8:28 ` Tore Anderson [this message]
2007-12-14 9:44 ` Klaus
-- strict thread matches above, loose matches on Subject: below --
2007-11-14 22:36 devzero
2007-11-15 17:15 ` Tore Anderson
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=47341A3D.2040804@linpro.no \
--to=tore@linpro.no \
--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.