From 991f959bbd5732415c5c3f73931fabdeaafbb7ac Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Fri, 12 Apr 2019 09:30:06 -0700 Subject: [PATCH] nautilus - qa/tests: removed some config settings Fixes: http://tracker.ceph.com/issues/38952 Signed-off-by: Yuri Weinstein --- .../nautilus-p2p-parallel/point-to-point-upgrade.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel/point-to-point-upgrade.yaml b/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel/point-to-point-upgrade.yaml index a29b417d4cd8..52d017e16e99 100644 --- a/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel/point-to-point-upgrade.yaml +++ b/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel/point-to-point-upgrade.yaml @@ -43,10 +43,8 @@ overrides: mon debug unsafe allow tier with nonempty snaps: true osd: osd map max advance: 1000 - osd_class_load_list: "cephfs hello journal lock log numops rbd refcount - replica_log rgw sdk statelog timeindex user version otp" - osd_class_default_list: "cephfs hello journal lock log numops rbd refcount - replica_log rgw sdk statelog timeindex user version otp" + osd_class_default_list: "*" + osd_class_load_list: "*" client: rgw_crypt_require_ssl: false rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo= -- 2.47.3