mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d0739b2ea8
Defaulting to host public IP addresses when all nodes are unhealthy does not obey the principle of least surprise. It has caused much confusion over the years. It often leads to problems when all nodes are unhealthy due to something like a cluster filesystem being unmounted. Change the default value for this tunable as the first step of completely removing this behaviour. Remove tests that set NoIPHostOnAllDisabled=1 and update the expected result for other tests where no nodes are healthy. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
scripts | ||
det.001.sh | ||
det.002.sh | ||
det.003.sh | ||
lcp2.001.sh | ||
lcp2.002.sh | ||
lcp2.003.sh | ||
lcp2.004.sh | ||
lcp2.005.sh | ||
lcp2.006.sh | ||
lcp2.007.sh | ||
lcp2.008.sh | ||
lcp2.009.sh | ||
lcp2.010.sh | ||
lcp2.011.sh | ||
lcp2.012.sh | ||
lcp2.013.sh | ||
lcp2.014.sh | ||
lcp2.015.sh | ||
lcp2.016.sh | ||
lcp2.024.sh | ||
lcp2.025.sh | ||
lcp2.027.sh | ||
lcp2.028.sh | ||
lcp2.029.sh | ||
lcp2.030.sh | ||
lcp2.031.sh | ||
lcp2.032.sh | ||
lcp2.033.sh | ||
lcp2.034.sh | ||
lcp2.035.sh | ||
nondet.001.sh | ||
nondet.002.sh | ||
nondet.003.sh | ||
README |
Unit tests for the CTDB IP allocation algorithm(s). Test case filenames look like <algorithm>.NNN.sh, where <algorithm> indicates the IP allocation algorithm to use. These use the ctdb_takeover_test test program.