From 72e7040f7f82cd172ab3b27db0551140be9ba3d7 Mon Sep 17 00:00:00 2001 From: Christopher Hoffman Date: Tue, 14 Oct 2025 14:33:47 +0000 Subject: [PATCH] qa: Do not use ec_profile with fscrypt dummy Once a volume/filesystem is set to use fscrypt encryption, layout cannot be changed. The configurable ec_profile, sets layout and will fail. Fixes: https://tracker.ceph.com/issues/73461 Signed-off-by: Christopher Hoffman --- qa/suites/fs/workload/tasks/0-fscrypt/with-fscrypt-dummy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/suites/fs/workload/tasks/0-fscrypt/with-fscrypt-dummy.yaml b/qa/suites/fs/workload/tasks/0-fscrypt/with-fscrypt-dummy.yaml index 9f15c355420..7f24635b03d 100644 --- a/qa/suites/fs/workload/tasks/0-fscrypt/with-fscrypt-dummy.yaml +++ b/qa/suites/fs/workload/tasks/0-fscrypt/with-fscrypt-dummy.yaml @@ -1,5 +1,8 @@ overrides: ceph: + cephfs: + ec_profile: + - disabled conf: client: client_fscrypt_dummy_encryption: true -- 2.47.3