archive_path: /home/teuthworker/mnt/teuthology/shraddhaag-2026-02-19_03:25:38-orch:cephadm-main-distro-default-trial/57586 branch: main description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_clustering_ips} email: null first_in_suite: false flavor: default job_id: '57586' kernel: branch: distro kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: trial name: shraddhaag-2026-02-19_03:25:38-orch:cephadm-main-distro-default-trial no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 0fe131187abc15015605d9dc2ed51183005a9f0d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0fe131187abc15015605d9dc2ed51183005a9f0d workunit: branch: main sha1: 75a23253a2705c713e8d5c510f1c0f8125dc683f owner: scheduled_shraddhaag@soko04.front.sepia.ceph.com priority: 69 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - mon.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 - - host.d - cephadm.exclude seed: 9959 sha1: 0fe131187abc15015605d9dc2ed51183005a9f0d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph_75a23253a2705c713e8d5c510f1c0f8125dc683f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph.git suite_sha1: 75a23253a2705c713e8d5c510f1c0f8125dc683f targets: trial040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMYs10LGpdpRjepwkw0MrRWuBn7KtSqK8BlV4MEDS31JUSk3/pLeT8Bqjpii8F+huMq+qC4xfD+1aQFma5EywhE= trial077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPeEp1TAz+phma2kRy9q5Gev2k/7Mzs85QKXPHfVkFcywxUzBJqJBKgq7bB2/wU0z9CIDesHf7CWisvIm4zQ8eQ= trial135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIyZNhcY7A8wFMTRwplg6GYHMX006qOVl0I0QM5tP2gjKH/yyZeiPX4IlZPbVFgx6JILFehOWGBrxopJKqKSEOM= trial140.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJJehvhtLoR89PyjEHgl9bI4BB2DhQu44py1qOOUTJ5+7EILOpXzsj0/avs20kxmE+2nJFRjmQB+qzbLMvAgvu4= tasks: - smb.configure_samba_client_container: role: host.d - vip: count: 1 - pexec: all: - sudo setsebool -P virt_sandbox_use_netlink 1 || true - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: 'ceph smb cluster create modusr1 user --define-user-pass=user1%t3stP4ss1 --placement=count:3 --clustering=default --public_addrs={{VIP0}}/{{VIPPREFIXLEN}} ' - cmd: ceph smb share create modusr1 share1 cephfs / --subvolume=smb/sv1 - cmd: ceph smb share create modusr1 share2 cephfs / --subvolume=smb/sv2 - cephadm.wait_for_service: service: smb.modusr1 - template.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - template.exec: host.a: - '{{ctx.cephadm}} ls --no-detail | {{ctx.cephadm}} shell jq -r ''map(select(.name | startswith("smb.modusr1")))[-1].name'' > /tmp/svcname' - '{{ctx.cephadm}} enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' - cat /tmp/ctdb_status - grep 'pnn:0 .*OK' /tmp/ctdb_status - grep 'pnn:1 .*OK' /tmp/ctdb_status - grep 'pnn:2 .*OK' /tmp/ctdb_status - grep 'Number of nodes:3' /tmp/ctdb_status - rm -rf /tmp/svcname /tmp/ctdb_status - template.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{VIP0}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{VIP0}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb share rm modusr1 share2 - cmd: ceph smb share rm modusr1 share1 - cmd: ceph smb cluster rm modusr1 - cephadm.wait_for_service_not_present: service: smb.modusr1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-19_03:25:38 tube: trial user: shraddhaag verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.1540699