Description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final}

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

Failure Reason:

hit max job timeout

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675441/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675441
  • description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final}
  • duration:
  • email: ceph-qa@ceph.com
  • failure_reason: hit max job timeout
  • flavor:
  • job_id: 7675441
  • 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
          • osd shutdown pgref assert: True
      • 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', 'client.0']
      • ['host.b', 'client.1']
    • 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:
      • smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP9Z6Yc8kYRNxEFAV+luCkAHNBABvXKxBqAkLlMnqTJWv7KwwiGmXEHA31zij74vF10MT3hDe0UndueNZ6IIRaU=
      • smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD6Ah+D/f8ycZFTsz4jiMHYK9DpnByjdfL5Q56GWyLQQq/rQDvndrRHOVZT8ELcfy4+EZyozQFRIouORGet7Hrs=
    • tasks:
      • pexec:
        • all:
          • sudo dnf install runc -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
      • nvme_loop:
      • cephadm:
        • roleless: True
      • cephadm.shell:
        • host.a:
          • ceph orch status
          • ceph orch ps
          • ceph orch ls
          • ceph orch host ls
          • ceph orch device ls
      • vip:
      • cephadm.shell:
        • host.a:
          • ceph orch device ls --refresh
      • cephadm.apply:
        • specs:
          • placement:
            • count: 4
            • host_pattern: *
          • service_id: foo
          • service_type: rgw
          • spec:
            • rgw_frontend_port: 8000
          • placement:
            • count: 2
          • service_id: rgw.foo
          • service_type: ingress
          • spec:
            • backend_service: rgw.foo
            • frontend_port: 9000
            • monitor_port: 9001
            • virtual_ip: {{VIP0}}/{{VIPPREFIXLEN}}
      • cephadm.wait_for_service:
        • service: rgw.foo
      • cephadm.wait_for_service:
        • service: ingress.rgw.foo
      • cephadm.shell:
        • host.a:
          • echo "Check while healthy..." curl http://{{VIP0}}:9000/ # stop each rgw in turn echo "Check with each rgw stopped in turn..." for rgw in `ceph orch ps | grep ^rgw.foo. | awk '{print $1}'`; do ceph orch daemon stop $rgw while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done ceph orch daemon start $rgw while ! ceph orch ps | grep $rgw | grep running; do sleep 1 ; done done # stop each haproxy in turn echo "Check with each haproxy down in turn..." for haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '{print $1}'`; do ceph orch daemon stop $haproxy while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done ceph orch daemon start $haproxy while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done done while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done
      • cephadm.shell:
        • host.a:
          • stat -c '%u %g' /var/log/ceph | grep '167 167'
          • ceph orch status
          • ceph orch ps
          • ceph orch ls
          • ceph orch host ls
          • ceph orch device ls
          • ceph orch ls | grep '^osd.all-available-devices '
    • teuthology_branch: main
    • verbose: False
    • pcp_grafana_url:
    • priority: 100
    • user: teuthology
    • queue:
    • posted: 2024-04-26 21:08:51
    • started: 2024-04-27 00:47:28
    • updated: 2024-04-27 12:57:50
    • status_class: danger
    • runtime: 12:10:22