- use "VSP" for the whole family, too many variants - identify Quantum models
Cc: Martin Wilck <mwi...@suse.com> Cc: Benjamin Marzinski <bmarz...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM-DEVEL-ML <dm-devel@lists.linux.dev> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 4ca4245c..a9991865 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -470,7 +470,7 @@ static struct hwentry default_hw[] = { * Maintainer: Matthias Rudolph <matthias.rudo...@hitachivantara.com> */ { - /* USP-V, HUS VM, VSP, VSP G1X00 and VSP GX00 families / HPE XP */ + /* USP-V, HUS VM, and VSP Series / HPE XP */ .vendor = "(HITACHI|HP|HPE)", .product = "^OPEN-", .pgpolicy = GROUP_BY_PRIO, @@ -1327,7 +1327,7 @@ static struct hwentry default_hw[] = { * Quantum */ { - /* StorNext family */ + /* StorNext QX/QXS Series */ .vendor = "Quantum", .product = "(StorNext QX|QXS)", .bl_product = "cvfsctl", @@ -1337,7 +1337,7 @@ static struct hwentry default_hw[] = { .no_path_retry = 18, }, { - /* F-Series */ + /* F/H Series */ .vendor = "QUANTUM", .product = "^(F|P|H)[24]", .pgpolicy = GROUP_BY_PRIO, -- 2.50.1