Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multipathd: reload maps in do_sync_mpp() if necessary
update_pathvec_from_dm() may set mpp->need_reload if it finds inconsistent settings. In this case, the map should be reloaded, but so far we don't do this reliably. Add a call to reload_map() to do_sync_mpp() to clear this kind of inconsistency. In order to avoid endless reload loops, limit the number of retries to 1. Fixes: opensvc#105 Signed-off-by: Martin Wilck <[email protected]>
- Loading branch information