All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Finnur Örn Guðmundsson" <finnzi@finnzi.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: multipathd dies at startup
Date: Tue, 24 Jun 2008 23:50:02 +0000	[thread overview]
Message-ID: <4861882A.4020801@finnzi.com> (raw)
In-Reply-To: <6FFEF66445B249919BAE6BA748041FE7@geoffPC>

Geoff Galitz wrote:
>
> I am trying to get dm-multipath configured to support my iSCSI setup, but I
> have a problem with multipathd dieing silently at startup.
>
> kernel 2.6.18-53.1.21.el5
> package: device-mapper-multipath-0.4.7-12.el5_1.4
> distro: Centos 5.1
>
> Multpath config:
>
>
>
> -----------------------------------
> # Blacklist all devices by default. Remove this to enable multipathing
> # on the default devices.
> blacklist {
> devnode "*"
> }
>
> blacklist_exceptions {
> device {
> vendor "IET" 
> product "VIRTUAL-DISK"
> }
> }
>
> multipaths {
> multipath {
> wwid 14945540000000000000000000100000037800f000000d00f
> alias yellow
> path_grouping_policy multibus
> path_checker readsector0
> path_selector "round-robin 0"
> failback immediate
> rr_weight priorities
> no_path_retry 5
> }
> }
>
> device {
> vendor "IET"
> product "VIRTUAL-DISK"
> path_grouping_policy failover
> features "1 queue_if_no_path"
> failback immediate
> }
> }
>
>
>
>
> Geoff Galitz
> Blankenheim NRW, Deutschland
> http://www.galitz.org
>
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
>   
Hi,
Having recently hit the same issue, it was a SELinux problem in my case.
Try: setenforce 0 ; service multipathd restart

See if it works for you. I also remember seeing a fix from RHEL/CentOS 
regarding this.

Thanks,
Finnur

  reply	other threads:[~2008-06-24 23:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-24 13:27 multipathd dies at startup Geoff Galitz
2008-06-24 23:50 ` Finnur Örn Guðmundsson [this message]
2008-06-25  9:40   ` Geoff Galitz

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=4861882A.4020801@finnzi.com \
    --to=finnzi@finnzi.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.