From: David Wysochanski <davidw@netapp.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH] update defaults for netapp targets
Date: Fri, 10 Mar 2006 11:38:30 -0500 [thread overview]
Message-ID: <4411AB86.5020506@netapp.com> (raw)
In-Reply-To: <4411A7D3.2030306@netapp.com>
[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]
Apologies for the misfire. But the 'minio' line should be 128, not 64.
Attached is
updated patch.
Thanks.
Wysochanski, David wrote:
>
> Should apply to latest git tree.
>
>
> ------------------------------------------------------------------------
>
> --- libmultipath/hwtable.c 2006-03-02 11:29:20.000000000 -0500
> +++ libmultipath/hwtable.c.new 2006-03-10 11:22:38.180997000 -0500
> @@ -330,10 +330,10 @@ static struct hwentry default_hw[] = {
> .hwhandler = DEFAULT_HWHANDLER,
> .selector = DEFAULT_SELECTOR,
> .pgpolicy = GROUP_BY_PRIO,
> - .pgfailback = FAILBACK_UNDEF,
> + .pgfailback = -FAILBACK_IMMEDIATE,
> .rr_weight = RR_WEIGHT_NONE,
> .no_path_retry = NO_PATH_RETRY_UNDEF,
> - .minio = DEFAULT_MINIO,
> + .minio = 64
> .checker_name = READSECTOR0,
> },
> /*
>
> ------------------------------------------------------------------------
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
[-- Attachment #2: update-netapp-target-defaults.patch --]
[-- Type: text/x-patch, Size: 559 bytes --]
--- libmultipath/hwtable.c 2006-03-02 11:29:20.000000000 -0500
+++ libmultipath/hwtable.c.new 2006-03-10 11:39:51.375259000 -0500
@@ -330,10 +330,10 @@ static struct hwentry default_hw[] = {
.hwhandler = DEFAULT_HWHANDLER,
.selector = DEFAULT_SELECTOR,
.pgpolicy = GROUP_BY_PRIO,
- .pgfailback = FAILBACK_UNDEF,
+ .pgfailback = -FAILBACK_IMMEDIATE,
.rr_weight = RR_WEIGHT_NONE,
.no_path_retry = NO_PATH_RETRY_UNDEF,
- .minio = DEFAULT_MINIO,
+ .minio = 128
.checker_name = READSECTOR0,
},
/*
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
prev parent reply other threads:[~2006-03-10 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-10 16:22 [PATCH] update defaults for netapp targets David Wysochanski
2006-03-10 16:38 ` David Wysochanski [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=4411AB86.5020506@netapp.com \
--to=davidw@netapp.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.