blob: 4ca6e462ad4de14d1c777d00090cd4ab18c3ccd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env bash
# Use 'onnode' to confirm connectivity between all cluster nodes
. "${TEST_SCRIPTS_DIR}/integration.bash"
set -e
ctdb_test_init
echo "Checking connectivity between nodes..."
onnode all onnode -p all hostname
|