Skip to content

Commit 84d5d8b

Browse files
qa/suites/orch: old smb tests need placement count 1 to avoid using clustering
Signed-off-by: John Mulligan <[email protected]>
1 parent 19e854c commit 84d5d8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tasks:
3939
ceph smb cluster create modusr1 user
4040
--define-user-pass=user1%t3stP4ss1
4141
--define-user-pass=user2%t3stP4ss2
42+
--placement=count:1
4243
- cmd: ceph smb share create modusr1 share1 cephfs / --subvolume=smb/sv1
4344
- cmd: ceph smb share create modusr1 share2 cephfs / --subvolume=smb/sv2
4445
# Wait for the smb service to start

qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tasks:
4040
--domain-realm=domain1.sink.test
4141
--domain-join-user-pass=Administrator%Passw0rd
4242
--custom-dns={{ctx.samba_ad_dc_ip}}
43+
--placement=count:1
4344
- cmd: ceph smb share create modtest1 share1 cephfs / --subvolume=smb/sv1
4445
- cmd: ceph smb share create modtest1 share2 cephfs / --subvolume=smb/sv2
4546
# Wait for the smb service to start

0 commit comments

Comments
 (0)