diff mbox series

multipath-tools: update comments in hwtable

Message ID 20241008213241.144185-1-xose.vazquez@gmail.com (mailing list archive)
State New
Headers show
Series multipath-tools: update comments in hwtable | expand

Commit Message

Xose Vazquez Perez Oct. 8, 2024, 9:32 p.m. UTC
Update description of Alletra NVMe.

Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@lists.linux.dev>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Martin Wilck Oct. 9, 2024, 1:38 p.m. UTC | #1
On Tue, 2024-10-08 at 23:32 +0200, Xose Vazquez Perez wrote:
> Update description of Alletra NVMe.
> 
> Cc: Martin Wilck <mwilck@suse.com>
> Cc: Benjamin Marzinski <bmarzins@redhat.com>
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: DM-DEVEL ML <dm-devel@lists.linux.dev>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>

Reviewed-by: Martin Wilck <mwilck@suse.com>
diff mbox series

Patch

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 01d50303..74575eb1 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -123,7 +123,8 @@  static struct hwentry default_hw[] = {
 		.vpd_vendor_id = VPD_VP_HP3PAR,
 	},
 	{
-		/* Alletra 9000 NVMe */
+		// Alletra 9000 NVMe / Alletra Storage MP
+		// GreenLake Block Storage MP
 		.vendor        = "NVME",
 		.product       = "HPE Alletra",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,