ctdb-daemon: Mark RecoverPDBBySeqNum tunable deprecated
[gd/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 DeterministicIPs           = 0
35 LCP2PublicIPs              = 1
36 NoIPFailback               = 0
37 DisableIPFailover          = 0
38 VerboseMemoryNames         = 0
39 RecdPingTimeout            = 60
40 RecdFailCount              = 10
41 LogLatencyMs               = 0
42 RecLockLatencyMs           = 1000
43 RecoveryDropAllIPs         = 120
44 VacuumInterval             = 10
45 VacuumMaxRunTime           = 120
46 RepackLimit                = 10000
47 VacuumLimit                = 5000
48 VacuumFastPathCount        = 60
49 MaxQueueDropMsg            = 1000000
50 AllowUnhealthyDBRead       = 0
51 StatHistoryInterval        = 1
52 DeferredAttachTO           = 120
53 AllowClientDBAttach        = 1
54 FetchCollapse              = 1
55 HopcountMakeSticky         = 50
56 StickyDuration             = 600
57 StickyPindown              = 200
58 NoIPTakeover               = 0
59 DBRecordCountWarn          = 100000
60 DBRecordSizeWarn           = 10000000
61 DBSizeWarn                 = 100000000
62 PullDBPreallocation        = 10485760
63 NoIPHostOnAllDisabled      = 0
64 TDBMutexEnabled            = 0
65 LockProcessesPerDB         = 200
66 RecBufferSizeLimit         = 1000000
67 QueueBufferSize            = 1024
68 EOF
69
70 simple_test