summaryrefslogtreecommitdiffstats
path: root/0037-RH-adopt-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to '0037-RH-adopt-paths.patch')
-rw-r--r--0037-RH-adopt-paths.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/0037-RH-adopt-paths.patch b/0037-RH-adopt-paths.patch
deleted file mode 100644
index 279487e..0000000
--- a/0037-RH-adopt-paths.patch
+++ /dev/null
@@ -1,31 +0,0 @@
----
- libmultipath/structs_vec.c | 2 +-
- multipathd/main.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-Index: multipath-tools/multipathd/main.c
-===================================================================
---- multipath-tools.orig/multipathd/main.c
-+++ multipath-tools/multipathd/main.c
-@@ -1178,7 +1178,7 @@ configure (struct vectors * vecs, int st
- /*
- * create new set of maps & push changed ones into dm
- */
-- if (coalesce_paths(vecs, mpvec, NULL, 0))
-+ if (coalesce_paths(vecs, mpvec, NULL, 1))
- return 1;
-
- /*
-Index: multipath-tools/libmultipath/structs_vec.c
-===================================================================
---- multipath-tools.orig/libmultipath/structs_vec.c
-+++ multipath-tools/libmultipath/structs_vec.c
-@@ -355,7 +355,7 @@ retry:
- goto out;
- }
-
-- //adopt_paths(vecs->pathvec, mpp);
-+ adopt_paths(vecs->pathvec, mpp);
- if (!mpp->hwe)
- mpp->hwe = extract_hwe_from_path(mpp);
- if (!mpp->hwe) {