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