816bea4c19
Add 0021-RHBZ-919119-respect-kernel-cmdline.patch * keep the multipath.rules udev file from running and multipathd from starting if nompath is on the kernel command line Add 0022-RH-multipathd-check-wwids.patch * Whenever multipath runs configure, it will check the wwids, and add any missing ones to the wwids file Add 0023-RH-multipath-wipe-wwid.patch * multipath's -w command will remove a wwid from the wwids file Add 0024-RH-multipath-wipe-wwids.patch * multipath's -W command will set reset the wwids file to just the current devices Add 0025-UPBZ-916668_add_maj_min.patch Resolves: bz #919119
17 lines
463 B
Diff
17 lines
463 B
Diff
---
|
|
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);
|
|
}
|
|
|