On Tue, 2023-12-12 at 18:53 -0500, Benjamin Marzinski wrote: > Now that multipathd is running the same code to remove devices as > multipath, multipath doesn't need to automatically retry the remove > if > it fails. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> If we know that multipathd executes the same commands that multipathd does, why don't we just call delegate_to_multipathd() repeatedly until the retries are exhausted? Martin