On Thu, 2026-01-22 at 22:19 +0100, Xose Vazquez Perez wrote: > Config on pag. #8: > https://www.fsastech.com/ja-jp/products/storage/assets-a/manual/afa-disk/p3am-3912.pdf > PR: https://pr.fujitsu.com/jp/news/2012/05/9-2.html > > Cc: Martin Wilck <[email protected]> > Cc: Benjamin Marzinski <[email protected]> > Cc: Christophe Varoqui <[email protected]> > Cc: DM_DEVEL-ML <[email protected]> > Signed-off-by: Xose Vazquez Perez <[email protected]>
This one is ancient, too, and probably long out of support. But unlike the NEC array, the document you digged up is specific and clearly states the vendor-recommended options. So Reviewed-by: Martin Wilck <[email protected]> > --- > libmultipath/hwtable.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index 23c54933..c2192524 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -471,6 +471,13 @@ static struct hwentry default_hw[] = { > .pgfailback = -FAILBACK_IMMEDIATE, > .no_path_retry = 30, > }, > + { > + // ETERNUS VX700 series > + .vendor = "FUJITSU", > + .product = "ETERNUS_VX700", > + .pgpolicy = MULTIBUS, > + .no_path_retry = 120, > + }, > /* > * Hitachi Vantara > *
