You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
456 B
16 lines
456 B
7 years ago
|
---
|
||
|
multipathd/main.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
Index: multipath-tools-130222/multipathd/main.c
|
||
|
===================================================================
|
||
|
--- multipath-tools-130222.orig/multipathd/main.c
|
||
|
+++ multipath-tools-130222/multipathd/main.c
|
||
|
@@ -1363,6 +1363,7 @@ configure (struct vectors * vecs, int st
|
||
|
|
||
|
sync_maps_state(mpvec);
|
||
|
vector_foreach_slot(mpvec, mpp, i){
|
||
|
+ remember_wwid(mpp->wwid);
|
||
|
update_map_pr(mpp);
|
||
|
}
|