On Fri, May 23, 2025 at 01:04:15PM +0200, Martin Wilck wrote: > On Fri, 2025-05-23 at 13:00 +0200, Martin Wilck wrote: > > On Wed, 2025-05-21 at 20:26 -0400, Benjamin Marzinski wrote: > > > The are multiple places in the code that can set pp->state to > > > PATH_DOWN without resetting pp->checkint, most obviously when > > > a path is failed by update_multipath(). When this happens the > > > path will continue to be checked at its previous interval, > > > instead of switching back to conf->checkint. Fix these cases > > > by always resetting the pp->checkint to conf->checkint when > > > updating the state of a failed path. > > > > > > Signed-off-by: Benjamin Marzinski <bmarz...@redhat.com> > > Reviewed-by: Martin Wilck <mwi...@suse.com> > > Although this patch has no fixes: tag, I'll consider it for the stable > branches. Objections?
Yeah. It makes sense for the stable branches. -Ben > > Martin