ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git] / ctdb / tests / UNIT / tool / ctdb.listvars.001.sh
blob88f0fa4daec5c4c758186827304ae2b8b858e2d9
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "exact check of output"
7 setup_ctdbd <<EOF
8 NODEMAP
9 0 192.168.20.41 0x0 CURRENT RECMASTER
10 1 192.168.20.42 0x0
11 2 192.168.20.43 0x0
12 EOF
14 ok << EOF
15 SeqnumInterval = 1000
16 ControlTimeout = 60
17 TraverseTimeout = 20
18 KeepaliveInterval = 5
19 KeepaliveLimit = 5
20 RecoverTimeout = 30
21 RecoverInterval = 1
22 ElectionTimeout = 3
23 TakeoverTimeout = 9
24 MonitorInterval = 15
25 TickleUpdateInterval = 20
26 EventScriptTimeout = 30
27 MonitorTimeoutCount = 20
28 RecoveryGracePeriod = 120
29 RecoveryBanPeriod = 300
30 DatabaseHashSize = 100001
31 DatabaseMaxDead = 5
32 RerecoveryTimeout = 10
33 EnableBans = 1
34 NoIPFailback = 0
35 VerboseMemoryNames = 0
36 RecdPingTimeout = 60
37 RecdFailCount = 10
38 LogLatencyMs = 0
39 RecLockLatencyMs = 1000
40 RecoveryDropAllIPs = 120
41 VacuumInterval = 10
42 VacuumMaxRunTime = 120
43 RepackLimit = 10000
44 VacuumFastPathCount = 60
45 MaxQueueDropMsg = 1000000
46 AllowUnhealthyDBRead = 0
47 StatHistoryInterval = 1
48 DeferredAttachTO = 120
49 AllowClientDBAttach = 1
50 FetchCollapse = 1
51 HopcountMakeSticky = 50
52 StickyDuration = 600
53 StickyPindown = 200
54 NoIPTakeover = 0
55 DBRecordCountWarn = 100000
56 DBRecordSizeWarn = 10000000
57 DBSizeWarn = 100000000
58 PullDBPreallocation = 10485760
59 LockProcessesPerDB = 200
60 RecBufferSizeLimit = 1000000
61 QueueBufferSize = 1024
62 IPAllocAlgorithm = 2
63 AllowMixedVersions = 0
64 EOF
66 simple_test