mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
qa/suites/rados/thrash: force normal pg log length with cache tiering
When we are doing cache tiering, we are more sensitive to short PG logs because the dup op entries are not perfectly promoted from the base to the cache. See: http://tracker.ceph.com/issues/38358 http://tracker.ceph.com/issues/24320 This works around the problem by not testing short pg logs in combination with cache tiering. This works because the short_pg_log.yaml fragment sets the short log in the [global] section but the cache workloads overload it (back to a large/default value) in the [osd] section. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
8d44d03d4d
commit
afd0b508c2
@ -2,6 +2,11 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- must scrub before tier agent can activate
|
||||
conf:
|
||||
osd:
|
||||
# override short_pg_log_entries.yaml (which sets these under [global])
|
||||
osd_min_pg_log_entries: 3000
|
||||
osd_max_pg_log_entries: 3000
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -2,6 +2,11 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- must scrub before tier agent can activate
|
||||
conf:
|
||||
osd:
|
||||
# override short_pg_log_entries.yaml (which sets these under [global])
|
||||
osd_min_pg_log_entries: 3000
|
||||
osd_max_pg_log_entries: 3000
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -2,6 +2,11 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- must scrub before tier agent can activate
|
||||
conf:
|
||||
osd:
|
||||
# override short_pg_log_entries.yaml (which sets these under [global])
|
||||
osd_min_pg_log_entries: 3000
|
||||
osd_max_pg_log_entries: 3000
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -2,6 +2,11 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- must scrub before tier agent can activate
|
||||
conf:
|
||||
osd:
|
||||
# override short_pg_log_entries.yaml (which sets these under [global])
|
||||
osd_min_pg_log_entries: 3000
|
||||
osd_max_pg_log_entries: 3000
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -2,6 +2,11 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- must scrub before tier agent can activate
|
||||
conf:
|
||||
osd:
|
||||
# override short_pg_log_entries.yaml (which sets these under [global])
|
||||
osd_min_pg_log_entries: 3000
|
||||
osd_max_pg_log_entries: 3000
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
@ -2,6 +2,11 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- must scrub before tier agent can activate
|
||||
conf:
|
||||
osd:
|
||||
# override short_pg_log_entries.yaml (which sets these under [global])
|
||||
osd_min_pg_log_entries: 3000
|
||||
osd_max_pg_log_entries: 3000
|
||||
tasks:
|
||||
- exec:
|
||||
client.0:
|
||||
|
Loading…
Reference in New Issue
Block a user