summaryrefslogtreecommitdiff
path: root/ctdb/tests/UNIT/tool/ctdb.lvs.008.sh
blob: 6cdd702c57cb206553df4235e0c742e4067bd296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "3 nodes, no LVS, current disconnected"

setup_nodes <<EOF
192.168.20.41
192.168.20.42
192.168.20.43
EOF

setup_lvs <<EOF
EOF

# Don't setup ctdbd - disconnected on current node
#setup_ctdbd <<EOF
#NODEMAP
#0       192.168.20.41   0x1     CURRENT RECMASTER
#1       192.168.20.42   0x0
#2       192.168.20.43   0x0
#EOF

#####

required_result 1 <<EOF
connect() failed, errno=2
Failed to connect to CTDB daemon ($ctdbd_socket)
Failed to detect PNN of the current node.
Is this node part of CTDB cluster?
EOF

simple_test list

#####

required_result 1 <<EOF
connect() failed, errno=2
Failed to connect to CTDB daemon ($ctdbd_socket)
Failed to detect PNN of the current node.
Is this node part of CTDB cluster?
EOF

simple_test master

#####

required_result 1 <<EOF
connect() failed, errno=2
Failed to connect to CTDB daemon ($ctdbd_socket)
Failed to detect PNN of the current node.
Is this node part of CTDB cluster?
EOF

simple_test list

#####

required_result 1 <<EOF
connect() failed, errno=2
Failed to connect to CTDB daemon ($ctdbd_socket)
Failed to detect PNN of the current node.
Is this node part of CTDB cluster?
EOF

simple_test status