[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] multipath-tools/multipathd main.c
- From: bmarzins sourceware org
- To: dm-cvs sourceware org, dm-devel redhat com
- Cc:
- Subject: [dm-devel] multipath-tools/multipathd main.c
- Date: 17 Oct 2008 18:37:54 -0000
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL4_FC5
Changes by: bmarzins sourceware org 2008-10-17 18:37:54
Modified files:
multipathd : main.c
Log message:
Don't check the map flags for an orphaned path.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipathd/main.c.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.66.2.4&r2=1.66.2.5
--- multipath-tools/multipathd/main.c 2008/04/14 22:40:09 1.66.2.4
+++ multipath-tools/multipathd/main.c 2008/10/17 18:37:53 1.66.2.5
@@ -863,7 +863,7 @@
break;
}
}
- if (!found && mpp->flush_on_last_del == FLUSH_ENABLED) {
+ if (mpp && !found && mpp->flush_on_last_del == FLUSH_ENABLED) {
condlog(1, "%s: Last path deleted, disabling queueing",
mpp->alias);
mpp->retry_tick = 0;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]