summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2026-04-17ctdb-scripts: Support interface altnamesMartin Schwenke2-14/+30
2026-04-16ctdb-tests: Add addip/releaseip altname unit testMartin Schwenke1-0/+21
2026-04-16ctdb-tests: Implement altname property for ip link/addrMartin Schwenke1-0/+54
2026-04-16ctdb-scripts: Rename/reimplement get_iface_ip_maskbits()Martin Schwenke1-8/+10
2026-04-16ctdb-scripts: Add function ip_prefix_iface()Martin Schwenke2-10/+13
2026-04-16ctdb-tests: Implement -brief option for ip addr show stubMartin Schwenke1-12/+36
2026-04-16ctdb-tests: Fix a typo in "ip link show" stub outputMartin Schwenke1-1/+1
2026-04-16ctdb-scripts: Drop full address prefix lengthsMartin Schwenke1-7/+3
2026-04-16ctdb-scripts: Add an extra variable to help reviewersMartin Schwenke1-3/+9
2026-04-16ctdb-scripts: Add function ip_addr_add()Martin Schwenke2-11/+20
2026-04-16ctdb-scripts: Add function ip_addr_del()Martin Schwenke3-12/+22
2026-04-16ctdb-scripts: Only warn when removing an unassigned public IPMartin Schwenke2-14/+15
2026-04-16ctdb-scripts: Simplify by taking advantage of early return/exitMartin Schwenke1-13/+13
2026-04-16ctdb-scripts: Fix the NAT gateway IP drop in crash cleanupMartin Schwenke1-1/+1
2026-04-16ctdb-scripts: No longer attempt to delete IP from new interfaceMartin Schwenke1-2/+1
2026-04-16ctdb-scripts: Add address with specified mask bits in updateipMartin Schwenke1-1/+1
2026-04-16ctdb-scripts: Change style to use if-statementsMartin Schwenke2-10/+10
2026-04-16ctdb-scripts: Reformat with "shfmt -w -i 0 -fn"Martin Schwenke3-136/+138
2026-04-16ctdb-scripts: Avoid a shellcheck complaintMartin Schwenke1-1/+1
2026-03-18ctdb-tests: Tweak some NFS monitoring tests for portabilityMartin Schwenke2-4/+8
2026-03-18ctdb-tests: Skip statd-callout tests on FreeBSDMartin Schwenke1-0/+2
2026-03-18ctdb-scripts: Trim "wc -l" output for FreeBSD compatibilityMartin Schwenke1-2/+4
2026-03-18ctdb-event: Fix the build on FreeBSDMartin Schwenke3-3/+3
2026-02-25ctdb-tests: Update READMEMartin Schwenke1-2/+6
2026-02-25ctdb-common: Remove unused function ctdb_set_helper()Martin Schwenke2-67/+0
2026-02-25ctdb-daemon: Remove helper variable CTDB_DEBUG_LOCKSMartin Schwenke3-19/+9
2026-02-25ctdb-tests: Reorder and group script variables, add commentsMartin Schwenke1-9/+18
2026-02-25ctdb-tests: Remove unused helper variable CTDB_SCRIPTS_HELPER_BINDIRMartin Schwenke1-3/+0
2026-02-25ctdb-daemon: Remove helper variable CTDB_CLUSTER_MUTEX_HELPERMartin Schwenke6-105/+17
2026-02-25ctdb-daemon: Remove helper variable CTDB_LOCK_HELPERMartin Schwenke4-11/+9
2026-02-25ctdb-daemon: Remove helper variable CTDB_EVENTDMartin Schwenke2-9/+1
2026-02-25ctdb-recoverd: Remove some helper variablesMartin Schwenke2-18/+17
2026-02-25ctdb-tools: Remove some helper variablesMartin Schwenke4-36/+6
2026-02-25ctdb-common: Add path_helperdir() and path_helperdir_append()Martin Schwenke2-0/+33
2026-02-25ctdb-tests: Drop an unnecessary use of CTDB_SCRIPTS_HELPER_BINDIRMartin Schwenke1-2/+1
2026-02-25ctdb-tests: Use CTDB_TEST_HELPER_BINDIR inlineMartin Schwenke9-14/+14
2026-02-25ctdb-tests: Remove redundant PATH addsMartin Schwenke11-24/+0
2026-02-25ctdb-tests: Add CTDB_TEST_HELPER_BINDIRMartin Schwenke2-3/+10
2026-02-25ctdb-tests: Silence some shellcheck complaintsMartin Schwenke5-9/+23
2026-02-25ctdb-tests: Reformat with "shfmt -w -i 0 -fn"Martin Schwenke16-210/+230
2026-02-25ctdb-tests: Add a useful commentMartin Schwenke1-0/+3
2026-02-25ctdb-tests: Remove unused variablesMartin Schwenke1-4/+0
2026-02-25ctdb-build: Store generator rules in variablesMartin Schwenke1-14/+14
2026-02-25ctdb-build: Ensure generated scripts are executable and symlinkedMartin Schwenke1-8/+22
2026-02-23ctdb-tools: Fix CID 1681637 - Drop unnecessary if-statementsMartin Schwenke1-9/+0
2026-02-20ctdb-doc: add section to manpage for -j/--json optionJohn Mulligan1-0/+17
2026-02-20ctdb-tools: add some tests cases for ctdb status --jsonJohn Mulligan3-0/+261
2026-02-20ctdb-tests: add wrapper helper over JSON-mode commandShachar Sharon1-0/+8
2026-02-20ctdb-tools: add --json support to 'version' sub-commandShachar Sharon1-1/+33
2026-02-20ctdb-tools: add a --json option for ctdb statusJohn Mulligan1-15/+445