]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/orch: old smb tests need placement count 1 to avoid using clustering
authorJohn Mulligan <phlogistonjohn@asynchrono.us>
Sat, 10 Aug 2024 16:49:24 +0000 (12:49 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Aug 2024 13:53:57 +0000 (09:53 -0400)
Signed-off-by: John Mulligan <phlogistonjohn@asynchrono.us>
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml

index e57b776366180ce8b4bb7042de516bd88b116fb3..18f3ed374ead12694cb683d7819985f1af41cc02 100644 (file)
@@ -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
index ce08d40bb5865546d6706d3783a9b5f8808285d8..f07c298c9fce7c8d37f332e0fdd69e282d31121e 100644 (file)
@@ -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