mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
eac5edf322
process_args() must now be called by programs inporting this module. Options are put into global variable "options", which can be references using "ctdb_takeover.options". Can now pass extra option specifications to process_args(). Remove global variable prev and make it a Cluster object variable. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit a32298e7bc819694518e859f100f9444ff5663cd)
This contains a Python simulation of CTDB's IP reallocation algorithm. It is useful for experimenting with improvements.