Re: [dm-devel] [PATCH v2] libmultipath: setup_map(): don't break multipath attributes

2020-09-15 Thread Benjamin Marzinski
On Thu, Sep 10, 2020 at 09:56:11PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > setup_map() is called both for new maps (e.g. from coalesce_paths()) > and existing maps (e.g. from reload_map(), resize_map()). In the former > case, the map will be removed from global data structures, so

[dm-devel] [PATCH v2] libmultipath: setup_map(): don't break multipath attributes

2020-09-10 Thread mwilck
From: Martin Wilck setup_map() is called both for new maps (e.g. from coalesce_paths()) and existing maps (e.g. from reload_map(), resize_map()). In the former case, the map will be removed from global data structures, so incomplete initialization is not an issue. But In the latter case, removal