mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
7fcfea6141
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) |
||
---|---|---|
.. | ||
ctdb_takeover.py | ||
ip_groups1.py | ||
ip_groups2.py | ||
ip_groups3.py | ||
ip_groups4.py | ||
ip_groups5.py | ||
mgmt_simple.py | ||
node_group_extra.py | ||
node_group_simple.py | ||
node_group.py | ||
nondet_path_01.py | ||
README |
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>.