multipath-tools ./Makefile path_priority/pp_hp ...
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&r 1=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&r 1=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
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
|