Description: orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/none 3-final cluster/3-node k8s/1.21 net/flannel rook/1.7.2}

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

Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2d9a55d284294c7d8bdd0a058eb0c21f

Failure Reason:

Command failed on smithi008 with status 1: 'kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml'

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2022-10-02_07:07:02-orch-quincy-distro-default-smithi/7051856/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2022-10-02_07:07:02-orch-quincy-distro-default-smithi/7051856
  • description: orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/none 3-final cluster/3-node k8s/1.21 net/flannel rook/1.7.2}
  • duration: 0:05:07
  • email: ceph-qa@ceph.io
  • failure_reason: Command failed on smithi008 with status 1: 'kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml'
  • flavor:
  • job_id: 7051856
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2022-10-02_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
      • flavor: default
      • log-ignorelist:
        • \(MDS_ALL_DOWN\)
        • \(MDS_UP_LESS_THAN_MAX\)
      • sha1: 165dbef20eb83cfeae7bbdc7b50cb2fe2c195ac0
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • install:
      • ceph:
        • flavor: default
        • sha1: 165dbef20eb83cfeae7bbdc7b50cb2fe2c195ac0
    • kernel:
      • hwe: True
    • kubeadm:
      • pod_network: flannel
      • version: 1.21
    • rook:
      • rook_branch: v1.7.2
      • rook_image: rook/ceph:v1.7.2
    • workunit:
      • branch: quincy
      • sha1: 165dbef20eb83cfeae7bbdc7b50cb2fe2c195ac0
  • owner: scheduled_teuthology@teuthology
  • pid:
  • roles:
    • ['host.a', 'client.a']
    • ['host.b', 'client.b']
    • ['host.c', 'client.c']
  • sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2d9a55d284294c7d8bdd0a058eb0c21f
  • status: fail
  • success: False
  • branch: quincy
  • seed:
  • sha1: 165dbef20eb83cfeae7bbdc7b50cb2fe2c195ac0
  • subset:
  • suite:
  • suite_branch: quincy
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: 165dbef20eb83cfeae7bbdc7b50cb2fe2c195ac0
  • targets:
    • smithi008.front.sepia.ceph.com: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILQQF9VwP+QL6TL94/gN8Q/pf2Wn5JY1eZJJpcqYQp65
    • smithi099.front.sepia.ceph.com: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJxtFP+DAcQZ3EpH/zR32iqnpDNcTfz36TSCQO/8+Npa
    • smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEyz04ZL52XILtI3caFg3wMMLNfxecpKo+6ZGQfnCtm+lQBYN9Jf5GXqUEjyhVwtlKrjLv4ZBc1FkbFS8EOpVPc=
  • tasks:
    • internal.check_packages:
    • internal.buildpackages_prep:
    • internal.save_config:
    • internal.check_lock:
    • internal.add_remotes:
    • console_log:
    • internal.connect:
    • internal.push_inventory:
    • internal.serialize_remote_roles:
    • internal.check_conflict:
    • internal.check_ceph_data:
    • internal.vm_setup:
    • kernel:
      • kdb: True
      • sha1: distro
    • internal.base:
    • internal.archive_upload:
    • internal.archive:
    • internal.coredump:
    • internal.sudo:
    • internal.syslog:
    • internal.timer:
    • pcp:
    • selinux:
    • ansible.cephlab:
    • clock:
    • kubeadm:
    • nvme_loop:
    • rook:
    • rook.shell:
      • ceph -s
      • ceph orch status
      • ceph orch ps
      • ceph orch ls
      • ceph orch device ls
    • exec:
      • host.a:
        • set -ex toolbox() { kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" } orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` toolbox ceph orch osd rm 0 --force removed_pv="" while [ "$removed_pv" = "" ] do removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` sleep 3s done target_path=`kubectl get pv $removed_pv -o jsonpath='{.spec.local.path}'` host=`echo $removed_pv | cut -f1 -d "-"` toolbox ceph orch device zap $host $target_path --force zap_completion="0" while [ "$zap_completion" = "0" ] do zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='{.status.succeeded.path}'` sleep 3s done kubectl patch pv $removed_pv -p '{"spec":{"claimRef": null}}' toolbox ceph orch apply osd --all-available-devices kubectl delete job rook-ceph-device-zap -n rook-ceph num_osd="0" while [ "$num_osd" != "$orig_num_osd" ] do echo "waiting for osd to come back up" num_osd=`toolbox ceph osd stat | cut -f3 -d " "` sleep 30s done
    • rook.shell:
      • commands:
        • ceph orch status
        • ceph orch ps
        • ceph orch ls
        • ceph orch host ls
        • ceph orch device ls
        • ceph orch apply rgw foo
        • ceph orch apply mds foo
        • ceph orch apply rbd-mirror
        • ceph orch apply nfs foo --port 12777
  • teuthology_branch: main
  • verbose: True
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2022-10-02 07:08:26
  • started: 2022-10-02 22:15:40
  • updated: 2022-10-02 22:33:46
  • status_class: danger
  • runtime: 0:18:06
  • wait_time: 0:12:59