All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Dilger <adilger@turbolabs.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [patch] multipath RAID personality, 2.4.10-pre9
Date: Sun, 16 Sep 2001 15:08:06 -0600	[thread overview]
Message-ID: <20010916150806.E1541@turbolinux.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0109141144260.2577-300000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.33.0109141144260.2577-300000@localhost.localdomain>

On Sep 14, 2001  12:01 +0200, Ingo Molnar wrote:
> the attached patches implement multipath IO for Linux in form of a sw-RAID
> personality. Multipath-IO is the ability of certain devices to address the
> same physical disk over multiple 'IO paths'.

> /*
>  * This routine returns the disk from which the requested read should
>  * be done. It bookkeeps the last read position for every disk
>  * in array and when new read requests come, the disk which last
>  * position is nearest to the request, is chosen.

I'm not sure I understand why this is here?  If we are talking about a
multipath situation, there IS only a single disk, so which path is chosen
is mostly irrelevant.  Also, it is my understanding that with some multipath
hardware, if you read from the "backup" path it will kill access to the
primary path (this can be used when more than one system access shared disk
for failover).  As a result, we should always read from the "primary" path
for each disk unless there is an error.

Cheers, Andreas
-- 
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert


  reply	other threads:[~2001-09-16 21:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14 10:01 [patch] multipath RAID personality, 2.4.10-pre9 Ingo Molnar
2001-09-16 21:08 ` Andreas Dilger [this message]
2001-09-16 23:16   ` Ingo Molnar
2001-09-18 19:39     ` Adrian Bridgett
2001-09-18 20:59       ` Ragnar Kjørstad
2001-09-18 21:22       ` Brian Beattie
2001-09-24  8:30       ` Ingo Molnar

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=20010916150806.E1541@turbolinux.com \
    --to=adilger@turbolabs.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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.