On Tue, 2026-01-27 at 19:12 -0500, Benjamin Marzinski wrote:
> "pg_init_delay_msecs X" can be passed as a feature in the multipath
> table and is used to set m->pg_init_delay_msecs in parse_features().
> However, alloc_multipath_stage2(), which is called after
> parse_features(), resets m->pg_init_delay_msecs to its default value.
> Instead, set m->pg_init_delay_msecs in alloc_multipath(), which is
> called before parse_features(), to avoid overwriting a value passed
> in
> by the table.
> 
> Signed-off-by: Benjamin Marzinski <[email protected]>

Fixes: 848b8aefd44d ("dm mpath: optimize NVMe bio-based support")

?

Reply via email to