From: Yonathan Cohen <yonic@voltaire.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: FailOver works but FailBack does not.
Date: Sun, 29 Oct 2006 18:14:40 +0200 [thread overview]
Message-ID: <4544D370.9010706@Voltaire.COM> (raw)
Hello.
I am using multipath-tools for sles9 sp3 ( multipath-tools-0.4.5-0.11 )
I am using the following configuration file
defaults {
polling_interval 5
udev_dir /dev
default_path_grouping_policy failover
rr_weight priorities
failback 10
}
devices {
device {
vendor "DotHill"
product "SANnet II FC"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
path_checker readsector0
path_selector "round-robin 0"
features "1 queue_if_no_path"
hardware_handler "0"
failback 10
}
}
i got 2 paths lined up to the same lun
pepper:~ # multipath -l
dm names N
dm table 3600c0ff00000000007c1d167985b4b07 N
dm table 3600c0ff00000000007c1d167985b4b07 N
dm status 3600c0ff00000000007c1d167985b4b07 N
dm info 3600c0ff00000000007c1d167985b4b07 O
3600c0ff00000000007c1d167985b4b07
[size=28 GB][features="1 queue_if_no_path"][hwhandler="0"]
\_ round-robin 0 [active]
\_ 4:0:0:0 sda 8:0 [active][ready]
\_ round-robin 0 [enabled]
\_ 4:1:0:0 sdb 8:16 [active][ready]
failover works great when i fail path 8:0
but when i reactivate it for some reason the deamon does not reinstate it.
only after i invoke
multipath -v 2
do i see the message
reinstate 8:0
which is odd since "multipath -v 2" is suppose to only print topology
can any one please help.
thanks.
reply other threads:[~2006-10-29 16:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4544D370.9010706@Voltaire.COM \
--to=yonic@voltaire.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.