Description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_extra_daemon_features}

Log: http://qa-proxy.ceph.com/teuthology/lflores-2023-07-26_05:45:51-rados-wip-yuri7-testing-2023-07-20-0727-distro-default-smithi/7352817/teuthology.log

Failure Reason:

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

  • log_href: http://qa-proxy.ceph.com/teuthology/lflores-2023-07-26_05:45:51-rados-wip-yuri7-testing-2023-07-20-0727-distro-default-smithi/7352817/teuthology.log
  • archive_path: /home/teuthworker/archive/lflores-2023-07-26_05:45:51-rados-wip-yuri7-testing-2023-07-20-0727-distro-default-smithi/7352817
  • description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_extra_daemon_features}
  • duration:
  • email:
  • failure_reason: Error reimaging machines: reached maximum tries (101) after waiting for 600 seconds
  • flavor:
  • job_id: 7352817
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: lflores-2023-07-26_05:45:51-rados-wip-yuri7-testing-2023-07-20-0727-distro-default-smithi
  • nuke_on_error: True
  • os_type: rhel
  • os_version: 8.6
  • overrides:
    • admin_socket:
      • branch: wip-yuri7-testing-2023-07-20-0727
    • ceph:
      • conf:
        • global:
          • mon election default strategy: 1
        • mgr:
          • debug mgr: 20
          • debug ms: 1
          • mgr/cephadm/use_agent: True
        • 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: abb63cf06fecdaf9d8a79c11761a4d81cad3fd0a
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • install:
      • ceph:
        • flavor: default
        • sha1: abb63cf06fecdaf9d8a79c11761a4d81cad3fd0a
    • selinux:
      • whitelist:
        • scontext=system_u:system_r:logrotate_t:s0
    • workunit:
      • branch: wip-tracker-58925-testing
      • sha1: cce0a22cc0f74dd39a65fcd51420060decfcbb60
  • owner: scheduled_lflores@teuthology
  • pid:
  • roles:
    • ['host.a', 'mon.a', 'mgr.a', 'osd.0']
    • ['host.b', 'mon.b', 'mgr.b', 'osd.1']
  • sentry_event:
  • status: dead
  • success:
  • branch: wip-yuri7-testing-2023-07-20-0727
  • seed:
  • sha1: abb63cf06fecdaf9d8a79c11761a4d81cad3fd0a
  • subset:
  • suite:
  • suite_branch: wip-tracker-58925-testing
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: cce0a22cc0f74dd39a65fcd51420060decfcbb60
  • targets:
    • smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH8nJPKaCdS2gNJ7fNn7OOkFfCC2lcB8jTNwzoTXYqhUzV7PcoYDnGTkWJlOq9/IejHDRGV+rA+t1+02sFsVCB4=
    • smithi140.front.sepia.ceph.com: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINEbYr+JTjQnsV+LFgZL5hjJJV2JDZbOk0HhjiQwURXp
  • 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:3.0 --allowerasing --nobest
        • sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
    • install:
    • cephadm:
    • exec:
      • all-hosts:
        • mkdir /etc/cephadm_testing
    • cephadm.apply:
      • specs:
        • extra_container_args:
          • --cpus=2
        • extra_entrypoint_args:
          • --debug_ms 10
        • placement:
          • host_pattern: *
        • service_type: mon
        • custom_configs:
          • content: while getopts "o:c:" opt; do case ${opt} in o ) OUT_FILE=${OPTARG} ;; c ) CONTENT=${OPTARG} esac done echo $CONTENT > $OUT_FILE sleep infinity
          • mount_path: /root/write_thing_to_file.sh
        • extra_container_args:
          • -v
          • /etc/cephadm_testing:/root/cephadm_testing
        • extra_entrypoint_args:
          • /root/write_thing_to_file.sh
          • -c
          • testing_custom_containers
          • -o
          • /root/cephadm_testing/testing.txt
        • placement:
          • host_pattern: *
        • service_id: foo
        • service_type: container
        • spec:
          • entrypoint: bash
          • image: quay.io/fedora/fedora:latest
    • cephadm.wait_for_service:
      • service: mon
    • cephadm.wait_for_service:
      • service: container.foo
    • exec:
      • host.a:
        • set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt
  • teuthology_branch: main
  • verbose: True
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2023-07-26 05:47:13
  • started: 2023-07-26 08:08:34
  • updated: 2023-07-26 08:30:30
  • status_class: danger
  • runtime: 0:21:56