archive_path: /home/teuthworker/archive/yuriw-2023-07-25_14:29:32-rados-reef-release-distro-default-smithi/7351354 branch: reef-release description: rados/cephadm/osds/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-ops/rmdir-reactivate} email: yweinste@redhat.com first_in_suite: false job_id: '7351354' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-07-25_14:29:32-rados-reef-release-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: reef-release 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: c1444501ab7918ce42bdc26b9d860ad26e34dd69 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: c1444501ab7918ce42bdc26b9d860ad26e34dd69 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef-release sha1: c1444501ab7918ce42bdc26b9d860ad26e34dd69 owner: scheduled_yuriw@teuthology priority: 95 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4711 sha1: c1444501ab7918ce42bdc26b9d860ad26e34dd69 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: reef-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_c1444501ab7918ce42bdc26b9d860ad26e34dd69/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: c1444501ab7918ce42bdc26b9d860ad26e34dd69 targets: smithi135.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwINnmi+N3LgR9ET61cABYBnDJDAAQE1klaPINljTOvitiIM3/5ICam+qurn41RkfyLPz4uwE1yDyHeI7QBKChMImagaJPfltOSsFsTn67ifp6uunrBJblDzycEd7/lJfdMwBn8dApfOw5SSnVdpzpaKWGNpPqshrinViULNhTz2PMAkza/R7qM6v4qqKKxQx/yVi8/Lt03nxO672k5WH/Wkz7KHX4nwyeTelksSojH9SBt4yR4WpLbMjuFX33Ag14KBWr9YQ30L5/h7VtBLQL+2c7sq3Bnll5zj8H+sIa0hOHmwR5sxs4cVs6Eb4Cblr6xTs0Q9vQefWDDYNL4qRpuj1NO+bW1xGcALK9TujCJ0/fdcMLQ0/r4QukVxSE1j6frwWwo/u8lxTTp/wbNVU14w+37ppSvzcPbOD5FNnCu4PMHgrtqp02ggncjqMYpHvxXoQ53JPn84XfXX04vWf5emRMQ76T0NvWW0jYtj7x7ex7l/iEGUGHVnaOmjLqij0= smithi179.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZBHEkRuLVGk+SC93mrnVVOZzc96h5IoOUELhGXAMSoeYZxWKvpuFKP0o+Jh6b5hZIJoZf9trwNxSiA4dhsss/KO8F94U9KJouqxhbOAsG5sz03SPZjNWH3f09GyZZkuEutP4SfiU5zrJ497oFYOWzbygdOdxFAwIgUxwT458CilDIRYgsU7fhaPlaTfw6u5yObcZ4MceKfCzxGk/5Loswi6KvTBWM60dwkZTIYSD/3XpZ8P0+NlFd5zzX6AJDs8bpi20vov9qXIQ/a2Jc3RXr7qBauWBrseL2YB/MdgEy8/ZNZSCSd1d/p0UkE4FHjXalCJ5FbnQwyEgLXXZT84Iw3+WFjiQl6+cf8mWovMN+mBH7JsVtQ/pwp8A1sxllW5C/AAKGQtsCFMzCUpf1475D3iKLoxYnOgeGTosozSFTsJ4w8Iry0JufDZ1xz3I84A/uJfM5ftncsG3UeqAL4mpH9Myp4c/dxecgAW9TVsU5wGCBXHXC5pUFDz2KjSpZf9c= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.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: 407880c6d3fb77318fff01c863715090f9c2de69 timestamp: 2023-07-25_14:29:32 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.23459