All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] multipath-tools: document why dev_loss_tmo is set to infinity for HPE 3PAR
@ 2019-03-16 22:30 Xose Vazquez Perez
  2019-03-29 15:53 ` Martin Wilck
  0 siblings, 1 reply; 2+ messages in thread
From: Xose Vazquez Perez @ 2019-03-16 22:30 UTC (permalink / raw)
  Cc: DM-DEVEL ML, Xose Vazquez Perez

It's needed by Peer Persistence, documented in SLES and RHEL guides:
https://support.hpe.com/hpsc/doc/public/display?docId=a00053835
https://support.hpe.com/hpsc/doc/public/display?docId=c04448818

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index d3a8d9b..543bacd 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -116,6 +116,7 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 		.no_path_retry = 18,
 		.fast_io_fail  = 10,
+		/* infinity is needed by Peer Persistence */
 		.dev_loss      = MAX_DEV_LOSS_TMO,
 	},
 	{
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH resend] multipath-tools: document why dev_loss_tmo is set to infinity for HPE 3PAR
  2019-03-16 22:30 [PATCH resend] multipath-tools: document why dev_loss_tmo is set to infinity for HPE 3PAR Xose Vazquez Perez
@ 2019-03-29 15:53 ` Martin Wilck
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Wilck @ 2019-03-29 15:53 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: DM-DEVEL ML

On Sat, 2019-03-16 at 23:30 +0100, Xose Vazquez Perez wrote:
> It's needed by Peer Persistence, documented in SLES and RHEL guides:
> https://support.hpe.com/hpsc/doc/public/display?docId=a00053835
> https://support.hpe.com/hpsc/doc/public/display?docId=c04448818
> 
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: DM-DEVEL ML <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>  libmultipath/hwtable.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index d3a8d9b..543bacd 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -116,6 +116,7 @@ static struct hwentry default_hw[] = {
>  		.prio_name     = PRIO_ALUA,
>  		.no_path_retry = 18,
>  		.fast_io_fail  = 10,
> +		/* infinity is needed by Peer Persistence */
>  		.dev_loss      = MAX_DEV_LOSS_TMO,
>  	},
>  	{

I'm not quite getting the benefit of adding this comment without
further explanation what Peer Persistence is. Also, IMO, setting
dev_loss_tmo to a higher value than the default (contrary to lowering
it) doesn't require much justification.

But it can't really hurt, so:

Reviewed-by: Martin Wilck <mwilck@suse.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-29 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-16 22:30 [PATCH resend] multipath-tools: document why dev_loss_tmo is set to infinity for HPE 3PAR Xose Vazquez Perez
2019-03-29 15:53 ` Martin Wilck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.