1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/ctdb/tests/takeover
Martin Schwenke 7fcfea6141 IP allocation simulation - Pad IPv4 addresses in LCP2 algorithm.
This makes IPv4 addresses comparable with IPv6 but reduces the overall
effectiveness of the algorithm.  The alternative would be to treat
these addresses separately while trying to keep all the IPs in overall
balance...  which is basically the problem that LCP2 solves.  :-)

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 3a7624f9d468b99714a7b6a45313f9e7f66011ed)
2011-07-29 14:32:07 +10:00
..
ctdb_takeover.py IP allocation simulation - Pad IPv4 addresses in LCP2 algorithm. 2011-07-29 14:32:07 +10:00
ip_groups1.py IP allocation simulation - add examples. 2011-07-29 14:32:07 +10:00
ip_groups2.py IP allocation simulation - add examples. 2011-07-29 14:32:07 +10:00
ip_groups3.py IP allocation simulation - add examples. 2011-07-29 14:32:07 +10:00
ip_groups4.py IP allocation simulation - add examples. 2011-07-29 14:32:07 +10:00
ip_groups5.py IP allocation simulation - add examples. 2011-07-29 14:32:07 +10:00
mgmt_simple.py Testing: IP allocation simulation - update options processing in examples. 2010-08-02 15:01:47 +10:00
node_group_extra.py Testing: IP allocation simulation - rename an example to node_group_extra.py. 2010-08-02 15:09:13 +10:00
node_group_simple.py Testing: IP allocation simulation - rename an example to node_group_simple.py. 2010-08-02 15:07:56 +10:00
node_group.py Testing: IP allocation simulation - make usage/failure more obvious. 2010-08-02 15:46:23 +10:00
nondet_path_01.py Testing: IP allocation simulation - update options processing in examples. 2010-08-02 15:01:47 +10:00
README Testing: IP allocation simulation - Update README. 2010-08-02 14:58:15 +10:00

This contains a Python simulation of CTDB's IP reallocation algorithm.

It is useful for experimenting with improvements.

To use this on RHEL5 you'll need python2.6 from EPEL
<http://fedoraproject.org/wiki/EPEL>.