From: Hannes Reinecke <hare@suse.de>
To: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH] multipath-tools: change checker in RDAC devices with the native
Date: Tue, 14 Jun 2016 07:58:54 +0200 [thread overview]
Message-ID: <575F9D1E.1060301@suse.de> (raw)
In-Reply-To: <1465837340-20257-1-git-send-email-xose.vazquez@gmail.com>
On 06/13/2016 07:02 PM, Xose Vazquez Perez wrote:
> Replace TUR checker with RDAC for:
> "OPENstorage D280"
> "STK6580_6780"
>
> I don't know if it's a bug or feature, but for all other RDAC devices
> "hwhandler" "checker" and "prio" are rdac.
>
> *This patch needs an explicit ACK from Hannes and Christophe*
>
> Cc: Hannes Reinecke <hare@suse.de>
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: device-mapper development <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
> libmultipath/hwtable.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index c4258e1..44a4669 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -949,7 +949,7 @@ static struct hwentry default_hw[] = {
> .pgfailback = -FAILBACK_IMMEDIATE,
> .rr_weight = RR_WEIGHT_NONE,
> .no_path_retry = NO_PATH_RETRY_UNDEF,
> - .checker_name = TUR,
> + .checker_name = RDAC,
> .prio_name = PRIO_RDAC,
> .prio_args = NULL,
> },
> @@ -981,7 +981,7 @@ static struct hwentry default_hw[] = {
> .pgfailback = -FAILBACK_IMMEDIATE,
> .rr_weight = RR_WEIGHT_NONE,
> .no_path_retry = NO_PATH_RETRY_UNDEF,
> - .checker_name = TUR,
> + .checker_name = RDAC,
> .prio_name = PRIO_RDAC,
> .prio_args = NULL,
> },
>
Actually it doesn't matter; 'TUR' will work better under high I/O load,
whereas RDAC has quirks for some array-specific settings.
But for consistencies sake we should be switching to 'RDAC' here, too.
Acked-by: Hannes Reinecke <hare@suse.com>
Cheers,
Hannes
--
Dr. Hannes Reinecke Teamlead Storage & Networking
hare@suse.de +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
prev parent reply other threads:[~2016-06-14 5:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-13 17:02 [PATCH] multipath-tools: change checker in RDAC devices with the native Xose Vazquez Perez
2016-06-14 5:58 ` Hannes Reinecke [this message]
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=575F9D1E.1060301@suse.de \
--to=hare@suse.de \
--cc=dm-devel@redhat.com \
--cc=xose.vazquez@gmail.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.