Multiple link downs can lead to race condition with old_path
, resulting in old_path
not being properly cleared.
#517
Labels
old_path
, resulting in old_path
not being properly cleared.
#517
It is possible that the
old_path
is set during alink_down
, and then anotherlink_down
occurs that affects the oldfailover_path
/ newcurrent_path
, before thecleanup_evcs_old_path
can clear the firstold_path
. This could result in the originalcurrent_path
not being cleared.The text was updated successfully, but these errors were encountered: