From: Christophe Varoqui <christophe.varoqui@free.fr>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Setting up a multipath device
Date: Thu, 04 May 2006 20:55:27 +0200 [thread overview]
Message-ID: <1146768927.27764.12.camel@localhost.localdomain> (raw)
In-Reply-To: <445A1D88.7030500@voltaire.com>
>
> 1. Was it wrong to run 'multipath 2 round-robin 1 0 /dev/sda
> round-robin 1 0 /dev/sdb'?
The multipath command just don't understand these parameters.
This is a map as seen by the DM kernel driver. You can feed it to
dmsetup(8), not to multipath(8).
> 2. If I don't supply any parameters, how does the dm know which
> devices are the same physical device (that /dev/sda & /dev/sdb are
> the same physical device)?
Because it scans the paths for unique LU ids, then coalesce.
> 3. How are the priority groups defined if no parameters are supplied?
User defines, through config file.
> 4. What is the timeout for a device that has failed? When does the dm
> move to the next priority group?
>
When secondary PG priority becomes higher than the active PG priority,
modulo user-define delay or user-define disabling.
Or when all paths in the active PG have failed.
Regards,
cvaroqui
next prev parent reply other threads:[~2006-05-04 18:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-04 14:08 Setting up a multipath device Erez Zilber
2006-05-04 14:49 ` Christophe Varoqui
2006-05-04 15:28 ` Erez Zilber
2006-05-04 18:55 ` Christophe Varoqui [this message]
2006-05-07 14:01 ` Erez Zilber
2006-05-08 21:33 ` Christophe Varoqui
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=1146768927.27764.12.camel@localhost.localdomain \
--to=christophe.varoqui@free.fr \
--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.