summaryrefslogtreecommitdiff
path: root/ctdb/config/debug_locks.sh
AgeCommit message (Expand)AuthorFilesLines
2024-09-20ctdb: Fix a typoVolker Lendecke1-1/+1
2022-07-22ctdb-scripts: Avoid ShellCheck warning SC2164Martin Schwenke1-1/+1
2021-05-28ctdb-scripts: Add lock debugging for tdb mutex locksAmitay Isaacs1-5/+65
2021-05-28ctdb-scripts: Simplify logic in debug_via_proc_locks()Martin Schwenke1-30/+60
2021-05-28ctdb-scripts: Update debug_locks.sh to handle argumentsMartin Schwenke1-0/+11
2021-05-28ctdb-scripts: Move current lock debugging to a functionMartin Schwenke1-7/+16
2021-05-28ctdb-scripts: Avoid direct /proc accessMartin Schwenke1-7/+6
2021-05-28ctdb-scripts: Factor out function dump_stacks()Martin Schwenke1-26/+40
2018-07-11ctdb-scripts: Provide a gstack function if gstack is not availableMartin Schwenke1-1/+13
2018-05-17ctdb-scripts: Fetch database options from config file in scriptsMartin Schwenke1-6/+2
2018-05-12ctdb-scripts: Use load_script_options() in miscellaneous scriptsMartin Schwenke1-1/+1
2018-05-01ctdb-daemon: Change default volatile database directoryMartin Schwenke1-1/+1
2018-04-27ctdb-scripts: Avoid shellcheck SC1117: Backslash is literal in "..."Martin Schwenke1-2/+2
2018-03-28ctdb-scripts: Split CTDB configuration loadingMartin Schwenke1-1/+1
2016-11-03ctdb-scripts: Fix calculation of CTDB_BASEAmitay Isaacs1-1/+1
2016-07-21ctdb-scripts: Avoid chellcheck warning SC2012 (ls for file list)Martin Schwenke1-5/+7
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2002 (useless cat)Martin Schwenke1-2/+1
2016-07-21ctdb-scripts: Avoid shellcheck warnings SC2046, SC2086 (double-quoting)Martin Schwenke1-1/+3
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2034 (unused variables)Martin Schwenke1-0/+2
2016-07-06ctdb-scripts: Quote some variable expansionsMartin Schwenke1-4/+4
2016-07-06ctdb-scripts: Update script boilerplate to avoid shellcheck warningsMartin Schwenke1-2/+2
2015-10-16ctdb-scripts: Lock debugging should print kernel stack for process in D stateMartin Schwenke1-3/+18
2015-09-15ctdb-scripts: Move remaining state files into CTDB_SCRIPT_VARDIRMartin Schwenke1-2/+1
2014-09-25ctdb-scripts: Fix the regular expresssion for parsing /proc/locksAmitay Isaacs1-1/+1
2013-11-27ctdb-scripts: Be careful when generating unique pids for stack tracesAmitay Isaacs1-1/+1
2013-11-27ctdb-scripts: Set defaults for CTDB_DBDIR and CTDB_DBDIR_PERSISTENTAmitay Isaacs1-0/+5
2013-11-27ctdb-scripts: Run a single instance of debug_locks.sh at a give timeAmitay Isaacs1-24/+34
2013-11-27ctdb-scripts: debug_locks.sh should use configuration to find TDB locationMartin Schwenke1-2/+10
2013-07-10scripts: Add an example debug_locks.sh script to debug locking issueAmitay Isaacs1-0/+45