dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] multipath-tools: delete no_path_retry attribute when it is equal to default value
@ 2016-07-23  0:29 Xose Vazquez Perez
  2016-07-23  0:29 ` [PATCH 2/5] multipath-tools: Clarify template rules of hwtable Xose Vazquez Perez
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Xose Vazquez Perez @ 2016-07-23  0:29 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

Defaul value is already 0 (NO_PATH_RETRY_UNDEF)

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a1fc3e8..8eec209 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -708,7 +708,6 @@ static struct hwentry default_hw[] = {
 		.selector      = "queue-length 0",
 		.pgpolicy      = MULTIBUS,
 		.fast_io_fail  = 10,
-		.no_path_retry = 0,
 		.dev_loss      = 60,
 	},
 	{
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-08-09 15:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23  0:29 [PATCH 1/5] multipath-tools: delete no_path_retry attribute when it is equal to default value Xose Vazquez Perez
2016-07-23  0:29 ` [PATCH 2/5] multipath-tools: Clarify template rules of hwtable Xose Vazquez Perez
2016-07-23  0:29 ` [PATCH 3/5] multipath-tools: use parentheses() to cover a regex with pipe| Xose Vazquez Perez
2016-07-23  0:29 ` [PATCH 4/5] multipath-tools: replace leading spaces with tabs II Xose Vazquez Perez
2016-07-23  0:29 ` [PATCH 5/5] multipath-tools: hwtable housekeeping Xose Vazquez Perez
2016-07-31  8:55   ` Christophe Varoqui
2016-07-31 21:59     ` Xose Vazquez Perez
2016-08-01  6:55       ` Christophe Varoqui
2016-08-01  7:10         ` Hannes Reinecke
2016-08-01  7:32           ` Christophe Varoqui
2016-08-01 14:00         ` Xose Vazquez Perez
2016-08-09 15:16           ` Christophe Varoqui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).