[dm-devel] [PATCH] minor fix for multipathd's multipath hwentry setup

Lan transter at gmail.com
Thu Nov 3 08:09:34 UTC 2005


It looks like the hwe should be initialized before calling
select_pgfailback, since select_pgfailback could use the mpp->hwe vaule.

--- mp-bleed-1102/multipathd/main.c 2005-11-02 23:24:24.000000000 -0800
+++ mp-bleed-1102-patch/multipathd/main.c 2005-11-01 22:47:47.000000000-0800
@@ -394,8 +394,8 @@
goto out;

adopt_paths(vecs, mpp);
- select_pgfailback(mpp);
mpp->hwe = extract_hwe_from_path(mpp);
+ select_pgfailback(mpp);
set_no_path_retry(mpp);

return 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20051103/6466e36f/attachment.htm>


More information about the dm-devel mailing list