Description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_rgw_multisite}

Log: http://qa-proxy.ceph.com/teuthology/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463597/teuthology.log

Failure Reason:

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

  • log_href: http://qa-proxy.ceph.com/teuthology/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463597/teuthology.log
  • archive_path: /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463597
  • description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_rgw_multisite}
  • duration:
  • email: gabrioux@ibm.com
  • failure_reason: Error reimaging machines: reached maximum tries (101) after waiting for 600 seconds
  • flavor:
  • job_id: 7463597
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi
  • nuke_on_error: True
  • os_type: rhel
  • os_version: 8.6
  • overrides:
    • admin_socket:
      • branch: wip-teo-track_58812
    • ceph:
      • conf:
        • global:
          • mon election default strategy: 1
        • mgr:
          • debug mgr: 20
          • debug ms: 1
          • mgr/cephadm/use_agent: False
        • 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\)
      • sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
      • install:
        • ceph:
          • flavor: default
          • sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959
      • selinux:
        • whitelist:
          • scontext=system_u:system_r:logrotate_t:s0
      • workunit:
        • branch: wip-teo-track_58812
        • sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959
    • owner: scheduled_gabrioux@teuthology
    • pid:
    • roles:
      • ['host.a', 'mon.a', 'mgr.a', 'osd.0']
      • ['host.b', 'mon.b', 'mgr.b', 'osd.1']
      • ['host.c', 'mon.c', 'osd.2']
    • sentry_event:
    • status: dead
    • success:
    • branch: wip-teo-track_58812
    • seed:
    • sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959
    • subset:
    • suite:
    • suite_branch: wip-teo-track_58812
    • suite_path:
    • suite_relpath:
    • suite_repo:
    • suite_sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959
    • targets:
      • smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs=
      • smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs=
      • smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs=
    • tasks:
      • pexec:
        • all:
          • sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
          • sudo dnf -y module reset container-tools
          • sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest
          • sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
      • install:
      • cephadm:
      • cephadm.shell:
        • host.a:
          • ceph mgr module enable rgw
      • rgw_module.apply:
        • specs:
          • rgw_realm: myrealm1
          • rgw_zone: myzone1
          • rgw_zonegroup: myzonegroup1
          • spec:
            • rgw_frontend_port: 5500
      • cephadm.shell:
        • host.a:
          • set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r '.[0].token'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status '.[0].realm == "myrealm1"' echo $TOKENS | jq --exit-status '.[0].token' TOKEN_JSON=$(ceph rgw realm tokens | jq -r '.[0].token' | base64 --decode) echo $TOKEN_JSON | jq --exit-status '.realm_name == "myrealm1"' echo $TOKEN_JSON | jq --exit-status '.endpoint | test("http://.+:\\d+")' echo $TOKEN_JSON | jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' echo $TOKEN_JSON | jq --exit-status '.access_key' echo $TOKEN_JSON | jq --exit-status '.secret'
    • teuthology_branch: main
    • verbose: True
    • pcp_grafana_url:
    • priority:
    • user:
    • queue:
    • posted: 2023-11-20 16:00:02
    • started: 2023-11-20 20:11:06
    • updated: 2023-11-20 20:33:56
    • status_class: danger
    • runtime: 0:22:50