Message ID | 20240427234538.8025-2-xose.vazquez@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | christophe varoqui |
Headers | show |
Series | [1/3] multipath-tools: simplify comment in hwtable | expand |
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 640bf347..7aac3f37 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -683,8 +683,8 @@ static struct hwentry default_hw[] = { .pgfailback = -FAILBACK_IMMEDIATE, }, { - // Storwize V5000/V7000 lines / SAN Volume Controller (SVC) / Flex System V7000 - // FlashSystem V840/V9000/5000/5100/5200/7200/7300/9100/9200/9200R/9500 + // Storwize V5000/V7000 lines / SAN Volume Controller (SVC) + // Flex System V7000 / FlashSystem V840/V9000 and 5x00/7x00/9x00 .vendor = "IBM", .product = "^2145", .no_path_retry = NO_PATH_RETRY_QUEUE,
Instead of adding the new 5300 model, replace them with wildcards. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)