ctdb-daemon: Mark NoIPHostOnAllDisabled tunable as obsolete
[vlendec/samba-autobuild/.git] / ctdb / tests / tool / ctdb.listvars.001.sh
1 #!/bin/sh
2
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
4
5 define_test "exact check of output"
6
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
13
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 DisableIPFailover          = 0
36 VerboseMemoryNames         = 0
37 RecdPingTimeout            = 60
38 RecdFailCount              = 10
39 LogLatencyMs               = 0
40 RecLockLatencyMs           = 1000
41 RecoveryDropAllIPs         = 120
42 VacuumInterval             = 10
43 VacuumMaxRunTime           = 120
44 RepackLimit                = 10000
45 VacuumLimit                = 5000
46 VacuumFastPathCount        = 60
47 MaxQueueDropMsg            = 1000000
48 AllowUnhealthyDBRead       = 0
49 StatHistoryInterval        = 1
50 DeferredAttachTO           = 120
51 AllowClientDBAttach        = 1
52 FetchCollapse              = 1
53 HopcountMakeSticky         = 50
54 StickyDuration             = 600
55 StickyPindown              = 200
56 NoIPTakeover               = 0
57 DBRecordCountWarn          = 100000
58 DBRecordSizeWarn           = 10000000
59 DBSizeWarn                 = 100000000
60 PullDBPreallocation        = 10485760
61 TDBMutexEnabled            = 1
62 LockProcessesPerDB         = 200
63 RecBufferSizeLimit         = 1000000
64 QueueBufferSize            = 1024
65 IPAllocAlgorithm           = 2
66 AllowMixedVersions         = 0
67 EOF
68
69 simple_test