[dm-devel] [PATCH 4/6] multipath-tools: delete minio_rq attribute when it is equal to default value

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Jul 8 23:58:46 UTC 2016


      1                 .minio_rq      = 1,

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index efc1759..d3be19a 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -914,7 +914,6 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = 30,
 		.rr_weight     = RR_WEIGHT_PRIO,
 		.no_path_retry = NO_PATH_RETRY_FAIL,
-		.minio_rq      = 1,
 		.flush_on_last_del = FLUSH_ENABLED,
 		.fast_io_fail  = 5,
 		.dev_loss      = 30,
-- 
2.7.4




More information about the dm-devel mailing list