On 10/07/2016 03:33 PM, Xose Vazquez Perez wrote: > Based on info provided by the manufacturer.
Please drop this one, replaced by v2. Thank you. > Cc: Brian Auld <[email protected]> > Cc: Bart Brooks <[email protected]> > Cc: Christophe Varoqui <[email protected]> > Cc: device-mapper development <[email protected]> > Signed-off-by: Xose Vazquez Perez <[email protected]> > --- > libmultipath/hwtable.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index ff6989d..5ec63c8 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -776,6 +776,14 @@ static struct hwentry default_hw[] = { > .no_path_retry = NO_PATH_RETRY_QUEUE, > .pgpolicy = MULTIBUS, > }, > + { > + .vendor = "(NexGen|Pivot3)", > + .product = "TierStore", > + .pgpolicy = GROUP_BY_PRIO, > + .pgfailback = -FAILBACK_IMMEDIATE, > + .prio_name = PRIO_ALUA, > + .no_path_retry = NO_PATH_RETRY_QUEUE, > + }, > /* > * Intel > */ > -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
