mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #15087 from liewegas/wip-thrash-ec
qa/suites/rados: fix ec thrashing Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
26df056e34
qa/suites/rados
thrash-erasure-code-big
thrash-erasure-code-isa
thrash-erasure-code-overwrites
thrash-erasure-code-shec
1
qa/suites/rados/thrash-erasure-code-big/ceph.yaml
Symbolic link
1
qa/suites/rados/thrash-erasure-code-big/ceph.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../thrash/ceph.yaml
|
1
qa/suites/rados/thrash-erasure-code-big/d-require-luminous
Symbolic link
1
qa/suites/rados/thrash-erasure-code-big/d-require-luminous
Symbolic link
@ -0,0 +1 @@
|
||||
../thrash/d-require-luminous/
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
@ -11,6 +10,7 @@ tasks:
|
||||
osd scrub min interval: 60
|
||||
osd scrub max interval: 120
|
||||
osd max backfills: 6
|
||||
tasks:
|
||||
- thrashosds:
|
||||
timeout: 1200
|
||||
chance_pgnum_grow: 1
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
@ -12,6 +11,7 @@ tasks:
|
||||
osd scrub min interval: 60
|
||||
osd scrub max interval: 120
|
||||
osd max backfills: 2
|
||||
tasks:
|
||||
- thrashosds:
|
||||
timeout: 1200
|
||||
chance_pgnum_grow: 1
|
||||
|
@ -1,5 +1,9 @@
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
- osd_map_cache_size
|
||||
conf:
|
||||
mon:
|
||||
mon min osdmap epochs: 2
|
||||
@ -8,12 +12,6 @@ overrides:
|
||||
osd scrub min interval: 60
|
||||
osd scrub max interval: 120
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
- osd_map_cache_size
|
||||
- thrashosds:
|
||||
timeout: 1800
|
||||
chance_pgnum_grow: 1
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
osd:
|
||||
osd scrub min interval: 60
|
||||
@ -9,6 +8,7 @@ tasks:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
tasks:
|
||||
- thrashosds:
|
||||
timeout: 1200
|
||||
chance_pgnum_grow: 3
|
||||
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
@ -8,6 +7,7 @@ tasks:
|
||||
osd:
|
||||
osd scrub min interval: 60
|
||||
osd scrub max interval: 120
|
||||
tasks:
|
||||
- thrashosds:
|
||||
timeout: 1200
|
||||
chance_pgnum_grow: 2
|
||||
|
1
qa/suites/rados/thrash-erasure-code-isa/d-require-luminous
Symbolic link
1
qa/suites/rados/thrash-erasure-code-isa/d-require-luminous
Symbolic link
@ -0,0 +1 @@
|
||||
../thrash/d-require-luminous/
|
1
qa/suites/rados/thrash-erasure-code-overwrites/ceph.yaml
Symbolic link
1
qa/suites/rados/thrash-erasure-code-overwrites/ceph.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../thrash/ceph.yaml
|
@ -0,0 +1 @@
|
||||
../thrash/d-require-luminous/
|
1
qa/suites/rados/thrash-erasure-code-shec/ceph.yaml
Symbolic link
1
qa/suites/rados/thrash-erasure-code-shec/ceph.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../thrash/ceph.yaml
|
1
qa/suites/rados/thrash-erasure-code-shec/d-require-luminous
Symbolic link
1
qa/suites/rados/thrash-erasure-code-shec/d-require-luminous
Symbolic link
@ -0,0 +1 @@
|
||||
../thrash/d-require-luminous/
|
@ -1,6 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
- objects unfound and apparently lost
|
||||
@ -11,6 +10,7 @@ tasks:
|
||||
osd scrub min interval: 60
|
||||
osd scrub max interval: 120
|
||||
osd max backfills: 3
|
||||
tasks:
|
||||
- thrashosds:
|
||||
timeout: 1200
|
||||
chance_pgnum_grow: 1
|
||||
|
Loading…
Reference in New Issue
Block a user