[dm-devel] [PATCH 02/15] multipath-tools: remove pgpolicy=FAILOVER from Ceph/RBD

Xose Vazquez Perez xose.vazquez at gmail.com
Wed Aug 10 16:20:25 UTC 2016


It's already the default pgpolicy.

Cc: Mike Christie <mchristi at redhat.com>
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 1222f47..90c9b5b 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -826,7 +826,6 @@ static struct hwentry default_hw[] = {
 	{
 		.vendor        = "Ceph",
 		.product       = "RBD",
-		.pgpolicy      = FAILOVER,
 		.no_path_retry = NO_PATH_RETRY_FAIL,
 		.checker_name  = RBD,
 		.deferred_remove = DEFERRED_REMOVE_ON,
-- 
2.7.4




More information about the dm-devel mailing list