Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/ftest/rebuild/auto_recovery_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server_config:

pool:
size: 10G
properties: rd_fac:2
properties: rd_fac:2,space_rb:0
pool_query_timeout: 30
register_cleanup: False # if something goes wrong, this will likely timeout

Expand Down
4 changes: 2 additions & 2 deletions src/tests/ftest/rebuild/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ server_config:
pool:
size: 1G
pool_query_timeout: 30
properties: rd_fac:2
properties: rd_fac:2,space_rb:0

container:
akey_size: 5
dkey_size: 5
debug: true
properties: rd_fac:2
properties: rd_fac:2,cksum:off,srv_cksum:off

testparams:
num_pools: 2
Expand Down
8 changes: 7 additions & 1 deletion src/tests/ftest/rebuild/cascading_failures.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
hosts:
test_servers: 6
test_clients: 1

timeout: 420

agent_config:
#cache_expiration: 1
disable_caching: true

server_config:
name: daos_server
engines_per_host: 1
Expand All @@ -17,17 +20,20 @@ server_config:
class: ram
scm_mount: /mnt/daos
system_ram_reserved: 1

pool:
size: 1G
pool_query_timeout: 30
properties: rd_fac:2,space_rb:0

container:
akey_size: 5
dkey_size: 5
data_size: 5
object_qty: 50
record_qty: 50
properties: rd_fac:2
properties: rd_fac:2,cksum:off,srv_cksum:off

rebuild:
object_class: OC_RP_3G1
rank:
Expand Down
1 change: 1 addition & 0 deletions src/tests/ftest/rebuild/container_create_race.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pool:

container:
type: POSIX
properties: cksum:off,srv_cksum:off

io:
object_qty: 8
Expand Down
10 changes: 8 additions & 2 deletions src/tests/ftest/rebuild/container_rf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
hosts:
test_servers: 7
test_clients: 1

timeout: 480

server_config:
name: daos_server
crt_timeout: 10
Expand All @@ -15,21 +17,25 @@ server_config:
class: ram
scm_mount: /mnt/daos
system_ram_reserved: 1

pool:
size: 1G
svcn: 7 # To match number of servers
pool_query_timeout: 30
properties: rd_fac:0,space_rb:0

container:
cont_prop: !mux
rf_1:
properties: rd_fac:1
properties: rd_fac:1,cksum:off,srv_cksum:off
rf_2:
properties: rd_fac:2
properties: rd_fac:2,cksum:off,srv_cksum:off
akey_size: 5
dkey_size: 5
data_size: 5
object_qty: 50
record_qty: 50

rebuild:
object_class: OC_RP_3G1
cont_rf: !mux
Expand Down
3 changes: 3 additions & 0 deletions src/tests/ftest/rebuild/continues_after_stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ server_config:
storage: auto
env_vars:
- D_LOG_FLUSH=DEBUG

pool:
size: 10%
properties: rd_fac:0,space_rb:0

container:
type: POSIX
properties: cksum:off,srv_cksum:off

ior:
flags: -w
Expand Down
8 changes: 7 additions & 1 deletion src/tests/ftest/rebuild/delete_objects.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
hosts:
test_servers: 6
test_clients: 1

timeout: 300

server_config:
name: daos_server
engines_per_host: 1
Expand All @@ -14,11 +16,13 @@ server_config:
class: ram
scm_mount: /mnt/daos
system_ram_reserved: 1

pool:
scm_size: 1073741824
debug: true
pool_query_timeout: 30
properties: rd_fac:2
properties: rd_fac:2,space_rb:0

container:
akey_size: 5
dkey_size: 5
Expand All @@ -32,6 +36,8 @@ container:
object_qty: 30
record_qty: 1
debug: true
properties: cksum:off,srv_cksum:off

rebuild:
rank: 4
object_class: OC_RP_3G1
1 change: 1 addition & 0 deletions src/tests/ftest/rebuild/inc_reint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ server_config:
pool:
scm_size: 6G
nvme_size: 80G
properties: rd_fac:0,space_rb:0

agent_config:
transport_config:
Expand Down
3 changes: 2 additions & 1 deletion src/tests/ftest/rebuild/interactive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ server_config:
pool:
size: 50%
pool_query_timeout: 30
properties: rd_fac:0,space_rb:0

cont_ior:
type: POSIX
properties: rd_fac:3
properties: rd_fac:3,cksum:off,srv_cksum:off
oclass: EC_8P3GX

ior:
Expand Down
3 changes: 2 additions & 1 deletion src/tests/ftest/rebuild/mdtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ server_config:

