From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>,
Xose Vazquez Perez <xose.vazquez@gmail.com>
Subject: [PATCH] multipath-tools: remove Pure modifications
Date: Mon, 7 Nov 2016 15:40:32 +0100 [thread overview]
Message-ID: <20161107144032.2068-1-xose.vazquez@gmail.com> (raw)
There is no reason to deviate from standard values.
Default:
.fast_io_fail = 5
.dev_loss = 600
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 | 2 --
1 file changed, 2 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 340035e..6ca9ea2 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -899,8 +899,6 @@ static struct hwentry default_hw[] = {
.vendor = "PURE",
.product = "FlashArray",
.pgpolicy = MULTIBUS,
- .fast_io_fail = 10,
- .dev_loss = 60,
},
/*
* Huawei
--
2.10.2
next reply other threads:[~2016-11-07 14:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-07 14:40 Xose Vazquez Perez [this message]
2016-11-20 9:15 ` [PATCH] multipath-tools: remove Pure modifications Christophe Varoqui
2016-11-20 11:41 ` Xose Vazquez Perez
2016-11-20 11:52 ` 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=20161107144032.2068-1-xose.vazquez@gmail.com \
--to=xose.vazquez@gmail.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.