Message ID | 20230331082835.7644-1-mwilck@suse.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | christophe varoqui |
Headers | show |
Series | fixup! libmultipath: use directio checker for LIO targets | expand |
On Fri, Mar 31, 2023 at 10:28:35AM +0200, mwilck@suse.com wrote: > From: Martin Wilck <mwilck@suse.com> > > When we set the check to something other than TUR, we need > to disable checker detection, too. > > Signed-off-by: Martin Wilck <mwilck@suse.com> Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com> > --- > libmultipath/hwtable.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index c2a024c..65bca74 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -1068,6 +1068,7 @@ static struct hwentry default_hw[] = { > .no_path_retry = 12, > .prio_name = PRIO_ALUA, > .checker_name = DIRECTIO, > + .detect_checker = DETECT_CHECKER_OFF, > }, > /* > * DataCore > -- > 2.39.2 -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel
On Fri, 2023-03-31 at 08:47 -0500, Benjamin Marzinski wrote: > On Fri, Mar 31, 2023 at 10:28:35AM +0200, mwilck@suse.com wrote: > > From: Martin Wilck <mwilck@suse.com> > > > > When we set the check to something other than TUR, we need > > to disable checker detection, too. > > > > Signed-off-by: Martin Wilck <mwilck@suse.com> > > Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com> Thanks! I am going to squash this in. Martin -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index c2a024c..65bca74 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -1068,6 +1068,7 @@ static struct hwentry default_hw[] = { .no_path_retry = 12, .prio_name = PRIO_ALUA, .checker_name = DIRECTIO, + .detect_checker = DETECT_CHECKER_OFF, }, /* * DataCore