Description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic}

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675546/teuthology.log

Failure Reason:

Error reimaging machines: reached maximum tries (101) after waiting for 600 seconds

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675546/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675546
  • description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic}
  • duration:
  • email: ceph-qa@ceph.com
  • failure_reason: Error reimaging machines: reached maximum tries (101) after waiting for 600 seconds
  • flavor:
  • job_id: 7675546
  • kernel:
    • kdb: 1
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi
  • nuke_on_error: True
  • os_type: centos
  • os_version: 9.stream
  • overrides:
    • admin_socket:
      • branch: squid
    • 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: b22e2ebdeb24376882b7bda2a7329c8cccc2276a
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
      • install:
        • ceph:
          • flavor: default
          • sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a
      • selinux:
        • allowlist:
          • scontext=system_u:system_r:logrotate_t:s0
      • workunit:
        • branch: squid
        • sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a
    • owner: scheduled_teuthology@teuthology
    • pid:
    • roles:
      • ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0']
      • ['host.b', 'cephadm.exclude']
    • sentry_event:
    • status: dead
    • success:
    • branch: squid
    • seed: 4854
    • sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a
    • subset: 40/64
    • suite: orch
    • suite_branch: squid
    • suite_path: /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa
    • suite_relpath: qa
    • suite_repo: https://git.ceph.com/ceph.git
    • suite_sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a
    • targets:
      • smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4n435GcUiO+Vg3ARNTAz2siX+OM4JT6QIXmI9vk9GVZU4YGZyWVrOQ6HsrwgCnezBSqhIwsWsLystd+1Pbl20=
      • smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLCBGKAd7FuzFXP3JXoc7YIKTiJKcnRNvYrUjips6t1ickzOtn7I9BJ2Wmc7NshNy8UfAi5LuzhRrQjr3YEC7Xo=
    • tasks:
      • install:
      • cephadm.configure_samba_client_container:
        • role: host.b
      • cephadm:
      • 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 g1
          • cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777
          • cmd: ceph fs authorize cephfs client.smbdata / rw
          • cmd: ceph osd pool create .smb --yes-i-really-mean-it
          • cmd: ceph osd pool application enable .smb smb
          • cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin
          • stdin: samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321"
      • cephadm.apply:
        • specs:
          • cluster_id: saserv1
          • config_uri: rados://.smb/saserv1/conf.toml
          • include_ceph_users:
            • client.smbdata
          • placement:
            • count: 1
          • service_id: saserv1
          • service_type: smb
      • cephadm.wait_for_service:
        • service: smb.saserv1
      • cephadm.exec:
        • host.b:
          • sleep 30
          • {{ctx.samba_client_container_cmd|join(' ')}} smbclient -U smbuser1%insecure321 //{{'host.a'|role_to_remote|attr('ip_address')}}/share1 -c ls
    • teuthology_branch: main
    • verbose: False
    • pcp_grafana_url:
    • priority: 100
    • user: teuthology
    • queue:
    • posted: 2024-04-26 21:10:35
    • started: 2024-04-27 01:54:56
    • updated: 2024-04-27 02:14:57
    • status_class: danger
    • runtime: 0:20:01