archive_path: /home/teuthworker/archive/yuriw-2022-09-07_00:21:03-orch-wip-yuri4-testing-2022-09-06-1408-distro-default-smithi/7017695 branch: wip-yuri4-testing-2022-09-06-1408 description: orch/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: ceph-qa@ceph.io first_in_suite: false job_id: '7017695' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-09-07_00:21:03-orch-wip-yuri4-testing-2022-09-06-1408-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2022-09-06-1408 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: df0a97fa697d229e980ce85a2573fb5244e28996 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: df0a97fa697d229e980ce85a2573fb5244e28996 workunit: branch: wip-yuri4-testing-2022-09-06-1408 sha1: df0a97fa697d229e980ce85a2573fb5244e28996 owner: scheduled_yuriw@teuthology priority: 77 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b sha1: df0a97fa697d229e980ce85a2573fb5244e28996 sleep_before_teardown: 0 suite: orch suite_branch: wip-yuri4-testing-2022-09-06-1408 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_df0a97fa697d229e980ce85a2573fb5244e28996/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: df0a97fa697d229e980ce85a2573fb5244e28996 targets: smithi078.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDL9c5GbV9yxSuEdYE2n3XCFkswnW7KSyAgjfXjLcJpRy4nVg4Z09Vy3fgClAcdjF92/PLFQjHhGcV/G1gbk6otxNYf2hIHhHK/2+V0OzlMJUJ2gayC9mcMVMpFEGeaWq/gOp+fUmanHnFuK/JZ5nJtOVMedRqm4eoVvUATxTf7T7UeK844Y003UuUGgupgah9Y4g5qlQxN6nSDiGMlqL82DyZnnK7FxNPpYusDNdLIvrWgNdpG1c6b4Tu/tPyxqafDU3Zq9z2+Gcdd6Bd9aF0iRnYCnANEQ2ABkO8LPV8HiM0C65n0q41nYr5BYlcJCJLWJDFZZh8rkOBQ6U3k8jz/J3MCL77dqA5rxYzb52AV+y8sjzb7i0ciLmU62ygjNWI3ZSiGdyC3/J9RYKZZ1LQxH7Ps1Pjwv9bq/OvxQ1xMUxru8UtDKdPxMbGUKNDVfRDDkgxgJbUJLjf6ilZ2SHb9TOZrP9tCREls/sV4OKUb15n0jeWirpOpdVfby/6GZeM= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDDaRt24q1kQ9MRZ9rM0cDIDxri3gOnh8ezwsCrCtwPVfYgQ29mkTVzn5EPE9z9dZf314vyPsDuv8nMj1KLyiv4= 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 - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: add_mons_via_daemon_add: true allow_ptrace: false avoid_pacific_features: true cephadm_branch: v15.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v15.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw r z --placement=2 --port=8000 - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b58f2c18636eb10faa77ed3614abd00cb85dfc2c timestamp: 2022-09-07_00:21:03 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1713