Merged, Thanks. On Sat, May 20, 2017 at 3:29 PM, Xose Vazquez Perez <[email protected]> wrote:
> Cc: Christophe Varoqui <[email protected]> > Cc: device-mapper development <[email protected]> > Signed-off-by: Xose Vazquez Perez <[email protected]> > --- > libmultipath/hwtable.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index 54309ef..59a6055 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -827,7 +827,7 @@ static struct hwentry default_hw[] = { > * Intel > */ > { > - .vendor = "(Intel|INTEL)", > + .vendor = "(Intel|INTEL)", > .product = "Multi-Flex", > .bl_product = "VTrak V-LUN", > .hwhandler = "1 alua", > @@ -840,7 +840,7 @@ static struct hwentry default_hw[] = { > * Linux-IO Target > */ > { > - .vendor = "(LIO-ORG|SUSE)", > + .vendor = "(LIO-ORG|SUSE)", > .product = "RBD", > .hwhandler = "1 alua", > .pgpolicy = GROUP_BY_PRIO, > @@ -852,7 +852,7 @@ static struct hwentry default_hw[] = { > * DataCore > */ > { > - .vendor = "DataCore", > + .vendor = "DataCore", > .product = "SANmelody", > .pgpolicy = GROUP_BY_PRIO, > .pgfailback = -FAILBACK_IMMEDIATE, > @@ -861,7 +861,7 @@ static struct hwentry default_hw[] = { > }, > { > /* SANsymphony */ > - .vendor = "DataCore", > + .vendor = "DataCore", > .product = "Virtual Disk", > .pgpolicy = GROUP_BY_PRIO, > .pgfailback = -FAILBACK_IMMEDIATE, > @@ -1053,7 +1053,7 @@ static struct hwentry default_hw[] = { > * Generic NVMe devices > */ > { > - .vendor = "NVME", > + .vendor = "NVME", > .product = ".*", > .uid_attribute = "ID_WWN", > .checker_name = DIRECTIO, > -- > 2.13.0 > >
-- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
