]> git.proxmox.com Git - ceph.git/blob - ceph/src/jobs/alcdat/makedirs.big
buildsys: fix parallel builds
[ceph.git] / ceph / src / jobs / alcdat / makedirs.big
1 #!/usr/bin/perl
2
3 # hi there
4 {
5 'sleep' => 3,
6
7 #'nummds' => [1, 2, 4, 8, 16, 32, 48, 64, 80, 96, 128, 160, 192],
8 'nummds' => [160, 200],#[1, 2, 8, 16, 32, 48, 64, 80, 96, 112, 128],#144, 160, 192, 208],
9
10 'cper' => [15,20],
11 '_dep' => [ 'cnode' => '40',#$nummds',# / 4 + 1',
12 'numclient' => '$nummds * $cper',
13 'numosd' => '$nummds * .8',
14 'n' => '415'],#1 + $cnode + $nummds + $numosd' ],
15
16 # parameters
17 'fs' => 'ebofs',
18 #'fs' => 'fakestore',
19
20 'mds_bal_rep' => 10000, # none of that!
21 'mds_decay_halflife' => 30,
22
23 'mds_bal_interval' => 45,
24 'mds_bal_max' => 2,
25
26 'until' => 300, # --syn until $n ... when to stop clients
27 'kill_after' => 400,
28 'start' => 100,
29 'end' => 300,
30
31 'makedirs' => 1,
32 'makedirs_dirs' => 10,
33 'makedirs_files' => 10,
34 'makedirs_depth' => 4,
35
36 # --meta_log_layout_scount 32 --meta_log_layout_ssize 256
37 # --osd_pg_layout linear
38 'custom' => '--tcp_skip_rank0 --meta_log_layout_num_rep 1 --meta_dir_layout_num_rep 1 --mds_shutdown_check 60',
39 #'custom' => '--debug_after 110 --debug_osd 15 --debug_filer 15 --debug 5',
40
41 'comb' => {
42 'x' => 'nummds',
43 'vars' => [ 'mds.req' ]
44 }
45 };