Message ID | 20250313071751.345627-1-xose.vazquez@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | multipath-tools: identify more arrays under IBM/2145 ID | expand |
On Thu, 2025-03-13 at 08:17 +0100, Xose Vazquez Perez wrote: > Add IBM Storage FlashSystem C200: > https://www.ibm.com/docs/en/flashsystem-c200/8.7.x_cd?topic=system-settings-linux-hosts > > 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> > --- > libmultipath/hwtable.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index f8cf3fa9..8001d5be 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -659,7 +659,7 @@ static struct hwentry default_hw[] = { > }, > { > // Storwize V5000/V7000 lines / SAN Volume > Controller (SVC) > - // Flex System V7000 / FlashSystem V840/V9000 and > 5x00/7x00/9x00 > + // Flex System V7000 / FlashSystem V840/V9000 and > 5x00/7x00/9x00/Cx00 > .vendor = "IBM", > .product = "^2145", > .no_path_retry = NO_PATH_RETRY_QUEUE,
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index f8cf3fa9..8001d5be 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -659,7 +659,7 @@ static struct hwentry default_hw[] = { }, { // Storwize V5000/V7000 lines / SAN Volume Controller (SVC) - // Flex System V7000 / FlashSystem V840/V9000 and 5x00/7x00/9x00 + // Flex System V7000 / FlashSystem V840/V9000 and 5x00/7x00/9x00/Cx00 .vendor = "IBM", .product = "^2145", .no_path_retry = NO_PATH_RETRY_QUEUE,
Add IBM Storage FlashSystem C200: https://www.ibm.com/docs/en/flashsystem-c200/8.7.x_cd?topic=system-settings-linux-hosts 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)