[dm-devel] [PATCH 01/11] multipath-tools: add support for all IBM Enterprise Storage Server / Shark family

Christophe Varoqui christophe.varoqui at opensvc.com
Tue Aug 16 07:50:15 UTC 2016


This set is merged.
Thanks.

On Thu, Aug 11, 2016 at 8:32 PM, Xose Vazquez Perez <xose.vazquez at gmail.com>
wrote:

> Only F20 and 800 were included:
> 2105F20 IBM Enterprise Storage Server Model F20
> 2105800 IBM TotalStorage Enterprise Storage Server Model 800
>
> Added all of them with just "^2105"
> 2105E10 IBM Enterprise Storage Server Model E10
> 2105E20 IBM Enterprise Storage Server Model E20
> 2105F10 IBM Enterprise Storage Server Model F10
> 2105750 IBM TotalStorage Enterprise Storage Server Model 750
>
> Cc: Hannes Reinecke <hare at suse.de>
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: device-mapper development <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
> ---
>  libmultipath/hwtable.c | 12 ++----------
>  1 file changed, 2 insertions(+), 10 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index edfd8fe..cd052e4 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -444,17 +444,9 @@ static struct hwentry default_hw[] = {
>                 .pgfailback    = FAILBACK_UNDEF,
>         },
>         {
> -               /* Enterprise Storage Server / Shark 800 */
> +               /* Enterprise Storage Server / Shark family */
>                 .vendor        = "IBM",
> -               .product       = "^2105800",
> -               .features      = "1 queue_if_no_path",
> -               .pgpolicy      = GROUP_BY_SERIAL,
> -               .pgfailback    = FAILBACK_UNDEF,
> -       },
> -       {
> -               /* Enterprise Storage Server / Shark F20 */
> -               .vendor        = "IBM",
> -               .product       = "^2105F20",
> +               .product       = "^2105",
>                 .features      = "1 queue_if_no_path",
>                 .pgpolicy      = GROUP_BY_SERIAL,
>                 .pgfailback    = FAILBACK_UNDEF,
> --
> 2.7.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20160816/58210c7a/attachment.htm>


More information about the dm-devel mailing list