commit | 98e1b60ecc441625c91013e88f14cbd1b3c1fa08 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Fri Jun 14 04:56:12 2013 -0500 |
committer | David Teigland <teigland@redhat.com> | Fri Jun 14 13:07:11 2013 -0500 |
tree | 4505bd8d9f6156ea7bfbc556da40db2afb59ccad | |
parent | b390ca38d27bd3d2f409e64a6f13d6ff67eb4825 [diff] |
dlm: try other IPs when sctp init assoc fails Currently, if we cannot create a association to the first IP addr that is added to DLM, the SCTP init assoc code will just retry the same IP. This patch adds a simple failover schemes where we will try one of the addresses that was passed into DLM. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: David Teigland <teigland@redhat.com>