archive_path: /home/teuthworker/archive/yuriw-2022-12-15_16:06:44-rados-wip-yuri2-testing-2022-12-14-1356-distro-default-smithi/7119322 branch: wip-yuri2-testing-2022-12-14-1356 description: rados/cephadm/osds/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-ops/rmdir-reactivate} email: ceph-qa@ceph.io first_in_suite: false job_id: '7119322' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-12-15_16:06:44-rados-wip-yuri2-testing-2022-12-14-1356-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri2-testing-2022-12-14-1356 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: 3eff3eb3a7d5b7b83af7e954a06b926401fcde2a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 3eff3eb3a7d5b7b83af7e954a06b926401fcde2a selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri2-testing-2022-12-14-1356 sha1: 3eff3eb3a7d5b7b83af7e954a06b926401fcde2a owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 sha1: 3eff3eb3a7d5b7b83af7e954a06b926401fcde2a sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri2-testing-2022-12-14-1356 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_3eff3eb3a7d5b7b83af7e954a06b926401fcde2a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 3eff3eb3a7d5b7b83af7e954a06b926401fcde2a targets: smithi002.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7YjiVOtlHUP3Uy822GOXQvAmaqyZBot0g/1FYP/5ab3oKqYFPcy2fn1JeFL82fuwJxKhGJ1BBxadWzQvvHH6QgTPt09M+qJe1ZDEEGQZdG4vhOfxd/heDAQxpPtcsww4vnG5rDUxuyvqFyS1InFmgacAlfjHBZWgSRMJ9YrCBrV6IC1spWE+i9dVdMuoCH22N8KxSVb4DzC5uwIwMI9XGLzBPPHF7MPWxJDP7mzgaHrV/zUcM+5xhcuSHa6V1hqVXjk9zs7CklVUi+A004K+X1sf1UVv8qZ+snCtoHrjfYQDBzxq6D7oTM5BAWHti5DHIWFjAaBgpHuZ3lfVGR2otor0xWiY6CTUUqRR270gP98q1w4h0h5ZfDuAh8VpS0DYo4QfBJ3fOH6wOvmhIMRaCF+sLA89qVOfWpFCum2fYihjn2c1sJRMWASZOCdH56T+VU1bPnmo/h5X3KFKNKZqTH2CGNnkZxqXh5S+Y9MDFZMCDICQAEN67pWIrUVmixCk= smithi111.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkO+sLivbVQhzbhPBrwdsysH+qH9/bOQ5kQN5DGnsBoBIRB4O4FlTdANXB654/fOaPLyafCfeiQ/cHwvkR73l1WleN0To5x0DIFBg+jYsrgdnayM9E+tzCpBoGchBt/PWOCvQH0jNSHlftVQB0dcqSHbPUhx+b/Ez2lGeNJqAAQxez18MpniFt/UKGCofxvx9MXDiJlNq/QsPkQ0Vzc/lYHUYvmDRRfmNMCExvIRWm2vZO5Z4wrBeDV5ZylgLtCGh68VFFKdXW3kRtxhEW0qN2xuxMEY3CVr4y6xnX5DmY15I8VYCf2OdxBsRLirN92zy0MplIetPpKexupaCwaoRN 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 - 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 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: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 19d18db866afdc31fd6586f558fc29b95a87ccfb timestamp: 2022-12-15_16:06:44 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.27594