[dm-devel] [PATCH 3/9] multipath-tools: delete redundant ONTAP NVMe comment

2022-05-14 Thread Xose Vazquez Perez
Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index b6ff1107..814e727a 100644

[dm-devel] [PATCH 9/9] multipath-tools: add Dell EMC PowerStore NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Info from (page 46): https://dl.dell.com/content/manual37523884-dell-emc-powerstore-host-configuration-guide.pdf Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 9 + 1 file changed, 9

[dm-devel] [PATCH 7/9] multipath-tools: add IBM FlashSystem(Storwize/SVC) NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Info from: https://www.ibm.com/docs/en/flashsystem-7x00/8.5.x?topic=system-multipath-configuration-fc-nvme-hosts Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 7 +++ 1 file changed, 7

[dm-devel] [PATCH 4/9] multipath-tools: add NetApp E-Series NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Info from (page 12): https://docs.netapp.com/us-en/e-series/pdfs/sidebar/NVMe_over_Fibre_Channel_setup.pdf Cc: NetApp RDAC team Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 9 + 1 file

[dm-devel] [PATCH 8/9] multipath-tools: add Pure FlashArray NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Cc: Uday Shankar Cc: Brian Bunker Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index

[dm-devel] [PATCH 1/9] multipath-tools: fix misspellings

2022-05-14 Thread Xose Vazquez Perez
Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- README.md | 2 +- libmultipath/checkers/rdac.c| 2 +- libmultipath/prioritizers/iet.c | 2 +- multipath/multipath.conf.5 | 2 +-

[dm-devel] [PATCH 2/9] multipath-tools: add HPE Alletra 9000 NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Info from (page 53, website sometimes is broken): https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US=a00115289en_us or https://support.hpe.com/hpesc/public/docDisplay?docId=sd1334en_us=GUID-551FCC2F-D8EA-405B-B9DC-2E66C2AE8608.html Cc: Martin Wilck Cc: Benjamin Marzinski Cc:

[dm-devel] [PATCH 5/9] multipath-tools: add Huawei OceanStor NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Info from (config removed in latest edition): https://download.huawei.com/edownload/e/download.do?actionFlag=download=EDOC1100154490=6001=SUPE_DOC&_t=1612885603000 Old version (page 61-62): https://drive.google.com/file/d/1c5RK4GXX7ofZBFxTtZ_IN1qHyIjw5eR1 Cc: Zhouweigang (Jack) Cc: Zou Ming

[dm-devel] [PATCH 0/9] add new devices to hw table

2022-05-14 Thread Xose Vazquez Perez
Xose Vazquez Perez (9): multipath-tools: fix misspellings multipath-tools: add HPE Alletra 9000 NVMe to hardware table multipath-tools: delete redundant ONTAP NVMe comment multipath-tools: add NetApp E-Series NVMe to hardware table multipath-tools: add Huawei OceanStor NVMe to hardware

[dm-devel] [PATCH 6/9] multipath-tools: add IBM FlashSystem(TMS RamSan) NVMe to hardware table

2022-05-14 Thread Xose Vazquez Perez
Info from: https://www.ibm.com/docs/en/flashsystem-900/1.6.1?topic=configurations-multipathing-information-linux Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 7 +++ 1 file changed, 7