mirror of
https://github.com/ceph/ceph
synced 2025-02-03 08:53:38 +00:00
34 lines
533 B
Plaintext
34 lines
533 B
Plaintext
|
#!/usr/bin/perl
|
||
|
|
||
|
# hi there
|
||
|
{
|
||
|
'sleep' => 3,
|
||
|
|
||
|
'nummds' => 1,
|
||
|
'numosd' => 8,
|
||
|
'numclient' => [1],#, 40, 80, 160 ],
|
||
|
'n' => 20,
|
||
|
|
||
|
'fs' => 'ebofs',
|
||
|
|
||
|
'start' => 20,
|
||
|
'end' => 40,
|
||
|
'until' => 40,
|
||
|
'kill_after' => 60,
|
||
|
|
||
|
'makedirs' => 1,
|
||
|
'makedirs_dirs' => 10,
|
||
|
'makedirs_files' => 10,
|
||
|
'makedirs_depth' => 5,
|
||
|
|
||
|
'mds_local_osd' => [ 0, 1 ],
|
||
|
'meta_log_layout_num_rep' => [ 0, 1, 2, 3, 4],
|
||
|
|
||
|
'custom' => '--tcp_skip_rank0',
|
||
|
|
||
|
'comb' => {
|
||
|
'x' => 'meta_log_layout_num_rep',
|
||
|
'vars' => [ 'mds.log.lat', 'cl.lat', 'osd.rlat' ]
|
||
|
}
|
||
|
};
|