22 test_servers : 4
33 test_clients : 1
44
5- timeout : 28800
5+ timeout : 10800
66
77server_config :
88 name : daos_server
@@ -14,14 +14,13 @@ server_config:
1414
1515pool :
1616 properties : rd_fac:0,space_rb:0,reclaim:disabled
17+ set_logmasks : False # The test creates ~100 pools so do not set log masks for each pool
1718
1819container :
19- control_method : daos
2020 type : POSIX
2121
2222ior :
2323 flags : -w -r -k -vv
24- repetitions : 1
2524 test_file : /testFile
2625 object_type :
2726 - SX
3635 dfs_destroy : false
3736 ior_sequence :
3837 # - [pool_size, transfer_size, block_size, client_slots]
39- - [75%, 1048576, 17179869184, 1 ] # [75%, 1M, 16G, 1 ]
40- - [900G, 4096, 1073741824, 1 ] # [900G, 4k, 1G, 1 ]
41- - [900G, 2048, 838860800, 1 ] # [900G, 2k, 800M, 1 ]
42- - [4%, 8, 10485760, 1 ] # [4%, 8B, 10M, 1 ]
43- - [4%, 24, 25165824, 1 ] # [4%, 24B, 24M, 1 ]
44- - [4%, 2056, 4227136, 1 ] # [4%, 2056B, 4M, 1 ]
45- - [95%, 134217728, 34359738368, 1 ] # [95%, 128M, 32G, 1 ]
46- - [40%, 32, 44040192, 1 ] # [40%, 32B, 42M, 1 ]
47- - [95%, 2048, 1073741824, 2 ] # [95%, 2k, 1G, 2 ]
48- - [95%, 8, 10485760, 2 ] # [95%, 8B, 10M, 2 ]
49- - [95%, 33554432, 8589934592, 5 ] # [95%, 32M, 8G, 5 ]
38+ - [75%, 1048576, 2147483648, 8 ] # [75%, 1M, 2G, 8 ]
39+ - [900G, 4096, 134217728, 8 ] # [900G, 4k, 128K, 8 ]
40+ - [900G, 2048, 104857600, 8 ] # [900G, 2k, 100M, 8 ]
41+ - [4%, 8, 1048576, 8 ] # [4%, 8B, 1M, 8 ]
42+ - [4%, 24, 3145728, 8 ] # [4%, 24B, 3M, 8 ]
43+ - [4%, 2056, 528392, 8 ] # [4%, 2056B, 512K, 8 ]
44+ - [95%, 134217728, 4294967296, 8 ] # [95%, 128M, 4G, 8 ]
45+ - [40%, 32, 4194304, 8 ] # [40%, 32B, 4M, 8 ]
46+ - [95%, 2048, 268435456, 8 ] # [95%, 2k, 256K, 8 ]
47+ - [95%, 8, 1048576, 8 ] # [95%, 8B, 1M, 8 ]
48+ - [95%, 33554432, 4294967296, 8 ] # [95%, 32M, 4G, 8 ]
0 commit comments