[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] 2nd patch
- From: egoggin emc com
- To: dm-devel redhat com
- Cc: christophe varoqui free fr
- Subject: [dm-devel] 2nd patch
- Date: Tue, 7 Mar 2006 13:22:00 -0500
Christophe,
Turns out the previous patch needs the additional 2 line change to
checkloop() in multipathd/main.c
in order to reinstate the dmstate of a newly passive path. Code goes at the
end of the block
which is controlled by the following conditional.
else if (newstate == PATH_UP || newstate == PATH_GHOST) {
+ if (pp->dmstate == PSTATE_FAILED)
+ reinstate_path(pp, 1);
Ed
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]