archive_path: /home/teuthworker/mnt/teuthology/gabrioux-2026-02-11_07:53:20-orch:cephadm-wip-guits-main-2026-02-10-0743-distro-default-trial/45049 branch: wip-guits-main-2026-02-10-0743 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_basic} email: gabrioux@ibm.com first_in_suite: false flavor: default job_id: '45049' kernel: &id001 branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: gabrioux-2026-02-11_07:53:20-orch:cephadm-wip-guits-main-2026-02-10-0743-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2026-02-10-0743 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: e200f5a177e1f98aa64d47f88121b3121ef739b3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e200f5a177e1f98aa64d47f88121b3121ef739b3 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2026-02-10-0743 sha1: e200f5a177e1f98aa64d47f88121b3121ef739b3 owner: scheduled_gabrioux@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 - cephadm.exclude seed: 2771 sha1: e200f5a177e1f98aa64d47f88121b3121ef739b3 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2026-02-10-0743 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e200f5a177e1f98aa64d47f88121b3121ef739b3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e200f5a177e1f98aa64d47f88121b3121ef739b3 targets: trial064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBQWsHSo5+upJXqFmQZrfEIM3JuowJn6QuZ8YtT4PAnn+d6x/cbTCcK879r9I0EKbdgGeJ8aciQQW6DkYDexMtk= trial166.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMABI+wc1gaLVC9p66bWKYUj+0djJen4y005F25Izl/RZNFAwfPvV5ivFW5qTbonOC+ZhpwwJv2WiQQevQcOt6Y= tasks: - internal.check_packages: null - internal.buildpackages_prep: null - internal.save_config: null - internal.check_lock: null - internal.add_remotes: null - console_log: null - internal.connect: null - internal.push_inventory: null - internal.serialize_remote_roles: null - internal.check_conflict: null - internal.check_ceph_data: null - internal.vm_setup: null - kernel: *id001 - internal.base: null - internal.archive_upload: null - internal.archive: null - internal.coredump: null - internal.sudo: null - internal.syslog: null - internal.timer: null - pcp: null - selinux: null - ansible.cephlab: null - clock: null - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - smb.configure_samba_client_container: role: host.b - cephadm: single_host_defaults: true - 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 --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 - cephadm.wait_for_service: service: smb.modusr1 - template.exec: host.b: - 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 user2%t3stP4ss2 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - smb.workunit: admin_node: host.a clients: client.0: - - default - hosts_access smb_nodes: - host.a smb_shares: - share1 - share2 smb_users: - password: t3stP4ss1 username: user1 - password: t3stP4ss2 username: user2 timeout: 1h - 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: c433f1062990a0488dc29a553589bc609a460691 timestamp: 2026-02-11_07:53:20 tube: trial user: gabrioux verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.2161924