[dm-devel] [PATCH] [libmultipath] Update HP hardware handler name from "dm_hp" to "dm-hp"

Dave Wysochanski dwysocha at redhat.com
Wed Oct 3 21:18:02 UTC 2007


HP storageworks handler has been submitted upstream.  During the review, 
the name of the handler was changed from "dm_hp" to "dm-hp" for consistency
with kernel code.  This patch  updates the hwtable for these HP arrays.

Signed-off-by: Dave Wysochanski <dwysocha at redhat.com>
---
 libmultipath/hwtable.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index ef761d7..940dc0e 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -65,7 +65,7 @@ static struct hwentry default_hw[] = {
 		.getuid        = DEFAULT_GETUID,
 		.getprio       = "/sbin/mpath_prio_hp_sw /dev/%n",
 		.features      = "1 queue_if_no_path",
-		.hwhandler     = "1 hp_sw",
+		.hwhandler     = "1 hp-sw",
 		.selector      = DEFAULT_SELECTOR,
 		.pgpolicy      = GROUP_BY_PRIO,
 		.pgfailback    = FAILBACK_UNDEF,
@@ -96,7 +96,7 @@ static struct hwentry default_hw[] = {
 		.getuid        = DEFAULT_GETUID,
 		.getprio       = "/sbin/mpath_prio_hp_sw /dev/%n",
 		.features      = "1 queue_if_no_path",
-		.hwhandler     = "1 hp_sw",
+		.hwhandler     = "1 hp-sw",
 		.selector      = DEFAULT_SELECTOR,
 		.pgpolicy      = GROUP_BY_PRIO,
 		.pgfailback    = FAILBACK_UNDEF,
-- 
1.5.2.2




More information about the dm-devel mailing list