mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
'remap' is to non-specific a name. In particular, it sounds like it is related to the 'remapped' PG state but in reality it is not related. 'upmap' or 'pg-upmap' is more specific: it maps a pgid to the 'up' set value (or item) Signed-off-by: Sage Weil <sage@redhat.com>
24 lines
547 B
YAML
24 lines
547 B
YAML
meta:
|
|
- desc: |
|
|
randomly kill and revive osd
|
|
small chance to increase the number of pgs
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- wrongly marked me down
|
|
- objects unfound and apparently lost
|
|
- log bound mismatch
|
|
tasks:
|
|
- parallel:
|
|
- split_tasks
|
|
split_tasks:
|
|
sequential:
|
|
- thrashosds:
|
|
timeout: 1200
|
|
chance_pgnum_grow: 1
|
|
chance_pgpnum_fix: 1
|
|
chance_thrash_cluster_full: 0
|
|
chance_thrash_pg_upmap: 0
|
|
chance_thrash_pg_upmap_items: 0
|
|
- print: "**** done thrashosds 3-thrash"
|