summaryrefslogtreecommitdiff
path: root/ctdb/tests/scripts/integration.bash
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2022-01-10 13:22:19 +1100
committerMartin Schwenke <martins@samba.org>2022-01-17 10:21:33 +0000
commitf02e097485722badf27523c706adb99f21342f56 (patch)
tree358259cccd6e89e8e2d325f946a35d0c360424e9 /ctdb/tests/scripts/integration.bash
parente60581d5b5ecbac2b4bae49fbf60e071372fc2d3 (diff)
downloadsamba-f02e097485722badf27523c706adb99f21342f56.tar.gz
ctdb-tools: recovery master -> leader
The following command names are changed: recmaster -> leader setrecmasterrole -> setleaderrole Command output changed for the following commands: status getcapabilities Documentation and tests are updated to reflect these changes. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests/scripts/integration.bash')
-rw-r--r--ctdb/tests/scripts/integration.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash
index c9457aaf850..25ee4d945cc 100644
--- a/ctdb/tests/scripts/integration.bash
+++ b/ctdb/tests/scripts/integration.bash
@@ -649,7 +649,7 @@ _leader_get ()
{
local node="$1"
- ctdb_onnode "$node" recmaster
+ ctdb_onnode "$node" leader
# shellcheck disable=SC2154
# $out set by ctdb_onnode() above
leader="$out"