Re: [dm-devel] [PATCH v2 7/8] multipathd: unset mpp->hwe when removing map

2020-08-12 Thread Benjamin Marzinski
On Wed, Aug 12, 2020 at 09:28:14AM +, Martin Wilck wrote: > On Tue, 2020-08-11 at 16:58 -0500, Benjamin Marzinski wrote: > > If the map doesn't unset its hwe pointer before orphaning all the > > paths, > > multipathd will print a warning message in orphan_path() because of > > commit

Re: [dm-devel] [PATCH v2 7/8] multipathd: unset mpp->hwe when removing map

2020-08-12 Thread Martin Wilck
On Tue, 2020-08-11 at 16:58 -0500, Benjamin Marzinski wrote: > If the map doesn't unset its hwe pointer before orphaning all the > paths, > multipathd will print a warning message in orphan_path() because of > commit "libmultipath: warn if freeing path that holds mpp->hwe". > > Signed-off-by:

[dm-devel] [PATCH v2 7/8] multipathd: unset mpp->hwe when removing map

2020-08-11 Thread Benjamin Marzinski
If the map doesn't unset its hwe pointer before orphaning all the paths, multipathd will print a warning message in orphan_path() because of commit "libmultipath: warn if freeing path that holds mpp->hwe". Signed-off-by: Benjamin Marzinski --- libmultipath/structs_vec.c | 1 + multipathd/main.c