pool:
size: 95%
properties: rd_fac:1
properties: rd_fac:1,space_rb:0
rebuild_timeout: 720 # 12 minutes
rebuild_check_inverval: 30 # check every 30 seconds

container:
type: POSIX
properties: cksum:off,srv_cksum:off

mpirun:
args: "--bind-to hwthread --map-by socket"
Expand Down
8 changes: 3 additions & 5 deletions src/tests/ftest/rebuild/no_cap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# change host names to your reserved nodes, the
# required quantity is indicated by the placeholders
hosts:
test_servers: 2
test_clients: 1
Expand All @@ -8,8 +6,7 @@ timeout: 360

server_config:
name: daos_server
# reduce cart timeout to make IV update return timeout
# quickly to ease test (DAOS-9626)
# reduce cart timeout to make IV update return timeout quickly to ease test (DAOS-9626)
crt_timeout: 10
engines_per_host: 2
engines:
Expand All @@ -27,14 +24,15 @@ server_config:
storage: auto

container:
properties: "rd_fac:1"
properties: rd_fac:1,cksum:off,srv_cksum:off

pool:
scm_size: 1G
pool_query_timeout: 30
pool_query_interval: 1
test_data_list: [1048576]
oclass: "OC_RP_4G1"
properties: rd_fac:0,space_rb:0

rebuild:
rank_to_kill: 1
4 changes: 2 additions & 2 deletions src/tests/ftest/rebuild/pool_destroy_race.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# change host names to your reserved nodes, the
# required quantity is indicated by the placeholders
hosts:
test_servers: 2
test_clients: 1
Expand Down Expand Up @@ -32,10 +30,12 @@ pool:
nvme_size: 28G
svcn: 3
pool_query_timeout: 15
properties: rd_fac:0,space_rb:0

container:
type: POSIX
oclass: RP_2GX
properties: cksum:off,srv_cksum:off

ior_write:
processes: 8
Expand Down
8 changes: 7 additions & 1 deletion src/tests/ftest/rebuild/read_array.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
hosts:
test_servers: 5
test_clients: 1

timeout: 240

server_config:
name: daos_server
engines_per_host: 1
Expand All @@ -18,16 +20,20 @@ server_config:
class: ram
scm_mount: /mnt/daos
system_ram_reserved: 1

pool:
size: 1G
pool_query_timeout: 30
properties: rd_fac:2
properties: rd_fac:2,space_rb:0

container:
object_qty: 10
record_qty: 10
akey_size: 5
dkey_size: 5
data_size: 5
properties: cksum:off,srv_cksum:off

rebuild:
object_class: OC_RP_3G1
rank: 3
11 changes: 9 additions & 2 deletions src/tests/ftest/rebuild/widely_striped.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
hosts:
test_servers: 7
test_clients: 1

timeout: 1200

agent_config:
cache_expiration: 1
#disable_caching: true

server_config:
name: daos_server
crt_timeout: 60
Expand All @@ -13,21 +16,25 @@ server_config:
0:
targets: 8
storage: auto

testparams:
ranks_to_kill:
- [6]
- [5]
- [3, 4]

pool:
scm_size: 10G
nvme_size: 60G
rebuild_timeout: 240
pool_query_timeout: 60
properties: rd_fac:2
properties: rd_fac:2,space_rb:0

container:
type: POSIX
oclass: RP_3G1
properties: rd_fac:2
properties: rd_fac:2,cksum:off,srv_cksum:off

mdtest:
api: DFS
client_processes:
Expand Down
8 changes: 7 additions & 1 deletion src/tests/ftest/rebuild/with_io.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
hosts:
test_servers: 6
test_clients: 1

timeout: 5000

server_config:
name: daos_server
engines_per_host: 1
Expand All @@ -14,14 +16,18 @@ server_config:
class: ram
scm_mount: /mnt/daos
system_ram_reserved: 1

pool:
scm_size: 1073741824
pool_query_timeout: 30
properties: rd_fac:0,space_rb:0

container:
properties: rd_fac:2
properties: rd_fac:2,cksum:off,srv_cksum:off
akey_size: 5
dkey_size: 5
data_size: 256

testparams:
ranks:
rank0:
Expand Down
4 changes: 2 additions & 2 deletions src/tests/ftest/rebuild/with_ior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ server_config:

pool:
scm_size: 6G
properties: rd_fac:1
properties: rd_fac:1,space_rb:0
pool_query_timeout: 30

container:
type: POSIX
properties: rd_fac:1
properties: rd_fac:1,cksum:off,srv_cksum:off

ior:
ior_timeout: 120
Expand Down
Loading