Skip to content

Commit

Permalink
Fix ftest yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Shilong <[email protected]>
  • Loading branch information
wangshilong committed Jan 3, 2025
1 parent 7d3241b commit 70fb315
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/tests/ftest/erasurecode/online_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ ior:
- [32M, 512M, 2K]
objectclass:
dfs_oclass_list:
#- [EC_Object_Class, Minimum number of servers]
#- [EC_Object_Class, Exact number of servers]
- ["EC_2P2G1", 6]
- ["EC_4P2G1", 8]
- ["EC_4P3G1", 9]
- ["EC_4P3G1", 12]
- ["EC_8P2G1", 12]
4 changes: 2 additions & 2 deletions src/tests/ftest/erasurecode/online_rebuild_mdtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ mdtest:
dfs_dir_oclass: "RP_3G1"
objectclass:
dfs_oclass_list:
#- [EC_Object_Class, Minimum number of servers]
#- [EC_Object_Class, Exact number of servers]
- ["EC_2P2GX", 6]
- ["EC_4P2GX", 8]
- ["EC_4P3GX", 9]
- ["EC_4P3GX", 12]
- ["EC_8P2GX", 12]
4 changes: 2 additions & 2 deletions src/tests/ftest/ior/hard_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ ior:
- [47008, 47008, 47008]
objectclass:
dfs_oclass_list:
# - [EC_Object_Class, Minimum number of servers]
# - [EC_Object_Class, Exact number of servers]
- ["EC_2P2GX", 6]
- ["EC_4P2GX", 8]
- ["EC_4P3GX", 9]
- ["EC_4P3GX", 12]
- ["EC_8P2GX", 12]
sw_wearout: 1
sw_status_file: stoneWallingStatusFile

0 comments on commit 70fb315

Please sign in to comment.