diff options
author | Casey Bodley <cbodley@redhat.com> | 2017-12-11 22:14:05 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2017-12-11 22:48:02 +0100 |
commit | f8909bb6a6320822da7a4c4dab242f84732ebf5d (patch) | |
tree | b26817206eb2f3a5526fcd9ed16fd116412a8cac | |
parent | qa/suites/rados: add missing openstack volumes (diff) | |
download | ceph-f8909bb6a6320822da7a4c4dab242f84732ebf5d.tar.xz ceph-f8909bb6a6320822da7a4c4dab242f84732ebf5d.zip |
qa/rgw: disable log trim in multisite suite
the multisite tests run manual trim operations with radosgw-admin, which
can race with internal log trimming to produce tests failures
Signed-off-by: Casey Bodley <cbodley@redhat.com>
-rw-r--r-- | qa/suites/rgw/multisite/overrides.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/suites/rgw/multisite/overrides.yaml b/qa/suites/rgw/multisite/overrides.yaml index 1ac9181ae35..7fbd27605a0 100644 --- a/qa/suites/rgw/multisite/overrides.yaml +++ b/qa/suites/rgw/multisite/overrides.yaml @@ -6,5 +6,6 @@ overrides: debug rgw: 20 rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= rgw crypt require ssl: false + rgw sync log trim interval: 0 rgw: compression type: random |