From nobody Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <hare@suse.de>
Date: Tue Nov 7 09:50:43 2006 +0100
Subject: [PATCH] Fixup prioritizer name for Hitachi HDS

Path priority callouts are always names 'mpath_prio_XXX'.
So adjusting the name of for the Hitachi HDS priority callout.

References: 191535
Signed-off-by: Hannes Reinecke <hare@suse.de>

---

 libmultipath/hwtable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

545efe9183ae3c547c2ea98bf96f41f870e8ec96
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 684543f..78aa45e 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -208,7 +208,7 @@ static struct hwentry default_hw[] = {
 		.vendor        = "HITACHI",
 		.product       = "DF.*",
 		.getuid        = DEFAULT_GETUID,
-		.getprio       = "/sbin/pp_hds_modular %d",
+		.getprio       = "/sbin/mpath_prio_hds_modular %d",
 		.features      = DEFAULT_FEATURES,
 		.hwhandler     = DEFAULT_HWHANDLER,
 		.selector      = DEFAULT_SELECTOR,
-- 
1.3.1

