All of lore.kernel.org
 help / color / mirror / Atom feed
* multipath-tools ./Makefile path_priority/pp_hp ...
@ 2008-05-16 20:07 bmarzins
  0 siblings, 0 replies; 2+ messages in thread
From: bmarzins @ 2008-05-16 20:07 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL4_FC5
Changes by:	bmarzins@sourceware.org	2008-05-16 20:07:27

Modified files:
	.              : Makefile 
Added files:
	path_priority/pp_hp_sw: Makefile pp_hp_sw.c 

Log message:
	Fix for bz #438037
	added Dave Wysochanski's hp storageworks priority callout patch

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/Makefile.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.6.2.2&r2=1.6.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_hp_sw/Makefile.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_hp_sw/pp_hp_sw.c.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=NONE&r2=1.1.2.1

--- multipath-tools/Makefile	2007/07/24 20:35:24	1.6.2.2
+++ multipath-tools/Makefile	2008/05/16 20:07:26	1.6.2.3
@@ -23,13 +23,15 @@
 BUILDDIRS = libmultipath libcheckers path_priority/pp_emc \
 	    path_priority/pp_alua path_priority/pp_netapp \
 	    path_priority/pp_hds_modular path_priority/pp_tpc \
+	    path_priority/pp_hp_sw \
 	    multipath multipathd kpartx cciss_id
 ALLDIRS	= $(shell find . -type d -maxdepth 1 -mindepth 1)
 
 VERSION = $(shell basename ${PWD} | cut -d'-' -f3)
 INSTALLDIRS = multipath multipathd kpartx path_priority/pp_emc \
 	     path_priority/pp_alua path_priority/pp_netapp \
-	     path_priority/pp_hds_modular path_priority/pp_tpc cciss_id
+	     path_priority/pp_hds_modular path_priority/pp_tpc \
+	     path_priority/pp_hp_sw cciss_id
 
 
 all: recurse

^ permalink raw reply	[flat|nested] 2+ messages in thread
* multipath-tools ./Makefile path_priority/pp_hp ...
@ 2008-07-12  1:24 bmarzins
  0 siblings, 0 replies; 2+ messages in thread
From: bmarzins @ 2008-07-12  1:24 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins@sourceware.org	2008-07-12 01:24:07

Modified files:
	.              : Makefile 
Added files:
	path_priority/pp_hp_sw: Makefile pp_hp_sw.c 

Log message:
	Fix for bz 434988. Dave Wysochanski's backported mpath_prio_hp_sw priority
	checker.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.7.2.2&r2=1.7.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_hp_sw/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=NONE&r2=1.1.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_hp_sw/pp_hp_sw.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=NONE&r2=1.1.4.1

--- multipath-tools/Makefile	2007/06/18 22:59:47	1.7.2.2
+++ multipath-tools/Makefile	2008/07/12 01:24:07	1.7.2.3
@@ -21,11 +21,13 @@
 export KRNLOBJ
 BUILDDIRS = multipath multipathd kpartx cciss_id path_priority/pp_alua \
 	    path_priority/pp_emc path_priority/pp_hds_modular \
-	    path_priority/pp_netapp path_priority/pp_rdac path_priority/pp_tpc
+	    path_priority/pp_netapp path_priority/pp_rdac \
+	    path_priority/pp_tpc path_priority/pp_hp_sw
 
 ALLDIRS = multipath multipathd kpartx cciss_id path_priority/pp_alua \
 	  path_priority/pp_emc path_priority/pp_hds_modular \
-	  path_priority/pp_netapp path_priority/pp_rdac path_priority/pp_tpc \
+	  path_priority/pp_netapp path_priority/pp_rdac \
+	  path_priority/pp_hp_sw path_priority/pp_tpc \
 	  libmultipath libcheckers
 
 VERSION = $(shell basename ${PWD} | cut -d'-' -f3)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-12  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 20:07 multipath-tools ./Makefile path_priority/pp_hp bmarzins
  -- strict thread matches above, loose matches on Subject: below --
2008-07-12  1:24 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.