[defaults] rename hp_sw hwhandler
authorChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 24 Oct 2007 20:31:21 +0000 (22:31 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 24 Oct 2007 20:31:21 +0000 (22:31 +0200)
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 redhat com>
libmultipath/hwtable.c

index f4bcf26..2fc4a72 100644 (file)
@@ -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,