Skip to content

Commit 1da6abf

Browse files
xosevpmwilck
authored andcommitted
multipath-tools: add VASTData Block Subsystem NVMe to hwtable
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>
1 parent ad22db4 commit 1da6abf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

libmultipath/hwtable.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,15 @@ static struct hwentry default_hw[] = {
14011401
.no_path_retry = 30,
14021402
.prio_args = "exclusive_pref_bit",
14031403
},
1404+
/*
1405+
* VAST Data
1406+
*/
1407+
{
1408+
// Block Subsystem NVMe
1409+
.vendor = "NVME",
1410+
.product = "VASTData",
1411+
.no_path_retry = NO_PATH_RETRY_QUEUE,
1412+
},
14041413
/*
14051414
* EOL
14061415
*/

0 commit comments

Comments
 (0)