ceph/qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml
Sage Weil ce188e8fdf osd: pg-remap -> pg-upmap
'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>
2017-04-18 12:59:40 -04:00

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"