From: Christophe Varoqui <christophe.varoqui@free.fr>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: HSG80, DM, multipath issues
Date: Mon, 10 Apr 2006 20:28:47 +0200 [thread overview]
Message-ID: <443AA3DF.3080404@free.fr> (raw)
In-Reply-To: <20060410174210.GA3798@tditx.com>
>
> a. (the big one!) Is there something I'm doing wrong, or a workaround, or something that would
> help me get this up & running
>
You mostly got it right.
HP indeed is not interested in providing a firmware with LUN size
inquiry enabled for this array. So we are bound to ugly workarounds.
The one I used is "force a bounce per LUN just after driver loading",
which this snippet does :
# cat read_ghost_capa
dummy_capa=2097152
for i in $(grep -rl $dummy_capa /sys/block/sd*/size|awk -F/ '{print $4}')
do
sg_start -s 1 /dev/$i
sleep 1
echo 1>/sys/block/$i/device/rescan
done
The multipath tools are rightly refusing to deal with paths with unknown
size. This won't change.
That problem solved, you'll hit the next wall, which is the hardware
handler need for this array family.
Regards,
cvaroqui
next prev parent reply other threads:[~2006-04-10 18:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-10 17:42 HSG80, DM, multipath issues D. North
2006-04-10 18:28 ` Christophe Varoqui [this message]
2006-04-10 20:48 ` D. North
2006-04-10 21:16 ` Christophe Varoqui
2006-04-10 22:16 ` D. North
2006-04-10 22:00 ` Bernd Zeimetz
2006-04-10 22:17 ` 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=443AA3DF.3080404@free.fr \
--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.