summaryrefslogtreecommitdiffstats
path: root/0022-RH-multipathd-check-wwids.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2013-04-01 14:17:27 -0500
committerBenjamin Marzinski <bmarzins@redhat.com>2013-04-01 14:17:27 -0500
commit816bea4c19c24a4ae9063ea2ec1e87f898288b91 (patch)
treea8ed66ab820d5eefe22b10a9e61054a6bbed27bd /0022-RH-multipathd-check-wwids.patch
parent0a249b06ae9d3692813e73262d8ce7593ee7f4bf (diff)
downloaddevice-mapper-multipath-816bea4c19c24a4ae9063ea2ec1e87f898288b91.tar.gz
device-mapper-multipath-816bea4c19c24a4ae9063ea2ec1e87f898288b91.tar.xz
device-mapper-multipath-816bea4c19c24a4ae9063ea2ec1e87f898288b91.zip
device-mapper-multipath-0.4.9-47
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
Diffstat (limited to '0022-RH-multipathd-check-wwids.patch')
-rw-r--r--0022-RH-multipathd-check-wwids.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/0022-RH-multipathd-check-wwids.patch b/0022-RH-multipathd-check-wwids.patch
new file mode 100644
index 0000000..b6e8f42
--- /dev/null
+++ b/0022-RH-multipathd-check-wwids.patch
@@ -0,0 +1,16 @@
+---
+ 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);
+ }
+