archive_path: /home/teuthworker/archive/teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi/6724010 branch: master description: rados/cephadm/osds/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-ops/rm-zap-wait} email: ceph-qa@ceph.io first_in_suite: false job_id: '6724010' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: master 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\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 6fe8e680a334072b1ba19b2de006862f98aedbae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 6fe8e680a334072b1ba19b2de006862f98aedbae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: master sha1: b8fc4097cbbda97d59dca39eb86991e7f313985b owner: scheduled_teuthology@teuthology priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - client.0 - - host.b - client.1 sha1: 6fe8e680a334072b1ba19b2de006862f98aedbae sleep_before_teardown: 0 suite: rados suite_branch: master suite_path: /home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph.git suite_sha1: b8fc4097cbbda97d59dca39eb86991e7f313985b targets: ubuntu@smithi033.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlQHPUAOdNartSb04MCyvEfvR02NocP1hl4MLuLIUPXavTfgMR/bJEPb9SkWP7Usid2s624Jm0WDrU8D+10pvr4Hp+I1glP7dfYdR4dt+2lOL/BWRcKkcW8A97FnjE1lDgw0lAN1fXSM2j1FQeY8nOsxtDiEP6camnN8OMiN//xIC/RpJ0AHVUaWe1HBqEqva4sBsn2rALFkgNpfSxnLIjJSdGz8j9L2EpDckLoaT87Du6VzCYxfZ7osTK0aOeM/5lBI5AmmGV63iC2DBX/9eIZGfHO3UE9lNkdvsflBtrSEUlnqzfuDpjPPLPq+B/v60C11Ed1W4+Hjyu8U0ic6Ajj2Nw/wIM1vgpLk9qjIDxfnp1r3CBhgEvERBVAz8s3UgUxk0wFbKs89W49gRQbYnxBcucyjN4vhBDaUZrYH/3SEO7sGAVZ+zvtsHhLNnLjJprLjpJwUdUcwucNs4/7y6pchKVUJ5VEbFiLbmo9nnaZ3dCavV5dDQA2CE2uueYaiU= ubuntu@smithi058.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPeer/1mzRb807UMaXDp9LkHxwcCBg5bgfjf9lNbzWOn+IU6zIeru043mogJFkCghfuoX7Iwv3iDtIZA9WJrrb4s0cGfCNyZARH9h3YpfDv5gGFd+ZJHvNm0YREGx7uMdUEtKM6fRJm+X+A+pMLZENDDJKuoagmQbGqp+o5Il6LLx3GRtAZGYduk8dRRjlRcvZdq3kZ4z0X4u9i/bxJJqCDAHEPk9jhyK62f2QaKrFxAHqGLbxCsa/GtZeEP2knptfoiPjiYHbIbIbvbyXInQeoJKxL5B1s5D4RldF55VWyWCMdP57ddrjsfvy3eXINV6DNr854teil5C/Q+GqnusnHERxrqyCQejkBz1BSKsMkDf2FnmG3xLcFarcDcxhfrJ5Ts96cPbPZFBwKtcd5vaomPj1E64zfW9TH7wlNAztJGMJHYQfIGgHsCjhv8fjHmup22O9ZodM0jnbscIpY/bvBKXU0245yuWTvz7SSYeSWXHk967jHbQEYzSoqZajMf8= 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 - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - 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 ceph orch device ls DEVID=$(ceph device ls | grep osd.1 | awk ''{print $1}'') HOST=$(ceph orch device ls | grep $DEVID | awk ''{print $1}'') DEV=$(ceph orch device ls | grep $DEVID | awk ''{print $2}'') echo "host $HOST, dev $DEV, devid $DEVID" ceph orch osd rm 1 while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done ceph orch device zap $HOST $DEV --force while ! ceph osd dump | grep osd.1 | grep up ; do sleep 5 ; done ' teuthology_branch: master teuthology_sha1: eeaeee38264fad8a01fd1ce912d8908676ed64bc timestamp: 2022-03-06_07:01:04 tube: smithi user: teuthology verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.22301