Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multipathd: only call reload_and_sync_map() when ghost delay expires
While we're waiting for active paths to appear when ghost delay is enabled, we do add new paths to multipathd's internal mpp data structure as they are discovered (unlike missing uevent case, where we orphan the paths instead). When the ghost_delay timer expires, it should be sufficient to call the more light-weight reload_and_sync_map() instead of update_map(). Signed-off-by: Martin Wilck <mwilck@suse.com>
- Loading branch information