Description: orch/cephadm/osds/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-ops/rmdir-reactivate}

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2022-09-11_07:07:02-orch-quincy-distro-default-smithi/7026006/teuthology.log

Failure Reason:

Error reimaging machines: HTTPConnectionPool(host='fog.front.sepia.ceph.com', port=80): Max retries exceeded with url: /fog/host (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0264823550>: Failed to establish a new connection: [Errno 113] No route to host',))

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2022-09-11_07:07:02-orch-quincy-distro-default-smithi/7026006/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2022-09-11_07:07:02-orch-quincy-distro-default-smithi/7026006
  • description: orch/cephadm/osds/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-ops/rmdir-reactivate}
  • duration:
  • email: ceph-qa@ceph.io
  • failure_reason: Error reimaging machines: HTTPConnectionPool(host='fog.front.sepia.ceph.com', port=80): Max retries exceeded with url: /fog/host (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
  • flavor:
  • job_id: 7026006
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2022-09-11_07:07:02-orch-quincy-distro-default-smithi
  • nuke_on_error: True
  • os_type: ubuntu
  • os_version: 20.04
  • overrides:
    • admin_socket:
      • branch: quincy
    • 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\)
      • sha1: 3c8d7d2d6f513c8932d2459ce7067712e7d0aba5
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • install:
      • ceph:
        • flavor: default
        • sha1: 3c8d7d2d6f513c8932d2459ce7067712e7d0aba5
    • kernel:
      • hwe: True
    • workunit:
      • branch: quincy
      • sha1: 3c8d7d2d6f513c8932d2459ce7067712e7d0aba5
  • owner: scheduled_teuthology@teuthology
  • pid:
  • roles:
    • ['host.a', 'client.0']
    • ['host.b', 'client.1']
  • sentry_event:
  • status: dead
  • success:
  • branch: quincy
  • seed:
  • sha1: 3c8d7d2d6f513c8932d2459ce7067712e7d0aba5
  • subset:
  • suite:
  • suite_branch: quincy
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: 3c8d7d2d6f513c8932d2459ce7067712e7d0aba5
  • targets:
    • smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHssVJ9LBmvA1AdWDF8S+8Ish9wec9SrweNDS/31P0B3bXhBlDSApiRXrgEn3kbWDz2Vgs0VfHUun57V+Jk3l0g=
    • smithi125.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4w+R9A4dXOqArwqWTojhEHiMk9AYLHYBYfCc0IsuDiXCG94jVAw08eI29BOGmpv6V6QXdGbYumD37Q09iHPPxurKHuUPf5XnXj+ou0SHc2CjU+qzNQeUpfC99RItdbrrGAP/8zSfYdwnjUo8iKAabY5M0SVZssxmLcgVokWvOKi53Hd8r4qajeBWTth5lBcQ/r0ZdqmjaIPCWKJUzx+s9LmoVV9GoqKPvjrgD65K5AMqecqyVOWTzX07ZGQxn9n73QqP7t9fWwueGbGIxnJt40M9s6Fve5mqrGdTMrDmUfM4U1aPmKs+5T59PbbV0nWP2VOFwxZAz49+Qp0qMZZ5tcFduldYqzmNm1nBAG/5isLfxgeX4Pm0IqEuo3JkYeStFs74rFiLYJM8EZi0CR9MMB/9te70nruX4em20Qj8cQN9EyXYAjkMO5bQwiZ9mRK9xjuKBqo6jaN9L3NT51hptSjbbKFq2Ee/Ml14OBJ312ATg9fHKM4KXC1obAdT7Dlk=
  • tasks:
    • 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
        • ceph orch ls | grep '^osd.all-available-devices '
    • cephadm.shell:
      • host.a:
        • set -e set -x ceph orch ps HOST=$(hostname -s) OSD=$(ceph orch ps $HOST | grep osd | head -n 1 | awk '{print $1}') echo "host $HOST, osd $OSD" ceph orch daemon stop $OSD while ceph orch ps | grep $OSD | grep running ; do sleep 5 ; done ceph auth export $OSD > k ceph orch daemon rm $OSD --force ceph orch ps --refresh while ceph orch ps | grep $OSD ; do sleep 5 ; done ceph auth add $OSD -i k ceph cephadm osd activate $HOST while ! ceph orch ps | grep $OSD | grep running ; do sleep 5 ; done
    • cephadm.healthy:
  • teuthology_branch: main
  • verbose: True
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2022-09-11 07:08:53
  • started: 2022-09-11 13:46:22
  • updated: 2022-09-11 13:46:25
  • status_class: danger
  • runtime: 0:00:03