ctdb: enable mutexes for volatile TDBs by default
[Samba.git] / ctdb / tests / tool / ctdb.listvars.001.sh
blobfc8f42ce067f9a2ec5f410dfa71e1b0bfb310906
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 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 NoIPHostOnAllDisabled = 0
62 TDBMutexEnabled = 1
63 LockProcessesPerDB = 200
64 RecBufferSizeLimit = 1000000
65 QueueBufferSize = 1024
66 IPAllocAlgorithm = 2
67 AllowMixedVersions = 0
68 EOF
70 simple_test