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

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913116/teuthology.log

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913116/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913116
  • description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final}
  • duration:
  • email: ceph-qa@ceph.com
  • failure_reason:
  • flavor:
  • job_id: 7913116
  • kernel:
    • kdb: 1
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi
  • nuke_on_error:
  • 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\)
        • CEPHADM_DAEMON_PLACE_FAIL
        • CEPHADM_FAILED_DAEMON
      • log-only-match:
        • CEPHADM_
      • sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
      • install:
        • ceph:
          • flavor: default
          • sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736
      • selinux:
        • allowlist:
          • scontext=system_u:system_r:logrotate_t:s0
          • scontext=system_u:system_r:getty_t:s0
      • workunit:
        • branch: squid
        • sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7
    • owner: scheduled_teuthology@teuthology
    • pid:
    • roles:
      • ['host.a', 'client.0']
      • ['host.b', 'client.1']
    • sentry_event:
    • status: running
    • success:
    • branch: squid
    • seed: 9344
    • sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736
    • subset: 56/64
    • suite: orch
    • suite_branch: squid
    • suite_path: /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa
    • suite_relpath: qa
    • suite_repo: https://git.ceph.com/ceph.git
    • suite_sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7
    • targets:
      • smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB7rPrF9XlJtIDxpm97tVgs2/s51kSoeaYONscNHfef+8JLkUI+aMEcgIuWSRD4EkzopvLaVBUjyaQJSvw+QTk8=
      • smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUujezDyieOQXvM8+sKaRMKW2FbS6mmUZzNefRya6XhPVNkBbzHJtG2uGsYsq3Aml5byK5oWFyfY08iUqzR4PI=
    • tasks:
      • pexec:
        • all:
          • sudo dnf remove nvme-cli -y
          • sudo dnf install nvmetcli nvme-cli -y
      • 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-09-20 21:12:20
    • started: 2024-09-20 23:44:17
    • updated: 2024-09-21 06:31:08
    • status_class: warning
    • runtime: 6:47:19