summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Drop unused function ctdb_get_all_public_addresses()Martin Schwenke2021-10-121-10/+0
* ctdb-tests: add a comment to the generated public_addresses file used by even...Ralph Boehme2021-10-121-0/+1
* ctdb-tests: Fix typo in ctdb stub comment matchingMartin Schwenke2021-10-121-1/+1
* ctdb-scripts: filter out comments in public_addresses fileRalph Boehme2021-10-122-1/+5
* ctdb-daemon: Don't mark a node as unhealthy when connecting to itMartin Schwenke2021-09-091-1/+0
* ctdb-daemon: Ignore flag changes for disconnected nodesMartin Schwenke2021-09-091-0/+5
* ctdb-daemon: Simplify ctdb_control_modflags()Martin Schwenke2021-09-091-23/+24
* ctdb-recoverd: Mark CTDB_SRVID_SET_NODE_FLAGS obsoleteMartin Schwenke2021-09-092-47/+16
* ctdb-daemon: Don't bother sending CTDB_SRVID_SET_NODE_FLAGSMartin Schwenke2021-09-091-5/+0
* ctdb-daemon: Modernise remaining debug macro in this functionMartin Schwenke2021-09-091-2/+2
* ctdb-daemon: Update logging for flag changesMartin Schwenke2021-09-091-2/+4
* ctdb-daemon: Correct the condition for logging unchanged flagsMartin Schwenke2021-09-091-1/+1
* ctdb-tools: Use disable and enable controls in toolMartin Schwenke2021-09-091-45/+12
* ctdb-client: Add client code for disable/enable controlsMartin Schwenke2021-09-092-0/+80
* ctdb_daemon: Implement controls DISABLE_NODE/ENABLE_NODEMartin Schwenke2021-09-092-0/+96
* ctdb-daemon: Start as disabled means PERMANENTLY_DISABLEDMartin Schwenke2021-09-091-1/+1
* ctdb-daemon: Factor out a function to get node structure from PNNMartin Schwenke2021-09-092-3/+26
* ctdb-daemon: Add a helper variableMartin Schwenke2021-09-091-4/+6
* ctdb-protocol: Add marshalling for controls DISABLE_NODE/ENABLE_NODEMartin Schwenke2021-09-097-2/+82
* ctdb-protocol: Add new controls to disable and enable nodesMartin Schwenke2021-09-091-0/+2
* ctdb-recoverd: Push flags for a node if any remote node disagreesMartin Schwenke2021-09-091-1/+28
* ctdb-recoverd: Update the local node map before pushing out flagsMartin Schwenke2021-09-091-10/+15
* ctdb-recoverd: Add a helper variableMartin Schwenke2021-09-091-3/+4
* utils: Avoid pylint warningMartin Schwenke2021-07-201-2/+2
* utils: Reformat lines that are longer than 80 columnsMartin Schwenke2021-07-201-4/+6
* utils: Tweak exception handling to stop flake8 complainingMartin Schwenke2021-07-201-2/+2
* utils: Simplify log level logic, drop global variableMartin Schwenke2021-07-201-9/+9
* utils: Inline defaults and help stringsMartin Schwenke2021-07-201-17/+11
* utils: Move argument processing into function and call from main()Martin Schwenke2021-07-201-26/+26
* utils: Reorder imports so that standard imports are firstMartin Schwenke2021-07-201-1/+2
* utils: Clean up ctdb_etcd_lock using autopep8Martin Schwenke2021-07-201-126/+134
* utils: Use Python 3Martin Schwenke2021-07-201-1/+1
* ctdb-scripts: Ignore ShellCheck SC3013 for test -ntMartin Schwenke2021-06-251-1/+1
* ctdb-tests: Force stub version of service in eventscript testsMartin Schwenke2021-06-251-13/+3
* ctdb-common: Drop unused include of mkdir_p.hMartin Schwenke2021-06-251-2/+0
* ctdb-daemon: Close server socket when switching to clientMartin Schwenke2021-06-251-0/+5
* ctdb-tests: Add debug_locks.sh tests for mutexesMartin Schwenke2021-05-2810-14/+133
* ctdb-scripts: Add lock debugging for tdb mutex locksAmitay Isaacs2021-05-281-5/+65
* ctdb-utils: Add tdb_mutex_check utilityAmitay Isaacs2021-05-283-0/+166
* ctdb-scripts: Simplify logic in debug_via_proc_locks()Martin Schwenke2021-05-283-40/+89
* ctdb-scripts: Update debug_locks.sh to handle argumentsMartin Schwenke2021-05-282-4/+22
* ctdb-scripts: Move current lock debugging to a functionMartin Schwenke2021-05-281-7/+16
* ctdb-locking: Pass additional arguments to debug locks scriptAmitay Isaacs2021-05-281-5/+56
* ctdb-tests: Add debug_locks.sh testingMartin Schwenke2021-05-2814-1/+405
* ctdb-tests: Fix nonsense arguments to ps stubMartin Schwenke2021-05-283-4/+4
* ctdb-scripts: Avoid direct /proc accessMartin Schwenke2021-05-281-7/+6
* ctdb-scripts: Factor out function dump_stacks()Martin Schwenke2021-05-281-26/+40
* ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke2021-05-182-4/+4
* ctdb: Introduce output before and after the 10-second timeoutVolker Lendecke2021-05-181-0/+3
* ctdb: Wait for SIGCHLD if script timed outVolker Lendecke2021-05-181-0/+22