From 84d5d8b356d371a735a6435889b3a4b9fc09612f Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Sat, 10 Aug 2024 12:49:24 -0400 Subject: [PATCH] qa/suites/orch: old smb tests need placement count 1 to avoid using clustering Signed-off-by: John Mulligan --- qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml | 1 + qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml index e57b7763661..18f3ed374ea 100644 --- a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml +++ b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml @@ -39,6 +39,7 @@ tasks: ceph smb cluster create modusr1 user --define-user-pass=user1%t3stP4ss1 --define-user-pass=user2%t3stP4ss2 + --placement=count:1 - cmd: ceph smb share create modusr1 share1 cephfs / --subvolume=smb/sv1 - cmd: ceph smb share create modusr1 share2 cephfs / --subvolume=smb/sv2 # Wait for the smb service to start diff --git a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml index ce08d40bb58..f07c298c9fc 100644 --- a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml +++ b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml @@ -40,6 +40,7 @@ tasks: --domain-realm=domain1.sink.test --domain-join-user-pass=Administrator%Passw0rd --custom-dns={{ctx.samba_ad_dc_ip}} + --placement=count:1 - cmd: ceph smb share create modtest1 share1 cephfs / --subvolume=smb/sv1 - cmd: ceph smb share create modtest1 share2 cephfs / --subvolume=smb/sv2 # Wait for the smb service to start -- 2.39.5