Skip to content

Commit ac9d18c

Browse files
Merge pull request ceph#59679 from ceph/add-new-ec-plugins-for-qa
qa/erasure-code: add new teuthology isa configs
2 parents 863964d + 006380b commit ac9d18c

8 files changed

+83
-2
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
tasks:
2+
- rados:
3+
clients: [client.0]
4+
ops: 4000
5+
objects: 50
6+
ec_pool: true
7+
min_size: 10
8+
write_append_excl: false
9+
erasure_code_profile:
10+
name: isa104profile
11+
plugin: isa
12+
k: 10
13+
m: 4
14+
technique: reed_sol_van
15+
crush-failure-domain: osd
16+
op_weights:
17+
read: 100
18+
write: 0
19+
append: 100
20+
delete: 50
21+
snap_create: 50
22+
snap_remove: 50
23+
rollback: 50
24+
copy_from: 50
25+
setattr: 25
26+
rmattr: 25

qa/erasure-code/ec-rados-plugin=isa-k=2-m=1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks:
77
min_size: 2
88
write_append_excl: false
99
erasure_code_profile:
10-
name: isaprofile
10+
name: isa21profile
1111
plugin: isa
1212
k: 2
1313
m: 1
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
tasks:
2+
- rados:
3+
clients: [client.0]
4+
ops: 4000
5+
objects: 50
6+
ec_pool: true
7+
min_size: 4
8+
write_append_excl: false
9+
erasure_code_profile:
10+
name: isa42profile
11+
plugin: isa
12+
k: 4
13+
m: 2
14+
technique: reed_sol_van
15+
crush-failure-domain: osd
16+
op_weights:
17+
read: 100
18+
write: 0
19+
append: 100
20+
delete: 50
21+
snap_create: 50
22+
snap_remove: 50
23+
rollback: 50
24+
copy_from: 50
25+
setattr: 25
26+
rmattr: 25
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
tasks:
2+
- rados:
3+
clients: [client.0]
4+
ops: 4000
5+
objects: 50
6+
ec_pool: true
7+
min_size: 6
8+
write_append_excl: false
9+
erasure_code_profile:
10+
name: isa63profile
11+
plugin: isa
12+
k: 6
13+
m: 3
14+
technique: reed_sol_van
15+
crush-failure-domain: osd
16+
op_weights:
17+
read: 100
18+
write: 0
19+
append: 100
20+
delete: 50
21+
snap_create: 50
22+
snap_remove: 50
23+
rollback: 50
24+
copy_from: 50
25+
setattr: 25
26+
rmattr: 25

qa/erasure-code/ec-rados-plugin=jerasure-k=4-m=2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tasks:
66
ec_pool: true
77
write_append_excl: false
88
erasure_code_profile:
9-
name: jerasure21profile
9+
name: jerasure42profile
1010
plugin: jerasure
1111
k: 4
1212
m: 2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/erasure-code/ec-rados-plugin=isa-k=10-m=4.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/erasure-code/ec-rados-plugin=isa-k=4-m=2.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/erasure-code/ec-rados-plugin=isa-k=6-m=3.yaml

0 commit comments

Comments
 (0)