Re: [dm-devel] [PATCH 4/8] libmultipath: fix queue_mode feature handling

2022-10-21 Thread Martin Wilck
On Fri, 2022-10-21 at 12:48 -0500, Benjamin Marzinski wrote: > On Thu, Oct 20, 2022 at 02:58:42PM +, Martin Wilck wrote: > > On Fri, 2022-10-07 at 12:35 -0500, Benjamin Marzinski wrote: > > > device-mapper is not able to change the queue_mode on a table > > > reload. > > > Make sure that when

Re: [dm-devel] [PATCH 4/8] libmultipath: fix queue_mode feature handling

2022-10-21 Thread Benjamin Marzinski
On Thu, Oct 20, 2022 at 02:58:42PM +, Martin Wilck wrote: > On Fri, 2022-10-07 at 12:35 -0500, Benjamin Marzinski wrote: > > device-mapper is not able to change the queue_mode on a table reload. > > Make sure that when multipath sets up the map, both on regular > > reloads > > and

Re: [dm-devel] [PATCH 4/8] libmultipath: fix queue_mode feature handling

2022-10-20 Thread Martin Wilck
On Fri, 2022-10-07 at 12:35 -0500, Benjamin Marzinski wrote: > device-mapper is not able to change the queue_mode on a table reload. > Make sure that when multipath sets up the map, both on regular > reloads > and reconfigures, it keeps the queue_mode the same. > > Signed-off-by: Benjamin

[dm-devel] [PATCH 4/8] libmultipath: fix queue_mode feature handling

2022-10-07 Thread Benjamin Marzinski
device-mapper is not able to change the queue_mode on a table reload. Make sure that when multipath sets up the map, both on regular reloads and reconfigures, it keeps the queue_mode the same. Signed-off-by: Benjamin Marzinski --- libmultipath/configure.c | 4 +++ libmultipath/dmparser.c