All of lore.kernel.org
 help / color / mirror / Atom feed
* multipath-tools/libmultipath configure.c
@ 2009-09-28 16:30 bmarzins
  0 siblings, 0 replies; only message in thread
From: bmarzins @ 2009-09-28 16:30 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins@sourceware.org	2009-09-28 16:30:27

Modified files:
	libmultipath   : configure.c 

Log message:
	Fix bz#501019. Fix incorrect multipath output in dry-run.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/configure.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.2.2.4&r2=1.2.2.5

--- multipath-tools/libmultipath/configure.c	2008/09/19 03:27:08	1.2.2.4
+++ multipath-tools/libmultipath/configure.c	2009/09/28 16:30:27	1.2.2.5
@@ -139,7 +139,7 @@
 	if (!cmpp) {
 		cmpp = find_mp_by_wwid(curmp, mpp->wwid);
 
-		if (cmpp && !conf->dry_run) {
+		if (cmpp) {
 			condlog(2, "%s: rename %s to %s", mpp->wwid,
 				cmpp->alias, mpp->alias);
 			strncpy(mpp->alias_old, cmpp->alias, WWID_SIZE);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-28 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 16:30 multipath-tools/libmultipath configure.c bmarzins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.