mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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) |
||
---|---|---|
.. | ||
ctdb_takeover.py | ||
mgmt_simple.py | ||
node_pool_extra.py | ||
node_pool_simple.py | ||
nondet_path_01.py | ||
README |
This contains a Python simulation of CTDB's IP reallocation algorithm. It is useful for experimenting with improvements.