2023-11-20T18:20:10.491 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-20T18:20:10.491 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_rgw_multisite} --name gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi --owner scheduled_gabrioux@teuthology --verbose --archive /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555 -- /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/orig.config.yaml 2023-11-20T18:20:10.520 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-20T18:20:10.592 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555 branch: wip-teo-track_58812 description: orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_rgw_multisite} email: gabrioux@ibm.com first_in_suite: false job_id: '7463555' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-teo-track_58812 ceph: conf: global: mon election default strategy: 1 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: 52ca4a61d5d69ccfadeef8408a4711c820b98959 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-teo-track_58812 sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4172 sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-teo-track_58812 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ93b5e9LJznX/bjKgyq23lpCljs+7eXehcrT9e7+pmTWsXgMhl/CuidVLeqsgqg64thnmE6c0jYF4u2Kz83jHE= smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKCnpQBoLOwGzBd7iQiGr24KC0Ibdg9k6fGlUTjt6YwKo789Ij255IefxAUryQkRbSQo+yV6QHr6J9ytZ1h6JrY= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFWyYwzo6cKCvUdK+yfZUR4aymhCYEz7qMUESQntZgTCWCTi+JloKDcgbzQ379lHwHwZHMaJA0AuLo94h1F9EYc= 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 - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-20_15:58:13 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-20T18:20:10.593 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa; will attempt to use it 2023-11-20T18:20:10.593 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks 2023-11-20T18:20:10.593 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-20T18:20:10.595 INFO:teuthology.task.internal:Checking packages... 2023-11-20T18:20:10.616 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '52ca4a61d5d69ccfadeef8408a4711c820b98959' 2023-11-20T18:20:10.616 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-20T18:20:10.616 INFO:teuthology.packaging:ref: None 2023-11-20T18:20:10.616 INFO:teuthology.packaging:tag: None 2023-11-20T18:20:10.616 INFO:teuthology.packaging:branch: wip-teo-track_58812 2023-11-20T18:20:10.616 INFO:teuthology.packaging:sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T18:20:10.617 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-teo-track_58812 2023-11-20T18:20:10.778 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7435.g52ca4a61 2023-11-20T18:20:10.779 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-20T18:20:10.785 INFO:teuthology.task.internal:no buildpackages task found 2023-11-20T18:20:10.785 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-20T18:20:10.791 INFO:teuthology.task.internal:Saving configuration 2023-11-20T18:20:10.801 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-20T18:20:10.808 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-20T18:20:10.832 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-20 18:14:36.451401', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ93b5e9LJznX/bjKgyq23lpCljs+7eXehcrT9e7+pmTWsXgMhl/CuidVLeqsgqg64thnmE6c0jYF4u2Kz83jHE='} 2023-11-20T18:20:10.853 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-20 18:14:36.449758', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKCnpQBoLOwGzBd7iQiGr24KC0Ibdg9k6fGlUTjt6YwKo789Ij255IefxAUryQkRbSQo+yV6QHr6J9ytZ1h6JrY='} 2023-11-20T18:20:10.875 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-20 18:14:36.454228', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFWyYwzo6cKCvUdK+yfZUR4aymhCYEz7qMUESQntZgTCWCTi+JloKDcgbzQ379lHwHwZHMaJA0AuLo94h1F9EYc='} 2023-11-20T18:20:10.875 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-20T18:20:10.881 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-20T18:20:10.881 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-20T18:20:10.882 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-11-20T18:20:10.882 INFO:teuthology.run_tasks:Running task console_log... 2023-11-20T18:20:10.980 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f75b53ddf70>, signals=[15]) 2023-11-20T18:20:10.980 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-20T18:20:10.986 INFO:teuthology.task.internal:Opening connections... 2023-11-20T18:20:10.986 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2023-11-20T18:20:10.990 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:20:11.056 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-11-20T18:20:11.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:20:11.124 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2023-11-20T18:20:11.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:20:11.193 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-20T18:20:11.199 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2023-11-20T18:20:11.221 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2023-11-20T18:20:11.221 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2023-11-20T18:20:11.282 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="CentOS Stream" 2023-11-20T18:20:11.282 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8" 2023-11-20T18:20:11.282 INFO:teuthology.orchestra.run.smithi078.stdout:ID="centos" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="rhel fedora" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://centos.org/" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-20T18:20:11.283 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-20T18:20:11.284 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-11-20T18:20:11.306 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-11-20T18:20:11.328 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-11-20T18:20:11.328 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-11-20T18:20:11.389 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2023-11-20T18:20:11.389 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8" 2023-11-20T18:20:11.389 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2023-11-20T18:20:11.389 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2023-11-20T18:20:11.389 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-20T18:20:11.390 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-20T18:20:11.391 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-11-20T18:20:11.414 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2023-11-20T18:20:11.436 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2023-11-20T18:20:11.437 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2023-11-20T18:20:11.498 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2023-11-20T18:20:11.498 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8" 2023-11-20T18:20:11.498 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2023-11-20T18:20:11.498 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-20T18:20:11.499 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-20T18:20:11.499 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2023-11-20T18:20:11.522 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-20T18:20:11.530 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-20T18:20:11.543 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-20T18:20:11.543 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2023-11-20T18:20:11.546 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-11-20T18:20:11.548 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2023-11-20T18:20:11.568 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-20T18:20:11.574 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-20T18:20:11.574 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2023-11-20T18:20:11.606 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-11-20T18:20:11.608 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2023-11-20T18:20:11.640 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-20T18:20:11.713 INFO:teuthology.run_tasks:Running task kernel... 2023-11-20T18:20:11.731 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-20T18:20:11.731 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-20T18:20:11.732 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-20T18:20:11.732 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-20T18:20:11.733 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-20T18:20:11.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T18:20:11.753 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-11-20T18:20:11.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T18:20:11.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T18:20:11.755 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-11-20T18:20:11.755 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-11-20T18:20:11.814 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-489.el8.x86_64 2023-11-20T18:20:11.815 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-489.el8.x86_64 2023-11-20T18:20:11.815 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-11-20T18:20:11.816 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-489.el8.x86_64 2023-11-20T18:20:11.816 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-489.el8.x86_64 2023-11-20T18:20:11.816 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2023-11-20T18:20:11.817 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-489.el8.x86_64 2023-11-20T18:20:11.817 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-489.el8.x86_64 2023-11-20T18:20:11.817 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2023-11-20T18:20:16.212 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - AppStream 18 MB/s | 34 MB 00:01 2023-11-20T18:20:17.322 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-11-20T18:20:18.616 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - AppStream 8.2 MB/s | 34 MB 00:04 2023-11-20T18:20:25.112 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 53 MB 00:02 2023-11-20T18:20:26.379 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 53 MB 00:02 2023-11-20T18:20:27.908 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 53 MB 00:03 2023-11-20T18:20:34.345 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2023-11-20T18:20:34.428 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras 10 kB/s | 18 kB 00:01 2023-11-20T18:20:34.845 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 6.9 kB 00:00 2023-11-20T18:20:34.871 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-11-20T18:20:35.658 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras 86 kB/s | 18 kB 00:00 2023-11-20T18:20:36.159 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-11-20T18:20:36.222 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 2.8 kB/s | 3.5 kB 00:01 2023-11-20T18:20:36.231 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 2.9 kB/s | 3.5 kB 00:01 2023-11-20T18:20:36.468 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-20T18:20:37.106 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-20T18:20:37.913 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-11-20T18:20:39.373 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 16 MB 00:02 2023-11-20T18:20:40.881 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 433 kB/s | 24 kB 00:00 2023-11-20T18:20:41.678 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 650 kB/s | 24 kB 00:00 2023-11-20T18:20:43.149 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 426 kB/s | 24 kB 00:00 2023-11-20T18:20:44.430 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-20T18:20:44.430 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-20T18:20:44.719 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T18:20:44.720 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:20:44.720 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-20T18:20:44.720 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:20:44.720 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T18:20:44.720 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout:Install 3 Packages 2023-11-20T18:20:44.721 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:20:44.722 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 89 M 2023-11-20T18:20:44.722 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 96 M 2023-11-20T18:20:44.722 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T18:20:45.244 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-20T18:20:45.244 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-20T18:20:45.548 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T18:20:45.549 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:20:45.549 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-11-20T18:20:45.549 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:20:45.549 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T18:20:45.549 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-20T18:20:45.549 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout:Install 3 Packages 2023-11-20T18:20:45.550 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:20:45.551 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 89 M 2023-11-20T18:20:45.551 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 96 M 2023-11-20T18:20:45.551 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T18:20:45.790 INFO:teuthology.orchestra.run.smithi088.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2023-11-20T18:20:46.679 INFO:teuthology.orchestra.run.smithi150.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 10 MB/s | 10 MB 00:00 2023-11-20T18:20:46.714 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-20T18:20:46.714 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-20T18:20:46.990 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T18:20:46.991 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:20:46.991 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-20T18:20:46.991 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:20:46.991 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T18:20:46.991 INFO:teuthology.orchestra.run.smithi078.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-20T18:20:46.991 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout:Install 3 Packages 2023-11-20T18:20:46.992 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:20:46.993 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 89 M 2023-11-20T18:20:46.993 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 96 M 2023-11-20T18:20:46.993 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T18:20:47.865 INFO:teuthology.orchestra.run.smithi088.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 12 MB/s | 36 MB 00:03 2023-11-20T18:20:48.574 INFO:teuthology.orchestra.run.smithi088.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-11-20T18:20:48.574 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T18:20:48.574 INFO:teuthology.orchestra.run.smithi088.stdout:Total 23 MB/s | 89 MB 00:03 2023-11-20T18:20:48.783 INFO:teuthology.orchestra.run.smithi078.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 5.9 MB/s | 10 MB 00:01 2023-11-20T18:20:48.896 INFO:teuthology.orchestra.run.smithi150.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2023-11-20T18:20:49.253 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T18:20:49.571 INFO:teuthology.orchestra.run.smithi150.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 11 MB/s | 43 MB 00:03 2023-11-20T18:20:49.571 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T18:20:49.571 INFO:teuthology.orchestra.run.smithi150.stdout:Total 22 MB/s | 89 MB 00:04 2023-11-20T18:20:49.684 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T18:20:49.684 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T18:20:50.247 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T18:20:50.677 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T18:20:50.677 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T18:20:50.911 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T18:20:50.930 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T18:20:51.508 INFO:teuthology.orchestra.run.smithi078.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 8.1 MB/s | 36 MB 00:04 2023-11-20T18:20:51.900 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T18:20:51.922 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T18:20:52.258 INFO:teuthology.orchestra.run.smithi078.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 8.4 MB/s | 43 MB 00:05 2023-11-20T18:20:52.258 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T18:20:52.258 INFO:teuthology.orchestra.run.smithi078.stdout:Total 17 MB/s | 89 MB 00:05 2023-11-20T18:20:52.933 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T18:20:53.354 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T18:20:53.355 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T18:20:53.659 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T18:20:54.278 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:20:54.584 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T18:20:54.604 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T18:20:54.671 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T18:20:55.244 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:20:57.342 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T18:20:57.832 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:20:57.929 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:20:58.219 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:20:58.929 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:20:59.317 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:01.450 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:21:01.644 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:01.853 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:01.933 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:02.748 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:03.032 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:05.276 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:05.599 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:24.004 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:24.028 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:24.378 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:24.378 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:21:24.379 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:24.825 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:24.848 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:25.115 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:25.116 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:21:25.116 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T18:21:25.116 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-20T18:21:25.116 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-20T18:21:25.116 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:21:25.116 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T18:21:25.195 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:25.195 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:21:25.195 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:25.257 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-11-20T18:21:25.516 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-20T18:21:25.516 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-20T18:21:25.516 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-20T18:21:25.516 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-20T18:21:25.516 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-20T18:21:25.516 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-20T18:21:25.517 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2023-11-20T18:21:25.517 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-11-20T18:21:25.724 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-20T18:21:25.724 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-20T18:21:25.724 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2023-11-20T18:21:25.757 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2023-11-20T18:21:25.757 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.02 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 129.el8 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Group : System Environment/Base 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 9265586 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-20T18:21:25.758 INFO:teuthology.orchestra.run.smithi088.stdout:Relocations : (not relocatable) 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : CentOS BuildSystem 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:21:25.759 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2023-11-20T18:21:25.760 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-20T18:21:25.760 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 4.18.0-521.el8.x86_64 2023-11-20T18:21:25.760 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-20T18:21:25.932 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:25.932 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:21:25.932 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T18:21:25.932 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-20T18:21:25.933 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-20T18:21:25.933 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:21:25.933 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T18:21:26.091 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-11-20T18:21:26.306 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-20T18:21:26.306 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-20T18:21:26.306 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-20T18:21:26.306 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-20T18:21:26.306 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-20T18:21:26.306 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-11-20T18:21:26.306 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2023-11-20T18:21:26.307 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-11-20T18:21:26.513 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-20T18:21:26.514 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-20T18:21:26.514 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.02 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 129.el8 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-20T18:21:26.548 INFO:teuthology.orchestra.run.smithi150.stdout:Group : System Environment/Base 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 9265586 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Relocations : (not relocatable) 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : CentOS BuildSystem 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2023-11-20T18:21:26.549 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:21:26.550 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-20T18:21:26.550 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-20T18:21:26.550 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-20T18:21:26.550 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2023-11-20T18:21:26.550 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:21:26.550 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2023-11-20T18:21:26.551 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-20T18:21:26.551 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 4.18.0-521.el8.x86_64 2023-11-20T18:21:26.551 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-20T18:21:27.425 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:27.432 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2023-11-20T18:21:27.448 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:27.792 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:27.793 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-20T18:21:27.793 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-20T18:21:28.299 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2023-11-20T18:21:28.559 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-20T18:21:28.559 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:21:28.559 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T18:21:28.560 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-20T18:21:28.560 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-20T18:21:28.560 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:21:28.560 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T18:21:28.693 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-11-20T18:21:28.913 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-20T18:21:28.913 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-20T18:21:28.913 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-20T18:21:28.913 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-20T18:21:28.913 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-20T18:21:28.913 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-20T18:21:28.913 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2023-11-20T18:21:28.914 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-11-20T18:21:29.122 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-20T18:21:29.123 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-20T18:21:29.123 DEBUG:teuthology.orchestra.run.smithi078:> sudo rpm -qi grub2-tools 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Name : grub2-tools 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Epoch : 1 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Version : 2.02 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Release : 129.el8 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: x86_64 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Group : System Environment/Base 2023-11-20T18:21:29.156 INFO:teuthology.orchestra.run.smithi078.stdout:Size : 9265586 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:License : GPLv3+ 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Relocations : (not relocatable) 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Packager : CentOS BuildSystem 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Vendor : CentOS 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Summary : Support tools for GRUB. 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:Description : 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-20T18:21:29.157 INFO:teuthology.orchestra.run.smithi078.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-20T18:21:29.158 INFO:teuthology.orchestra.run.smithi078.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-20T18:21:29.158 INFO:teuthology.orchestra.run.smithi078.stdout:hardware devices. 2023-11-20T18:21:29.158 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:21:29.158 INFO:teuthology.orchestra.run.smithi078.stdout:This subpackage provides tools for support of all platforms. 2023-11-20T18:21:29.159 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-20T18:21:29.159 INFO:teuthology.task.kernel:Updating grub on smithi078 to boot 4.18.0-521.el8.x86_64 2023-11-20T18:21:29.159 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-20T18:21:29.608 INFO:teuthology.orchestra.run.smithi088.stderr:done 2023-11-20T18:21:29.610 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2023-11-20T18:21:29.650 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.aXKkwCGtmi 2023-11-20T18:21:29.651 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aXKkwCGtmi 2023-11-20T18:21:29.748 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.aXKkwCGtmi 2023-11-20T18:21:29.855 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.aXKkwCGtmi is 6KB 2023-11-20T18:21:29.903 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.aXKkwCGtmi 2023-11-20T18:21:29.920 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2023-11-20T18:21:29.989 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-20T18:21:29.989 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-20T18:21:29.989 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-20T18:21:29.990 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-20T18:21:29.991 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-20T18:21:30.173 INFO:teuthology.orchestra.run.smithi150.stderr:done 2023-11-20T18:21:30.174 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2023-11-20T18:21:30.180 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2023-11-20T18:21:30.197 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.x0mOpDFoQQ 2023-11-20T18:21:30.197 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.x0mOpDFoQQ 2023-11-20T18:21:30.271 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.x0mOpDFoQQ 2023-11-20T18:21:30.417 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.x0mOpDFoQQ is 6KB 2023-11-20T18:21:30.466 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.x0mOpDFoQQ 2023-11-20T18:21:30.483 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2023-11-20T18:21:30.560 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-20T18:21:30.560 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-20T18:21:30.560 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-20T18:21:30.560 INFO:teuthology.orchestra.run.smithi150.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-20T18:21:30.561 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-20T18:21:30.732 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2023-11-20T18:21:30.754 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2023-11-20T18:21:32.786 INFO:teuthology.orchestra.run.smithi078.stderr:done 2023-11-20T18:21:32.788 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2023-11-20T18:21:32.819 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.sCgG6LSwii 2023-11-20T18:21:32.819 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.sCgG6LSwii 2023-11-20T18:21:32.893 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.sCgG6LSwii 2023-11-20T18:21:33.040 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.sCgG6LSwii is 6KB 2023-11-20T18:21:33.088 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.sCgG6LSwii 2023-11-20T18:21:33.106 DEBUG:teuthology.orchestra.run.smithi078:> sudo /bin/ls /boot/loader/entries || true 2023-11-20T18:21:33.186 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-20T18:21:33.186 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-20T18:21:33.186 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-20T18:21:33.186 INFO:teuthology.orchestra.run.smithi078.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-20T18:21:33.187 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-20T18:21:33.361 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2023-11-20T18:22:00.196 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-20T18:22:00.196 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-20T18:22:00.197 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:22:00.735 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-11-20T18:22:00.735 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-11-20T18:22:00.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:22:03.367 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-20T18:22:03.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-20T18:22:03.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:22:34.850 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-20T18:22:35.362 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-11-20T18:22:37.922 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2023-11-20T18:22:43.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-20T18:22:43.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:22:44.364 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-11-20T18:22:44.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:22:46.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-20T18:22:46.923 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-20T18:22:46.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:22:58.928 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-20T18:22:58.929 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:23:02.756 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2023-11-20T18:23:05.314 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2023-11-20T18:23:14.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-11-20T18:23:14.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:23:15.167 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-11-20T18:23:15.473 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-11-20T18:23:15.473 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-521.el8.x86_64"... 2023-11-20T18:23:15.473 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-11-20T18:23:15.490 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-521.el8.x86_64 2023-11-20T18:23:15.490 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-20T18:23:15.491 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-20T18:23:15.491 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-20T18:23:16.492 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-20T18:23:16.492 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-20T18:23:16.548 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2023-11-20T18:23:16.560 DEBUG:teuthology.parallel:result is None 2023-11-20T18:23:17.315 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-20T18:23:17.316 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:23:17.697 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-11-20T18:23:18.046 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-20T18:23:18.046 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-20T18:23:18.046 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-11-20T18:23:18.062 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-521.el8.x86_64 2023-11-20T18:23:18.063 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-20T18:23:18.063 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-20T18:23:18.063 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-20T18:23:19.064 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-20T18:23:19.064 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-20T18:23:19.140 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2023-11-20T18:23:19.154 DEBUG:teuthology.parallel:result is None 2023-11-20T18:23:31.088 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-11-20T18:23:31.372 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-20T18:23:31.372 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-20T18:23:31.372 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-11-20T18:23:31.388 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-521.el8.x86_64 2023-11-20T18:23:31.389 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-20T18:23:31.389 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-20T18:23:31.389 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-20T18:23:32.390 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-20T18:23:32.390 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-20T18:23:32.454 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-11-20T18:23:32.469 DEBUG:teuthology.parallel:result is None 2023-11-20T18:23:32.469 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-20T18:23:32.477 INFO:teuthology.task.internal:Creating test directory... 2023-11-20T18:23:32.478 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-20T18:23:32.481 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-20T18:23:32.483 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-20T18:23:32.507 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-20T18:23:32.514 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-20T18:23:32.522 INFO:teuthology.task.internal:Creating archive directory... 2023-11-20T18:23:32.522 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-20T18:23:32.544 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-20T18:23:32.547 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-20T18:23:32.598 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-20T18:23:32.604 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-20T18:23:32.604 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-20T18:23:32.614 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-20T18:23:32.623 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-20T18:23:32.652 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-20T18:23:32.658 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-20T18:23:32.664 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-20T18:23:32.668 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-20T18:23:32.677 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-20T18:23:32.687 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-20T18:23:32.689 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-20T18:23:32.696 INFO:teuthology.task.internal:Configuring sudo... 2023-11-20T18:23:32.696 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-20T18:23:32.708 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-20T18:23:32.712 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-20T18:23:32.742 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-20T18:23:32.751 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-20T18:23:32.751 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-20T18:23:32.783 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-20T18:23:32.784 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-20T18:23:32.803 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-20T18:23:32.886 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-20T18:23:32.954 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-20T18:23:32.999 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-20T18:23:33.049 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T18:23:33.050 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-20T18:23:33.119 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-20T18:23:33.166 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-20T18:23:33.221 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-20T18:23:33.305 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-20T18:23:33.349 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T18:23:33.349 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-20T18:23:33.417 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-20T18:23:33.463 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-20T18:23:33.518 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-20T18:23:33.604 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-20T18:23:33.648 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T18:23:33.648 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-20T18:23:33.716 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2023-11-20T18:23:33.719 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-11-20T18:23:33.721 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2023-11-20T18:23:33.778 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-20T18:23:33.783 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-20T18:23:33.828 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-20T18:23:34.292 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-20T18:23:34.301 INFO:teuthology.task.internal:Starting timer... 2023-11-20T18:23:34.301 INFO:teuthology.run_tasks:Running task pcp... 2023-11-20T18:23:34.325 INFO:teuthology.run_tasks:Running task selinux... 2023-11-20T18:23:34.333 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-20T18:23:34.333 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2023-11-20T18:23:34.435 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2023-11-20T18:23:34.437 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-11-20T18:23:34.505 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-11-20T18:23:34.507 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2023-11-20T18:23:34.572 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2023-11-20T18:23:34.573 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-20T18:23:34.573 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2023-11-20T18:23:34.601 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2023-11-20T18:23:34.601 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-11-20T18:23:34.630 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-11-20T18:23:34.630 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2023-11-20T18:23:34.687 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2023-11-20T18:23:34.687 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi150.front.sepia.ceph.com': 'permissive'} 2023-11-20T18:23:34.687 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-20T18:23:34.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T18:23:34.718 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-20T18:23:34.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T18:23:34.746 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-20T18:23:34.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T18:23:34.775 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-20T18:23:34.775 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2023-11-20T18:23:34.803 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-11-20T18:23:34.830 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2023-11-20T18:23:34.858 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-20T18:23:34.868 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-20T18:23:34.868 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-20T18:23:34.883 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-20T18:23:34.884 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi088.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-20T18:51:57.462 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2023-11-20T18:51:57.463 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-20T18:51:57.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:51:57.531 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-11-20T18:51:57.601 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-11-20T18:51:57.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-20T18:51:57.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:51:57.670 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-11-20T18:51:57.737 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-20T18:51:57.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-11-20T18:51:57.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-20T18:51:57.809 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-11-20T18:51:57.884 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-11-20T18:51:57.884 INFO:teuthology.run_tasks:Running task clock... 2023-11-20T18:51:57.894 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-20T18:51:57.895 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-20T18:51:57.895 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-20T18:51:57.897 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-20T18:51:57.897 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-20T18:51:57.900 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-20T18:51:57.900 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-20T18:51:57.930 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-20T18:51:57.933 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-20T18:51:57.945 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-20T18:51:57.948 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-20T18:51:57.960 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-20T18:51:57.975 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-20T18:51:58.009 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2023-11-20T18:51:58.020 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2023-11-20T18:51:58.021 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-11-20T18:51:58.033 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-11-20T18:51:58.035 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-20T18:51:58.040 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2023-11-20T18:51:58.047 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-20T18:51:58.048 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-20T18:51:58.052 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2023-11-20T18:51:58.061 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-20T18:51:58.065 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-20T18:51:58.079 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-20T18:51:58.109 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-11-20T18:51:58.113 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-20T18:51:58.113 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-11-20T18:51:58.113 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.113 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.113 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.113 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.124 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-11-20T18:51:58.128 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-20T18:51:58.128 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-11-20T18:51:58.128 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.128 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.128 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.128 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.140 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-11-20T18:51:58.144 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-20T18:51:58.144 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-11-20T18:51:58.144 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.144 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.144 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.144 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T18:51:58.145 INFO:teuthology.run_tasks:Running task pexec... 2023-11-20T18:51:58.154 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-20T18:51:58.154 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2023-11-20T18:51:58.154 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-20T18:51:58.155 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-11-20T18:51:58.155 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-20T18:51:58.155 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2023-11-20T18:51:58.155 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-20T18:51:59.030 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:14:04 ago on Mon 20 Nov 2023 06:37:54 PM UTC. 2023-11-20T18:51:59.043 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:14:01 ago on Mon 20 Nov 2023 06:37:57 PM UTC. 2023-11-20T18:51:59.070 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:14:07 ago on Mon 20 Nov 2023 06:37:51 PM UTC. 2023-11-20T18:52:01.132 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T18:52:01.133 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:52:01.133 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-20T18:52:01.133 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:52:01.134 INFO:teuthology.orchestra.run.smithi078.stdout:Resetting modules: 2023-11-20T18:52:01.134 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools 2023-11-20T18:52:01.134 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:52:01.134 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T18:52:01.134 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:52:01.134 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:52:01.169 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T18:52:01.170 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:52:01.171 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:52:01.174 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:52:01.175 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T18:52:01.176 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:52:01.176 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:52:01.390 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T18:52:01.427 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T18:52:01.430 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T18:52:02.320 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:14:08 ago on Mon 20 Nov 2023 06:37:54 PM UTC. 2023-11-20T18:52:02.375 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:14:05 ago on Mon 20 Nov 2023 06:37:57 PM UTC. 2023-11-20T18:52:02.384 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:14:11 ago on Mon 20 Nov 2023 06:37:51 PM UTC. 2023-11-20T18:52:04.435 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T18:52:04.464 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T18:52:04.487 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T18:52:04.616 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:52:04.616 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T18:52:04.616 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:52:04.616 INFO:teuthology.orchestra.run.smithi078.stdout:Installing group/module packages: 2023-11-20T18:52:04.616 INFO:teuthology.orchestra.run.smithi078.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-20T18:52:04.617 INFO:teuthology.orchestra.run.smithi078.stdout:Installing weak dependencies: 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout:Installing module profiles: 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools/common 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling module streams: 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools rhel8 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2023-11-20T18:52:04.618 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:52:04.619 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 27 M 2023-11-20T18:52:04.619 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 89 M 2023-11-20T18:52:04.619 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T18:52:04.642 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:52:04.642 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T18:52:04.642 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:52:04.642 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2023-11-20T18:52:04.642 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-20T18:52:04.643 INFO:teuthology.orchestra.run.smithi150.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-20T18:52:04.643 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-20T18:52:04.643 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-20T18:52:04.643 INFO:teuthology.orchestra.run.smithi150.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-20T18:52:04.643 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-20T18:52:04.644 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-20T18:52:04.644 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-20T18:52:04.644 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-20T18:52:04.644 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T18:52:04.644 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-20T18:52:04.644 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout:Installing weak dependencies: 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools rhel8 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:52:04.645 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T18:52:04.646 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T18:52:04.646 INFO:teuthology.orchestra.run.smithi150.stdout:Install 13 Packages 2023-11-20T18:52:04.646 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:52:04.646 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 27 M 2023-11-20T18:52:04.646 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 89 M 2023-11-20T18:52:04.646 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T18:52:04.664 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:52:04.664 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-20T18:52:04.665 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools rhel8 2023-11-20T18:52:04.666 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 27 M 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 89 M 2023-11-20T18:52:04.667 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T18:56:12.457 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:12.457 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:12.457 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:12.474 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:12.474 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:12.474 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:12.722 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:07 2023-11-20T18:56:12.754 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:07 2023-11-20T18:56:12.755 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.1 kB/s | 1.0 MB 04:07 2023-11-20T18:56:12.781 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2023-11-20T18:56:12.796 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.1 kB/s | 1.0 MB 04:07 2023-11-20T18:56:12.821 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 568 kB/s | 38 kB 00:00 2023-11-20T18:56:12.823 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-20T18:56:12.863 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-20T18:56:12.898 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-11-20T18:56:12.930 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-11-20T18:56:12.948 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 497 kB/s | 25 kB 00:00 2023-11-20T18:56:13.024 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-20T18:56:13.031 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-11-20T18:56:13.107 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-20T18:56:13.116 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 12 MB/s | 3.9 MB 00:00 2023-11-20T18:56:13.173 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-20T18:56:13.399 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 40 kB/s | 9.6 MB 04:08 2023-11-20T18:56:13.450 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:13.450 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:13.450 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T18:56:13.451 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.6 MB/s | 2.5 MB 00:00 2023-11-20T18:56:13.451 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 40 kB/s | 9.6 MB 04:08 2023-11-20T18:56:13.475 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 699 kB/s | 53 kB 00:00 2023-11-20T18:56:13.508 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2023-11-20T18:56:13.532 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.1 MB/s | 2.5 MB 00:00 2023-11-20T18:56:13.557 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 485 kB/s | 53 kB 00:00 2023-11-20T18:56:13.591 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 701 kB/s | 41 kB 00:00 2023-11-20T18:56:13.701 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-11-20T18:56:13.701 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T18:56:13.701 INFO:teuthology.orchestra.run.smithi078.stdout:Total 109 kB/s | 27 MB 04:09 2023-11-20T18:56:13.726 INFO:teuthology.orchestra.run.smithi150.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:08 2023-11-20T18:56:13.785 INFO:teuthology.orchestra.run.smithi150.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 652 kB/s | 38 kB 00:00 2023-11-20T18:56:13.791 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-11-20T18:56:13.792 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T18:56:13.792 INFO:teuthology.orchestra.run.smithi088.stdout:Total 109 kB/s | 27 MB 04:09 2023-11-20T18:56:13.843 INFO:teuthology.orchestra.run.smithi150.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-20T18:56:13.957 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T18:56:13.978 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T18:56:13.979 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T18:56:14.048 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T18:56:14.069 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T18:56:14.069 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T18:56:14.085 INFO:teuthology.orchestra.run.smithi150.stdout:(4/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.1 kB/s | 1.0 MB 04:09 2023-11-20T18:56:14.144 INFO:teuthology.orchestra.run.smithi150.stdout:(5/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 13 MB/s | 3.9 MB 00:00 2023-11-20T18:56:14.248 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T18:56:14.252 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T18:56:14.269 INFO:teuthology.orchestra.run.smithi150.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 39 kB/s | 9.6 MB 04:09 2023-11-20T18:56:14.294 INFO:teuthology.orchestra.run.smithi150.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 165 kB/s | 25 kB 00:00 2023-11-20T18:56:14.320 INFO:teuthology.orchestra.run.smithi150.stdout:(8/13): python3-podman-4.7.0-1.module_el8+712+4 760 kB/s | 178 kB 00:00 2023-11-20T18:56:14.326 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T18:56:14.330 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T18:56:14.345 INFO:teuthology.orchestra.run.smithi150.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-20T18:56:14.404 INFO:teuthology.orchestra.run.smithi150.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 904 kB/s | 53 kB 00:00 2023-11-20T18:56:14.471 INFO:teuthology.orchestra.run.smithi150.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 615 kB/s | 41 kB 00:00 2023-11-20T18:56:14.855 INFO:teuthology.orchestra.run.smithi150.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-11-20T18:56:14.897 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T18:56:15.066 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T18:56:15.079 INFO:teuthology.orchestra.run.smithi150.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.3 MB/s | 2.5 MB 00:00 2023-11-20T18:56:15.080 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T18:56:15.080 INFO:teuthology.orchestra.run.smithi150.stdout:Total 109 kB/s | 27 MB 04:10 2023-11-20T18:56:15.106 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-20T18:56:15.268 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-20T18:56:15.321 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-20T18:56:15.339 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T18:56:15.360 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T18:56:15.361 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T18:56:15.452 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-20T18:56:15.474 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-20T18:56:15.622 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T18:56:15.625 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T18:56:15.695 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-20T18:56:15.738 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-20T18:56:15.986 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-20T18:56:16.230 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-20T18:56:16.325 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T18:56:16.525 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-20T18:56:16.553 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-20T18:56:16.729 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-20T18:56:16.930 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-20T18:56:17.148 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-20T18:56:17.247 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-20T18:56:17.512 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-20T18:56:17.572 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-20T18:56:17.705 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-20T18:56:17.728 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-20T18:56:17.811 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-20T18:56:17.948 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-20T18:56:18.029 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-20T18:56:18.328 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-20T18:56:18.367 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-20T18:56:18.712 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-20T18:56:18.748 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-20T18:56:19.004 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-20T18:56:19.243 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-20T18:56:19.258 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-20T18:56:19.432 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-20T18:56:19.508 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-20T18:56:19.598 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-20T18:56:19.626 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-20T18:56:19.829 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-20T18:56:19.911 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-20T18:56:20.023 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-20T18:56:20.024 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-20T18:56:20.025 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-20T18:56:20.025 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-20T18:56:20.025 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-20T18:56:20.474 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-20T18:56:20.475 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-20T18:56:20.475 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-20T18:56:20.475 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-20T18:56:20.772 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-20T18:56:20.802 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-20T18:56:20.803 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-20T18:56:20.804 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:20.804 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:20.804 INFO:teuthology.orchestra.run.smithi078.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:20.804 INFO:teuthology.orchestra.run.smithi078.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-20T18:56:20.804 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T18:56:20.804 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T18:56:20.992 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-20T18:56:21.152 DEBUG:teuthology.parallel:result is None 2023-11-20T18:56:21.212 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-20T18:56:21.321 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-20T18:56:21.321 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:56:21.321 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T18:56:21.321 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:21.321 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:21.321 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:21.322 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-20T18:56:21.323 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T18:56:21.323 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T18:56:21.637 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-20T18:56:21.637 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-20T18:56:21.637 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-20T18:56:21.637 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-20T18:56:21.638 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-20T18:56:21.664 DEBUG:teuthology.parallel:result is None 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:22.461 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T18:56:22.462 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T18:56:22.775 DEBUG:teuthology.parallel:result is None 2023-11-20T18:56:22.776 INFO:teuthology.run_tasks:Running task install... 2023-11-20T18:56:22.788 DEBUG:teuthology.task.install:project ceph 2023-11-20T18:56:22.788 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959'}} 2023-11-20T18:56:22.788 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959'} 2023-11-20T18:56:22.789 INFO:teuthology.task.install:Using flavor: default 2023-11-20T18:56:22.800 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-11-20T18:56:22.800 INFO:teuthology.task.install:extra packages: [] 2023-11-20T18:56:22.801 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959', 'tag': None, 'wait_for_package': False} 2023-11-20T18:56:22.801 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T18:56:22.804 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959', 'tag': None, 'wait_for_package': False} 2023-11-20T18:56:22.804 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T18:56:22.805 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959', 'tag': None, 'wait_for_package': False} 2023-11-20T18:56:22.806 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T18:56:22.947 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/ 2023-11-20T18:56:22.947 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7435.g52ca4a61 2023-11-20T18:56:23.024 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/ 2023-11-20T18:56:23.024 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7435.g52ca4a61 2023-11-20T18:56:23.030 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/ 2023-11-20T18:56:23.030 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7435.g52ca4a61 2023-11-20T18:56:23.055 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-20T18:56:23.055 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T18:56:23.055 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-20T18:56:23.095 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-20T18:56:23.096 DEBUG:teuthology.orchestra.run.smithi078:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/52ca4a61d5d69ccfadeef8408a4711c820b98959/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-20T18:56:23.137 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-20T18:56:23.138 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T18:56:23.138 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-20T18:56:23.166 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-20T18:56:23.166 DEBUG:teuthology.orchestra.run.smithi150:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/52ca4a61d5d69ccfadeef8408a4711c820b98959/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-20T18:56:23.170 DEBUG:teuthology.orchestra.run.smithi078:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-20T18:56:23.194 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-20T18:56:23.194 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T18:56:23.194 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-20T18:56:23.228 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-20T18:56:23.228 DEBUG:teuthology.orchestra.run.smithi088:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/52ca4a61d5d69ccfadeef8408a4711c820b98959/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-20T18:56:23.234 DEBUG:teuthology.orchestra.run.smithi150:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-20T18:56:23.256 DEBUG:teuthology.orchestra.run.smithi078:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-20T18:56:23.288 INFO:teuthology.orchestra.run.smithi078.stdout:check_obsoletes = 1 2023-11-20T18:56:23.289 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum clean all 2023-11-20T18:56:23.299 DEBUG:teuthology.orchestra.run.smithi088:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-20T18:56:23.311 DEBUG:teuthology.orchestra.run.smithi150:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-20T18:56:23.378 INFO:teuthology.orchestra.run.smithi150.stdout:check_obsoletes = 1 2023-11-20T18:56:23.379 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum clean all 2023-11-20T18:56:23.381 DEBUG:teuthology.orchestra.run.smithi088:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-20T18:56:23.449 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2023-11-20T18:56:23.450 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2023-11-20T18:56:23.580 INFO:teuthology.orchestra.run.smithi078.stdout:76 files removed 2023-11-20T18:56:23.608 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-radosgw 2023-11-20T18:56:23.654 INFO:teuthology.orchestra.run.smithi150.stdout:76 files removed 2023-11-20T18:56:23.684 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-radosgw 2023-11-20T18:56:23.727 INFO:teuthology.orchestra.run.smithi088.stdout:76 files removed 2023-11-20T18:56:23.754 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2023-11-20T18:56:24.284 INFO:teuthology.orchestra.run.smithi078.stdout:ceph packages for x86_64 306 kB/s | 81 kB 00:00 2023-11-20T18:56:24.421 INFO:teuthology.orchestra.run.smithi150.stdout:ceph packages for x86_64 251 kB/s | 81 kB 00:00 2023-11-20T18:56:24.556 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 205 kB/s | 81 kB 00:00 2023-11-20T18:56:24.618 INFO:teuthology.orchestra.run.smithi078.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-11-20T18:56:24.830 INFO:teuthology.orchestra.run.smithi150.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-11-20T18:56:24.957 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-11-20T18:56:24.993 INFO:teuthology.orchestra.run.smithi078.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-11-20T18:56:25.264 INFO:teuthology.orchestra.run.smithi150.stdout:ceph source packages 3.7 kB/s | 1.5 kB 00:00 2023-11-20T18:56:25.358 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2023-11-20T19:04:43.364 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - AppStream 70 kB/s | 34 MB 08:17 2023-11-20T19:04:54.679 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - AppStream 69 kB/s | 34 MB 08:26 2023-11-20T19:04:54.679 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - AppStream 69 kB/s | 34 MB 08:22 2023-11-20T19:05:03.335 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - BaseOS 3.8 MB/s | 53 MB 00:13 2023-11-20T19:05:11.226 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras 75 kB/s | 18 kB 00:00 2023-11-20T19:05:11.751 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-11-20T19:05:11.784 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - BaseOS 3.7 MB/s | 53 MB 00:14 2023-11-20T19:05:17.988 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - BaseOS 2.2 MB/s | 53 MB 00:24 2023-11-20T19:05:19.751 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras 77 kB/s | 18 kB 00:00 2023-11-20T19:05:20.160 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 6.9 kB 00:00 2023-11-20T19:05:25.755 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras 83 kB/s | 18 kB 00:00 2023-11-20T19:05:26.255 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-11-20T19:13:33.890 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - PowerTools 14 kB/s | 6.6 MB 08:21 2023-11-20T19:13:35.365 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-20T19:13:36.757 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-20T19:13:40.318 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - PowerTools 14 kB/s | 6.6 MB 08:20 2023-11-20T19:13:40.581 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 296 kB/s | 24 kB 00:00 2023-11-20T19:13:41.323 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 8 - PowerTools 14 kB/s | 6.6 MB 08:14 2023-11-20T19:13:41.802 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-20T19:13:42.758 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-20T19:13:43.195 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-20T19:13:45.111 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:13:45.114 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:13:45.114 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:13:45.114 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:13:45.114 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:13:45.114 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 14 M 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.8 M 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.7 M 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 5.4 M 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 23 M 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 24 k 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 838 k 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-20T19:13:45.115 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 517 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.9 M 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 45 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 128 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 197 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 371 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 364 k 2023-11-20T19:13:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 107 k 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout:Install 21 Packages 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:13:45.117 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 62 M 2023-11-20T19:13:45.118 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:13:46.490 INFO:teuthology.orchestra.run.smithi088.stdout:(1/23): ceph-base-18.0.0-7435.g52ca4a61.el8.x86 5.0 MB/s | 5.4 MB 00:01 2023-11-20T19:13:46.616 INFO:teuthology.orchestra.run.smithi088.stdout:(2/23): ceph-selinux-18.0.0-7435.g52ca4a61.el8. 194 kB/s | 24 kB 00:00 2023-11-20T19:13:46.866 INFO:teuthology.orchestra.run.smithi088.stdout:(3/23): libcephfs2-18.0.0-7435.g52ca4a61.el8.x8 3.3 MB/s | 838 kB 00:00 2023-11-20T19:13:47.070 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 390 kB/s | 24 kB 00:00 2023-11-20T19:13:47.225 INFO:teuthology.orchestra.run.smithi088.stdout:(4/23): ceph-common-18.0.0-7435.g52ca4a61.el8.x 13 MB/s | 23 MB 00:01 2023-11-20T19:13:47.250 INFO:teuthology.orchestra.run.smithi088.stdout:(5/23): libradosstriper1-18.0.0-7435.g52ca4a61. 1.3 MB/s | 517 kB 00:00 2023-11-20T19:13:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:(6/23): python3-ceph-argparse-18.0.0-7435.g52ca 766 kB/s | 45 kB 00:00 2023-11-20T19:13:47.392 INFO:teuthology.orchestra.run.smithi088.stdout:(7/23): python3-ceph-common-18.0.0-7435.g52ca4a 1.5 MB/s | 128 kB 00:00 2023-11-20T19:13:47.634 INFO:teuthology.orchestra.run.smithi088.stdout:(8/23): ceph-radosgw-18.0.0-7435.g52ca4a61.el8. 6.3 MB/s | 14 MB 00:02 2023-11-20T19:13:47.660 INFO:teuthology.orchestra.run.smithi088.stdout:(9/23): python3-cephfs-18.0.0-7435.g52ca4a61.el 737 kB/s | 197 kB 00:00 2023-11-20T19:13:47.785 INFO:teuthology.orchestra.run.smithi088.stdout:(10/23): librgw2-18.0.0-7435.g52ca4a61.el8.x86_ 12 MB/s | 6.9 MB 00:00 2023-11-20T19:13:47.810 INFO:teuthology.orchestra.run.smithi088.stdout:(11/23): python3-rados-18.0.0-7435.g52ca4a61.el 2.1 MB/s | 371 kB 00:00 2023-11-20T19:13:47.835 INFO:teuthology.orchestra.run.smithi088.stdout:(12/23): python3-rgw-18.0.0-7435.g52ca4a61.el8. 2.1 MB/s | 107 kB 00:00 2023-11-20T19:13:47.860 INFO:teuthology.orchestra.run.smithi088.stdout:(13/23): python3-rbd-18.0.0-7435.g52ca4a61.el8. 1.8 MB/s | 364 kB 00:00 2023-11-20T19:13:50.032 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 2.2 MB/s | 16 MB 00:07 2023-11-20T19:13:51.567 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:13:51.570 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:13:51.570 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:13:51.570 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:13:51.570 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:13:51.570 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 14 M 2023-11-20T19:13:51.570 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrading: 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: librados2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.8 M 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.7 M 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 5.4 M 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 23 M 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 24 k 2023-11-20T19:13:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 838 k 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 517 k 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.9 M 2023-11-20T19:13:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 45 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 128 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 197 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 371 k 2023-11-20T19:13:51.573 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 364 k 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 107 k 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout:Install 21 Packages 2023-11-20T19:13:51.574 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrade 2 Packages 2023-11-20T19:13:51.575 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:13:51.575 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 62 M 2023-11-20T19:13:51.575 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:13:52.863 INFO:teuthology.orchestra.run.smithi078.stdout:(1/23): ceph-base-18.0.0-7435.g52ca4a61.el8.x86 8.5 MB/s | 5.4 MB 00:00 2023-11-20T19:13:52.913 INFO:teuthology.orchestra.run.smithi078.stdout:(2/23): ceph-selinux-18.0.0-7435.g52ca4a61.el8. 487 kB/s | 24 kB 00:00 2023-11-20T19:13:53.054 INFO:teuthology.orchestra.run.smithi078.stdout:(3/23): libcephfs2-18.0.0-7435.g52ca4a61.el8.x8 5.8 MB/s | 838 kB 00:00 2023-11-20T19:13:53.139 INFO:teuthology.orchestra.run.smithi078.stdout:(4/23): libradosstriper1-18.0.0-7435.g52ca4a61. 6.0 MB/s | 517 kB 00:00 2023-11-20T19:13:53.489 INFO:teuthology.orchestra.run.smithi078.stdout:(5/23): ceph-radosgw-18.0.0-7435.g52ca4a61.el8. 11 MB/s | 14 MB 00:01 2023-11-20T19:13:53.548 INFO:teuthology.orchestra.run.smithi078.stdout:(6/23): python3-ceph-argparse-18.0.0-7435.g52ca 771 kB/s | 45 kB 00:00 2023-11-20T19:13:53.614 INFO:teuthology.orchestra.run.smithi078.stdout:(7/23): python3-ceph-common-18.0.0-7435.g52ca4a 1.9 MB/s | 128 kB 00:00 2023-11-20T19:13:53.698 INFO:teuthology.orchestra.run.smithi078.stdout:(8/23): librgw2-18.0.0-7435.g52ca4a61.el8.x86_6 12 MB/s | 6.9 MB 00:00 2023-11-20T19:13:53.723 INFO:teuthology.orchestra.run.smithi078.stdout:(9/23): python3-cephfs-18.0.0-7435.g52ca4a61.el 1.8 MB/s | 197 kB 00:00 2023-11-20T19:13:53.748 INFO:teuthology.orchestra.run.smithi078.stdout:(10/23): python3-rados-18.0.0-7435.g52ca4a61.el 7.2 MB/s | 371 kB 00:00 2023-11-20T19:13:53.782 INFO:teuthology.orchestra.run.smithi078.stdout:(11/23): python3-rbd-18.0.0-7435.g52ca4a61.el8. 6.1 MB/s | 364 kB 00:00 2023-11-20T19:13:53.816 INFO:teuthology.orchestra.run.smithi078.stdout:(12/23): python3-rgw-18.0.0-7435.g52ca4a61.el8. 1.6 MB/s | 107 kB 00:00 2023-11-20T19:13:53.916 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 345 kB/s | 24 kB 00:00 2023-11-20T19:13:54.908 INFO:teuthology.orchestra.run.smithi078.stdout:(13/23): ceph-common-18.0.0-7435.g52ca4a61.el8. 8.4 MB/s | 23 MB 00:02 2023-11-20T19:13:58.441 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-radosgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 14 M 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout:Upgrading: 2023-11-20T19:13:58.444 INFO:teuthology.orchestra.run.smithi150.stdout: librados2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.8 M 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: librbd1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.7 M 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 5.4 M 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 23 M 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-selinux x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 24 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 838 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: libradosstriper1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 517 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: librgw2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.9 M 2023-11-20T19:13:58.445 INFO:teuthology.orchestra.run.smithi150.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 45 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 128 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cephfs x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 197 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rados x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 371 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 364 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 107 k 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:13:58.446 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:13:58.447 INFO:teuthology.orchestra.run.smithi150.stdout:Install 21 Packages 2023-11-20T19:13:58.447 INFO:teuthology.orchestra.run.smithi150.stdout:Upgrade 2 Packages 2023-11-20T19:13:58.447 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:13:58.447 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 62 M 2023-11-20T19:13:58.447 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:13:59.826 INFO:teuthology.orchestra.run.smithi150.stdout:(1/23): ceph-base-18.0.0-7435.g52ca4a61.el8.x86 7.0 MB/s | 5.4 MB 00:00 2023-11-20T19:13:59.893 INFO:teuthology.orchestra.run.smithi150.stdout:(2/23): ceph-selinux-18.0.0-7435.g52ca4a61.el8. 366 kB/s | 24 kB 00:00 2023-11-20T19:14:00.060 INFO:teuthology.orchestra.run.smithi150.stdout:(3/23): libcephfs2-18.0.0-7435.g52ca4a61.el8.x8 4.9 MB/s | 838 kB 00:00 2023-11-20T19:14:00.161 INFO:teuthology.orchestra.run.smithi150.stdout:(4/23): libradosstriper1-18.0.0-7435.g52ca4a61. 5.1 MB/s | 517 kB 00:00 2023-11-20T19:14:00.627 INFO:teuthology.orchestra.run.smithi150.stdout:(5/23): ceph-radosgw-18.0.0-7435.g52ca4a61.el8. 8.9 MB/s | 14 MB 00:01 2023-11-20T19:14:00.702 INFO:teuthology.orchestra.run.smithi150.stdout:(6/23): python3-ceph-argparse-18.0.0-7435.g52ca 599 kB/s | 45 kB 00:00 2023-11-20T19:14:00.770 INFO:teuthology.orchestra.run.smithi150.stdout:(7/23): python3-ceph-common-18.0.0-7435.g52ca4a 1.9 MB/s | 128 kB 00:00 2023-11-20T19:14:00.845 INFO:teuthology.orchestra.run.smithi150.stdout:(8/23): python3-cephfs-18.0.0-7435.g52ca4a61.el 2.6 MB/s | 197 kB 00:00 2023-11-20T19:14:00.937 INFO:teuthology.orchestra.run.smithi150.stdout:(9/23): python3-rados-18.0.0-7435.g52ca4a61.el8 4.0 MB/s | 371 kB 00:00 2023-11-20T19:14:01.054 INFO:teuthology.orchestra.run.smithi150.stdout:(10/23): librgw2-18.0.0-7435.g52ca4a61.el8.x86_ 7.8 MB/s | 6.9 MB 00:00 2023-11-20T19:14:01.079 INFO:teuthology.orchestra.run.smithi150.stdout:(11/23): python3-rbd-18.0.0-7435.g52ca4a61.el8. 2.5 MB/s | 364 kB 00:00 2023-11-20T19:14:01.104 INFO:teuthology.orchestra.run.smithi150.stdout:(12/23): python3-rgw-18.0.0-7435.g52ca4a61.el8. 2.1 MB/s | 107 kB 00:00 2023-11-20T19:14:01.313 INFO:teuthology.orchestra.run.smithi150.stdout:(13/23): ceph-common-18.0.0-7435.g52ca4a61.el8. 10 MB/s | 23 MB 00:02 2023-11-20T19:17:54.652 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:17:54.652 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-prettytable-0.7.2-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:17:54.654 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:17:54.842 INFO:teuthology.orchestra.run.smithi088.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 182 B/s | 44 kB 04:06 2023-11-20T19:17:54.900 INFO:teuthology.orchestra.run.smithi088.stdout:(15/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.4 kB/s | 354 kB 04:07 2023-11-20T19:17:54.926 INFO:teuthology.orchestra.run.smithi088.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.1 kB/s | 259 kB 04:07 2023-11-20T19:17:54.976 INFO:teuthology.orchestra.run.smithi088.stdout:(17/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 351 kB/s | 47 kB 00:00 2023-11-20T19:17:55.051 INFO:teuthology.orchestra.run.smithi088.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 470 kB/s | 59 kB 00:00 2023-11-20T19:17:55.110 INFO:teuthology.orchestra.run.smithi088.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 562 kB/s | 75 kB 00:00 2023-11-20T19:17:55.172 INFO:teuthology.orchestra.run.smithi088.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2023-11-20T19:17:55.328 INFO:teuthology.orchestra.run.smithi088.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 6.3 MB/s | 1.7 MB 00:00 2023-11-20T19:17:55.595 INFO:teuthology.orchestra.run.smithi088.stdout:(22/23): librados2-18.0.0-7435.g52ca4a61.el8.x8 7.8 MB/s | 3.8 MB 00:00 2023-11-20T19:17:55.870 INFO:teuthology.orchestra.run.smithi088.stdout:(23/23): librbd1-18.0.0-7435.g52ca4a61.el8.x86_ 5.4 MB/s | 3.7 MB 00:00 2023-11-20T19:17:55.872 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:17:55.872 INFO:teuthology.orchestra.run.smithi088.stdout:Total 252 kB/s | 62 MB 04:10 2023-11-20T19:17:55.911 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:17:55.957 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:17:55.957 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:17:56.321 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:17:56.324 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:17:57.522 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:17:57.737 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-20T19:17:57.951 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-20T19:17:58.131 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-20T19:17:58.578 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-20T19:17:58.823 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:17:58.903 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:17:59.158 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-20T19:17:59.381 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-20T19:17:59.772 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-20T19:17:59.956 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:00.016 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:00.195 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-20T19:18:00.389 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-20T19:18:00.453 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-20T19:18:00.608 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 10/25 2023-11-20T19:18:00.854 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-20T19:18:01.093 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-20T19:18:01.281 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-20T19:18:01.358 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-20T19:18:01.565 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-20T19:18:02.388 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-20T19:18:02.555 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-20T19:18:02.622 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-20T19:18:02.880 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 17/25 2023-11-20T19:18:03.075 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-20T19:18:03.089 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-prettytable-0.7.2-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:18:03.092 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:18:03.092 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:18:03.254 INFO:teuthology.orchestra.run.smithi078.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 181 B/s | 44 kB 04:08 2023-11-20T19:18:03.304 INFO:teuthology.orchestra.run.smithi078.stdout:(15/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.0 kB/s | 259 kB 04:09 2023-11-20T19:18:03.314 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 19/25 2023-11-20T19:18:03.362 INFO:teuthology.orchestra.run.smithi078.stdout:(16/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.4 kB/s | 354 kB 04:09 2023-11-20T19:18:03.388 INFO:teuthology.orchestra.run.smithi078.stdout:(17/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 351 kB/s | 47 kB 00:00 2023-11-20T19:18:03.880 INFO:teuthology.orchestra.run.smithi078.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 114 kB/s | 59 kB 00:00 2023-11-20T19:18:03.913 INFO:teuthology.orchestra.run.smithi078.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 143 kB/s | 75 kB 00:00 2023-11-20T19:18:04.047 INFO:teuthology.orchestra.run.smithi078.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 412 kB/s | 306 kB 00:00 2023-11-20T19:18:04.489 INFO:teuthology.orchestra.run.smithi078.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 2.8 MB/s | 1.7 MB 00:00 2023-11-20T19:18:04.589 INFO:teuthology.orchestra.run.smithi078.stdout:(22/23): librados2-18.0.0-7435.g52ca4a61.el8.x8 5.6 MB/s | 3.8 MB 00:00 2023-11-20T19:18:04.747 INFO:teuthology.orchestra.run.smithi078.stdout:(23/23): librbd1-18.0.0-7435.g52ca4a61.el8.x86_ 5.3 MB/s | 3.7 MB 00:00 2023-11-20T19:18:04.752 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:18:04.752 INFO:teuthology.orchestra.run.smithi078.stdout:Total 249 kB/s | 62 MB 04:13 2023-11-20T19:18:04.791 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:18:04.838 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:18:04.838 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:18:05.194 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:18:05.197 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:18:05.943 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:06.171 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:06.355 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:18:06.552 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-20T19:18:06.756 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-20T19:18:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:06.945 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-20T19:18:07.102 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-20T19:18:07.211 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-20T19:18:07.340 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-20T19:18:07.446 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:07.537 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:07.631 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:07.872 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-20T19:18:08.053 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-20T19:18:08.436 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:18:08.436 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:18:08.436 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-prettytable-0.7.2-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-prettytable-0.7.2-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:18:08.460 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-20T19:18:08.601 INFO:teuthology.orchestra.run.smithi150.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 182 B/s | 44 kB 04:07 2023-11-20T19:18:08.620 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:08.668 INFO:teuthology.orchestra.run.smithi150.stdout:(15/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.0 kB/s | 259 kB 04:07 2023-11-20T19:18:08.669 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:08.710 INFO:teuthology.orchestra.run.smithi150.stdout:(16/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.4 kB/s | 354 kB 04:07 2023-11-20T19:18:08.736 INFO:teuthology.orchestra.run.smithi150.stdout:(17/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 350 kB/s | 47 kB 00:00 2023-11-20T19:18:08.859 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-20T19:18:08.977 INFO:teuthology.orchestra.run.smithi150.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 220 kB/s | 59 kB 00:00 2023-11-20T19:18:09.019 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-20T19:18:09.027 INFO:teuthology.orchestra.run.smithi150.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 257 kB/s | 75 kB 00:00 2023-11-20T19:18:09.053 INFO:teuthology.orchestra.run.smithi150.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 796 kB/s | 306 kB 00:00 2023-11-20T19:18:09.082 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-20T19:18:09.239 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 10/25 2023-11-20T19:18:09.303 INFO:teuthology.orchestra.run.smithi150.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 5.3 MB/s | 1.7 MB 00:00 2023-11-20T19:18:09.475 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-20T19:18:09.487 INFO:teuthology.orchestra.run.smithi150.stdout:(22/23): librbd1-18.0.0-7435.g52ca4a61.el8.x86_ 8.6 MB/s | 3.7 MB 00:00 2023-11-20T19:18:09.682 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-20T19:18:09.804 INFO:teuthology.orchestra.run.smithi150.stdout:(23/23): librados2-18.0.0-7435.g52ca4a61.el8.x8 4.9 MB/s | 3.8 MB 00:00 2023-11-20T19:18:09.809 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:18:09.809 INFO:teuthology.orchestra.run.smithi150.stdout:Total 251 kB/s | 62 MB 04:11 2023-11-20T19:18:09.828 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-20T19:18:09.848 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:18:09.895 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:18:09.895 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:18:09.896 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-20T19:18:10.103 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-20T19:18:10.268 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:18:10.271 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:18:10.901 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-20T19:18:11.078 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-20T19:18:11.154 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-20T19:18:11.344 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 17/25 2023-11-20T19:18:11.510 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:18:11.520 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-20T19:18:11.696 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-20T19:18:11.728 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 19/25 2023-11-20T19:18:11.951 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-20T19:18:12.124 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-20T19:18:12.530 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-20T19:18:12.740 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrading : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:12.845 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:13.067 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-20T19:18:13.248 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-20T19:18:13.650 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-20T19:18:13.848 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrading : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:13.901 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:14.063 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-20T19:18:14.190 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-20T19:18:14.246 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-20T19:18:14.310 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:14.451 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 10/25 2023-11-20T19:18:14.544 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:14.668 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-20T19:18:14.894 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-20T19:18:15.073 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-20T19:18:15.125 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:15.129 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-20T19:18:15.340 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-20T19:18:15.415 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-20T19:18:15.512 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-20T19:18:15.702 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:16.115 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-20T19:18:16.331 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-20T19:18:16.410 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-20T19:18:16.647 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 17/25 2023-11-20T19:18:16.824 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-20T19:18:17.040 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 19/25 2023-11-20T19:18:19.595 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:19.806 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:20.396 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-20T19:18:20.670 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-20T19:18:20.773 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-20T19:18:20.998 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:25.962 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:25.962 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2023-11-20T19:18:25.962 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2023-11-20T19:18:25.962 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /run 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-11-20T19:18:25.963 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:18:27.414 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-20T19:18:27.434 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-20T19:18:27.434 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-20T19:18:27.677 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-20T19:18:27.677 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-20T19:18:28.411 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 6/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 8/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 9/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 10/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 13/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-20T19:18:28.412 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-20T19:18:28.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-20T19:18:28.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-20T19:18:28.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-20T19:18:28.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:28.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-20T19:18:28.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 24/25 2023-11-20T19:18:29.511 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.512 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.513 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.513 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-20T19:18:29.513 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.513 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-20T19:18:29.513 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-20T19:18:29.514 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.514 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-20T19:18:29.514 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.514 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-20T19:18:29.514 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:29.515 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-20T19:18:29.516 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:18:29.516 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:18:29.763 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2023-11-20T19:18:30.614 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:50 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:18:32.281 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:18:32.282 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:18:32.282 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:18:32.282 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 49 M 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 183 k 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-20T19:18:32.283 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-20T19:18:32.284 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-20T19:18:32.284 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:18:32.284 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:18:32.284 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:18:32.284 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-11-20T19:18:32.284 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:18:32.285 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 50 M 2023-11-20T19:18:32.285 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 223 M 2023-11-20T19:18:32.285 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:18:32.653 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): libcephsqlite-18.0.0-7435.g52ca4a61.el8. 636 kB/s | 183 kB 00:00 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /sys 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /proc 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /run 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /mnt 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /var/tmp 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /home 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /tmp 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-11-20T19:18:34.196 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:18:34.811 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): ceph-test-18.0.0-7435.g52ca4a61.el8.x86_ 20 MB/s | 49 MB 00:02 2023-11-20T19:18:35.654 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-20T19:18:35.674 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-20T19:18:35.675 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-20T19:18:35.852 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-20T19:18:35.852 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:36.492 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:36.492 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/25 2023-11-20T19:18:36.492 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/25 2023-11-20T19:18:36.492 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 6/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 8/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 9/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 10/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 13/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-20T19:18:36.493 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-20T19:18:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 24/25 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout:Upgraded: 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.695 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.696 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.696 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.696 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-20T19:18:37.696 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.696 INFO:teuthology.orchestra.run.smithi078.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-20T19:18:37.696 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-20T19:18:37.697 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.697 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-20T19:18:37.697 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.697 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-20T19:18:37.697 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-20T19:18:37.697 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-20T19:18:37.698 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:18:37.699 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:18:37.951 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-test 2023-11-20T19:18:38.802 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:04:51 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:18:39.643 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:39.643 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /sys 2023-11-20T19:18:39.643 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /proc 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /dev 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /run 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /mnt 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /var/tmp 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /home 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /tmp 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /dev 2023-11-20T19:18:39.644 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:18:40.468 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:18:40.469 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 49 M 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 183 k 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-20T19:18:40.470 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 50 M 2023-11-20T19:18:40.471 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 223 M 2023-11-20T19:18:40.472 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:18:40.851 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): libcephsqlite-18.0.0-7435.g52ca4a61.el8. 969 kB/s | 183 kB 00:00 2023-11-20T19:18:41.108 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-20T19:18:41.129 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-20T19:18:41.129 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-20T19:18:41.339 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-20T19:18:41.339 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:42.002 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:42.002 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/25 2023-11-20T19:18:42.002 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/25 2023-11-20T19:18:42.002 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/25 2023-11-20T19:18:42.002 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-20T19:18:42.002 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 6/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 8/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 9/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 10/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 13/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-20T19:18:42.003 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-20T19:18:42.004 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-20T19:18:42.004 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-20T19:18:42.004 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-20T19:18:42.004 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-20T19:18:42.004 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-20T19:18:42.004 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 24/25 2023-11-20T19:18:43.035 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): ceph-test-18.0.0-7435.g52ca4a61.el8.x86_ 21 MB/s | 49 MB 00:02 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout:Upgraded: 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.168 INFO:teuthology.orchestra.run.smithi150.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.169 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.170 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:18:43.170 INFO:teuthology.orchestra.run.smithi150.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-20T19:18:43.170 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:18:43.170 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:18:43.462 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-test 2023-11-20T19:18:44.308 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:04:51 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:18:45.985 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-test x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 49 M 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout: libcephsqlite x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 183 k 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-20T19:18:45.986 INFO:teuthology.orchestra.run.smithi150.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout:Install 6 Packages 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:18:45.987 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 50 M 2023-11-20T19:18:45.988 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 223 M 2023-11-20T19:18:45.988 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:18:46.490 INFO:teuthology.orchestra.run.smithi150.stdout:(1/6): libcephsqlite-18.0.0-7435.g52ca4a61.el8. 589 kB/s | 183 kB 00:00 2023-11-20T19:18:48.565 INFO:teuthology.orchestra.run.smithi150.stdout:(2/6): ceph-test-18.0.0-7435.g52ca4a61.el8.x86_ 21 MB/s | 49 MB 00:02 2023-11-20T19:22:41.371 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] oniguruma-6.8.2-2.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/oniguruma-6.8.2-2.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:41.374 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] jq-1.6-8.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/jq-1.6-8.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:41.374 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:41.642 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 770 B/s | 187 kB 04:08 2023-11-20T19:22:41.667 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): jq-1.6-8.el8.x86_64.rpm 834 B/s | 203 kB 04:09 2023-11-20T19:22:41.692 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 kB/s | 323 kB 04:06 2023-11-20T19:22:41.718 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 938 kB/s | 71 kB 00:00 2023-11-20T19:22:41.718 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:22:41.718 INFO:teuthology.orchestra.run.smithi088.stdout:Total 207 kB/s | 50 MB 04:09 2023-11-20T19:22:41.756 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:22:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:22:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:22:42.071 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:22:42.074 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:22:42.533 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:22:42.745 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-20T19:22:42.911 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-20T19:22:43.059 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-20T19:22:43.144 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-20T19:22:43.324 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-20T19:22:43.475 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-20T19:22:48.264 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-20T19:22:48.506 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-20T19:22:48.795 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-20T19:22:49.608 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/6 2023-11-20T19:22:49.608 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/6 2023-11-20T19:22:49.608 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-20T19:22:49.608 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-20T19:22:49.608 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-20T19:22:49.609 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-20T19:22:49.609 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:22:49.609 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:22:49.609 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: jq-1.6-8.el8.x86_64 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:22:49.610 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:22:49.697 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2023-11-20T19:22:49.809 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] jq-1.6-8.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/jq-1.6-8.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:49.809 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] oniguruma-6.8.2-2.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/oniguruma-6.8.2-2.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:49.812 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:50.014 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): jq-1.6-8.el8.x86_64.rpm 833 B/s | 203 kB 04:09 2023-11-20T19:22:50.039 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 770 B/s | 187 kB 04:09 2023-11-20T19:22:50.065 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 71 kB 00:00 2023-11-20T19:22:50.089 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 kB/s | 323 kB 04:07 2023-11-20T19:22:50.090 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:22:50.090 INFO:teuthology.orchestra.run.smithi078.stdout:Total 207 kB/s | 50 MB 04:09 2023-11-20T19:22:50.130 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:22:50.153 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:22:50.153 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:22:50.458 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:22:50.461 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:22:50.563 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:09:10 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:22:50.920 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:22:51.185 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-20T19:22:51.359 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-20T19:22:51.490 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-20T19:22:51.571 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-20T19:22:51.756 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-20T19:22:51.941 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-20T19:22:52.219 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:22:52.222 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:22:52.222 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:22:52.222 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:22:52.222 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.4 k 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 2.3 M 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 1.6 M 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 242 k 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 4.6 M 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 18 M 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-20T19:22:52.223 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-20T19:22:52.224 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-20T19:22:52.225 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout:Install 32 Packages 2023-11-20T19:22:52.226 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:22:52.227 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 30 M 2023-11-20T19:22:52.227 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 121 M 2023-11-20T19:22:52.227 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:22:52.695 INFO:teuthology.orchestra.run.smithi088.stdout:(1/32): ceph-18.0.0-7435.g52ca4a61.el8.x86_64.r 48 kB/s | 6.4 kB 00:00 2023-11-20T19:22:52.904 INFO:teuthology.orchestra.run.smithi088.stdout:(2/32): ceph-mds-18.0.0-7435.g52ca4a61.el8.x86_ 6.8 MB/s | 2.3 MB 00:00 2023-11-20T19:22:52.945 INFO:teuthology.orchestra.run.smithi088.stdout:(3/32): ceph-mgr-18.0.0-7435.g52ca4a61.el8.x86_ 4.2 MB/s | 1.6 MB 00:00 2023-11-20T19:22:53.037 INFO:teuthology.orchestra.run.smithi088.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7435.g52ca 2.6 MB/s | 242 kB 00:00 2023-11-20T19:22:53.796 INFO:teuthology.orchestra.run.smithi088.stdout:(5/32): ceph-osd-18.0.0-7435.g52ca4a61.el8.x86_ 20 MB/s | 18 MB 00:00 2023-11-20T19:22:53.930 INFO:teuthology.orchestra.run.smithi088.stdout:(6/32): ceph-mon-18.0.0-7435.g52ca4a61.el8.x86_ 3.8 MB/s | 4.6 MB 00:01 2023-11-20T19:22:54.983 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] jq-1.6-8.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/jq-1.6-8.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:54.983 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] oniguruma-6.8.2-2.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/oniguruma-6.8.2-2.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:55.170 INFO:teuthology.orchestra.run.smithi150.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 771 B/s | 187 kB 04:08 2023-11-20T19:22:55.195 INFO:teuthology.orchestra.run.smithi150.stdout:(4/6): jq-1.6-8.el8.x86_64.rpm 835 B/s | 203 kB 04:09 2023-11-20T19:22:56.690 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-20T19:22:56.947 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-20T19:22:57.228 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-20T19:22:57.228 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/6 2023-11-20T19:22:57.228 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/6 2023-11-20T19:22:57.228 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-20T19:22:57.228 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-20T19:22:57.228 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-20T19:22:57.908 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: jq-1.6-8.el8.x86_64 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:22:57.909 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:22:58.136 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph 2023-11-20T19:22:59.001 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:09:12 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:22:59.078 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:22:59.262 INFO:teuthology.orchestra.run.smithi150.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 kB/s | 323 kB 04:10 2023-11-20T19:23:00.654 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:23:00.657 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:23:00.657 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: ceph x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.4 k 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 2.3 M 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 1.6 M 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 242 k 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 4.6 M 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 18 M 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-20T19:23:00.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-20T19:23:00.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:23:00.660 INFO:teuthology.orchestra.run.smithi078.stdout:Install 32 Packages 2023-11-20T19:23:00.661 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:23:00.661 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 30 M 2023-11-20T19:23:00.661 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 121 M 2023-11-20T19:23:00.661 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:23:01.084 INFO:teuthology.orchestra.run.smithi078.stdout:(1/32): ceph-18.0.0-7435.g52ca4a61.el8.x86_64.r 51 kB/s | 6.4 kB 00:00 2023-11-20T19:23:01.276 INFO:teuthology.orchestra.run.smithi078.stdout:(2/32): ceph-mds-18.0.0-7435.g52ca4a61.el8.x86_ 7.3 MB/s | 2.3 MB 00:00 2023-11-20T19:23:01.634 INFO:teuthology.orchestra.run.smithi078.stdout:(3/32): ceph-mgr-18.0.0-7435.g52ca4a61.el8.x86_ 2.4 MB/s | 1.6 MB 00:00 2023-11-20T19:23:01.743 INFO:teuthology.orchestra.run.smithi078.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7435.g52ca 2.2 MB/s | 242 kB 00:00 2023-11-20T19:23:02.119 INFO:teuthology.orchestra.run.smithi078.stdout:(5/32): ceph-mon-18.0.0-7435.g52ca4a61.el8.x86_ 4.5 MB/s | 4.6 MB 00:01 2023-11-20T19:23:02.302 INFO:teuthology.orchestra.run.smithi078.stdout:(6/32): ceph-osd-18.0.0-7435.g52ca4a61.el8.x86_ 18 MB/s | 18 MB 00:01 2023-11-20T19:26:59.420 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-markupsafe-0.23-19.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:26:59.423 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-mako-1.0.6-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-mako-1.0.6-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:26:59.424 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:26:59.684 INFO:teuthology.orchestra.run.smithi088.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 161 B/s | 39 kB 04:05 2023-11-20T19:26:59.710 INFO:teuthology.orchestra.run.smithi088.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 431 B/s | 103 kB 04:05 2023-11-20T19:26:59.735 INFO:teuthology.orchestra.run.smithi088.stdout:(9/32): python3-mako-1.0.6-14.el8.noarch.rpm 651 B/s | 157 kB 04:06 2023-11-20T19:26:59.769 INFO:teuthology.orchestra.run.smithi088.stdout:(10/32): python3-pytz-2017.2-11.el8.noarch.rpm 678 kB/s | 57 kB 00:00 2023-11-20T19:26:59.944 INFO:teuthology.orchestra.run.smithi088.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.9 MB/s | 457 kB 00:00 2023-11-20T19:26:59.969 INFO:teuthology.orchestra.run.smithi088.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.0 MB/s | 249 kB 00:00 2023-11-20T19:27:00.078 INFO:teuthology.orchestra.run.smithi088.stdout:(13/32): python3-cryptography-3.2.1-6.el8.x86_6 2.0 MB/s | 641 kB 00:00 2023-11-20T19:27:00.103 INFO:teuthology.orchestra.run.smithi088.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 687 kB/s | 109 kB 00:00 2023-11-20T19:27:00.212 INFO:teuthology.orchestra.run.smithi088.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 180 kB/s | 44 kB 00:00 2023-11-20T19:27:00.253 INFO:teuthology.orchestra.run.smithi088.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.0 MB/s | 185 kB 00:00 2023-11-20T19:27:00.279 INFO:teuthology.orchestra.run.smithi088.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.0 MB/s | 173 kB 00:00 2023-11-20T19:27:00.304 INFO:teuthology.orchestra.run.smithi088.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 221 kB/s | 11 kB 00:00 2023-11-20T19:27:00.363 INFO:teuthology.orchestra.run.smithi088.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 210 kB/s | 18 kB 00:00 2023-11-20T19:27:00.388 INFO:teuthology.orchestra.run.smithi088.stdout:(20/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.1 MB/s | 384 kB 00:00 2023-11-20T19:27:00.413 INFO:teuthology.orchestra.run.smithi088.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 448 kB/s | 49 kB 00:00 2023-11-20T19:27:00.464 INFO:teuthology.orchestra.run.smithi088.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 584 kB/s | 59 kB 00:00 2023-11-20T19:27:00.489 INFO:teuthology.orchestra.run.smithi088.stdout:(23/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.8 MB/s | 283 kB 00:00 2023-11-20T19:27:00.514 INFO:teuthology.orchestra.run.smithi088.stdout:(24/32): python3-portend-2.6-1.el8.noarch.rpm 155 kB/s | 16 kB 00:00 2023-11-20T19:27:00.539 INFO:teuthology.orchestra.run.smithi088.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 248 kB/s | 19 kB 00:00 2023-11-20T19:27:00.565 INFO:teuthology.orchestra.run.smithi088.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 317 kB/s | 24 kB 00:00 2023-11-20T19:27:00.590 INFO:teuthology.orchestra.run.smithi088.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 388 kB/s | 29 kB 00:00 2023-11-20T19:27:00.648 INFO:teuthology.orchestra.run.smithi088.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 331 kB/s | 27 kB 00:00 2023-11-20T19:27:00.674 INFO:teuthology.orchestra.run.smithi088.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.3 MB/s | 255 kB 00:00 2023-11-20T19:27:00.699 INFO:teuthology.orchestra.run.smithi088.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-11-20T19:27:00.724 INFO:teuthology.orchestra.run.smithi088.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 459 kB/s | 23 kB 00:00 2023-11-20T19:27:00.741 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] xmlstarlet-1.6.1-20.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/xmlstarlet-1.6.1-20.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:27:00.749 INFO:teuthology.orchestra.run.smithi088.stdout:(32/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.5 MB/s | 251 kB 00:00 2023-11-20T19:27:00.752 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:27:00.752 INFO:teuthology.orchestra.run.smithi088.stdout:Total 126 kB/s | 30 MB 04:08 2023-11-20T19:27:00.828 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:27:00.866 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:27:00.866 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:27:00.908 INFO:teuthology.orchestra.run.smithi150.stdout:(6/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 294 B/s | 71 kB 04:05 2023-11-20T19:27:00.908 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:27:00.908 INFO:teuthology.orchestra.run.smithi150.stdout:Total 104 kB/s | 50 MB 08:14 2023-11-20T19:27:00.947 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:27:00.969 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:27:00.970 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:27:01.172 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:27:01.176 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:27:01.277 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:27:01.280 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:27:01.753 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:27:01.974 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-20T19:27:02.165 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-20T19:27:02.246 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:27:02.346 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-20T19:27:02.428 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-20T19:27:02.480 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-20T19:27:02.636 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-20T19:27:02.760 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-20T19:27:02.779 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-20T19:27:03.001 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-20T19:27:03.281 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-20T19:27:03.471 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-20T19:27:03.659 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-20T19:27:03.836 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-20T19:27:04.031 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-20T19:27:04.265 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-20T19:27:04.485 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-20T19:27:04.731 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-20T19:27:04.980 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-20T19:27:05.354 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-20T19:27:05.619 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-20T19:27:05.808 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-20T19:27:06.087 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-20T19:27:06.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-20T19:27:06.641 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-20T19:27:06.904 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-20T19:27:07.085 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-20T19:27:07.288 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-20T19:27:07.522 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-20T19:27:07.540 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-20T19:27:07.735 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-20T19:27:07.780 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-20T19:27:07.858 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-mako-1.0.6-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-mako-1.0.6-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:27:08.019 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-20T19:27:08.028 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-20T19:27:08.028 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/6 2023-11-20T19:27:08.028 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/6 2023-11-20T19:27:08.029 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-20T19:27:08.029 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-20T19:27:08.029 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-20T19:27:08.133 INFO:teuthology.orchestra.run.smithi078.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 652 B/s | 157 kB 04:06 2023-11-20T19:27:08.329 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-20T19:27:08.629 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-20T19:27:08.773 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-20T19:27:08.773 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:27:08.773 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:27:08.773 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:08.773 INFO:teuthology.orchestra.run.smithi150.stdout: jq-1.6-8.el8.x86_64 2023-11-20T19:27:08.774 INFO:teuthology.orchestra.run.smithi150.stdout: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:08.774 INFO:teuthology.orchestra.run.smithi150.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-20T19:27:08.774 INFO:teuthology.orchestra.run.smithi150.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-20T19:27:08.774 INFO:teuthology.orchestra.run.smithi150.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-20T19:27:08.774 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:27:08.774 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:27:09.017 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph 2023-11-20T19:27:09.023 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 27/32 2023-11-20T19:27:09.255 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-20T19:27:09.885 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:13:16 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:27:10.856 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-20T19:27:11.030 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-20T19:27:11.489 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-20T19:27:11.528 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:27:11.531 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:27:11.531 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:27:11.531 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: ceph x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.4 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mds x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 2.3 M 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 1.6 M 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 242 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mon x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 4.6 M 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-osd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 18 M 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-20T19:27:11.532 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-20T19:27:11.533 INFO:teuthology.orchestra.run.smithi150.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout:Install 32 Packages 2023-11-20T19:27:11.534 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:27:11.535 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 30 M 2023-11-20T19:27:11.535 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 121 M 2023-11-20T19:27:11.535 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:27:11.682 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-20T19:27:11.897 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-20T19:27:12.082 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-20T19:27:12.098 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-20T19:27:12.231 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-20T19:27:12.577 INFO:teuthology.orchestra.run.smithi150.stdout:(1/32): ceph-18.0.0-7435.g52ca4a61.el8.x86_64.r 19 kB/s | 6.4 kB 00:00 2023-11-20T19:27:12.635 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-20T19:27:12.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/32 2023-11-20T19:27:12.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/32 2023-11-20T19:27:12.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/32 2023-11-20T19:27:12.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/32 2023-11-20T19:27:12.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/32 2023-11-20T19:27:12.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 6/32 2023-11-20T19:27:12.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-20T19:27:12.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-20T19:27:12.638 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-20T19:27:12.638 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-20T19:27:12.638 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-20T19:27:12.638 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-20T19:27:12.639 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-20T19:27:12.639 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-20T19:27:12.639 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-20T19:27:12.639 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-20T19:27:12.640 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-20T19:27:12.640 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-20T19:27:12.640 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-20T19:27:12.640 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-20T19:27:12.640 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-20T19:27:12.641 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-20T19:27:12.641 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-20T19:27:12.641 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-20T19:27:12.641 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-20T19:27:12.642 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-20T19:27:12.642 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-20T19:27:12.642 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-20T19:27:12.642 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-20T19:27:12.643 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-20T19:27:12.643 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-20T19:27:12.961 INFO:teuthology.orchestra.run.smithi150.stdout:(2/32): ceph-mgr-18.0.0-7435.g52ca4a61.el8.x86_ 2.3 MB/s | 1.6 MB 00:00 2023-11-20T19:27:13.011 INFO:teuthology.orchestra.run.smithi150.stdout:(3/32): ceph-mds-18.0.0-7435.g52ca4a61.el8.x86_ 3.0 MB/s | 2.3 MB 00:00 2023-11-20T19:27:13.111 INFO:teuthology.orchestra.run.smithi150.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7435.g52ca 2.4 MB/s | 242 kB 00:00 2023-11-20T19:27:13.453 INFO:teuthology.orchestra.run.smithi150.stdout:(5/32): ceph-mon-18.0.0-7435.g52ca4a61.el8.x86_ 5.3 MB/s | 4.6 MB 00:00 2023-11-20T19:27:13.785 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-20T19:27:13.786 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-2.6-1.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-20T19:27:13.787 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:13.788 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:27:14.013 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2023-11-20T19:27:14.212 INFO:teuthology.orchestra.run.smithi150.stdout:(6/32): ceph-osd-18.0.0-7435.g52ca4a61.el8.x86_ 14 MB/s | 18 MB 00:01 2023-11-20T19:27:14.875 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:13:34 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:27:16.323 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:27:16.537 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:27:16.538 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:27:16.538 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:27:16.650 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2023-11-20T19:27:17.498 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:13:37 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:27:19.139 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 409 k 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:19.140 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 409 k 2023-11-20T19:27:19.141 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.1 M 2023-11-20T19:27:19.141 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:27:20.113 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-18.0.0-7435.g52ca4a61.el8.noarch.rpm 421 kB/s | 409 kB 00:00 2023-11-20T19:27:20.114 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:27:20.114 INFO:teuthology.orchestra.run.smithi088.stdout:Total 420 kB/s | 409 kB 00:00 2023-11-20T19:27:20.114 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:27:20.123 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:27:20.123 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:27:20.126 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:27:20.130 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:27:20.144 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-markupsafe-0.23-19.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:27:20.173 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:27:20.239 INFO:teuthology.orchestra.run.smithi078.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 154 B/s | 39 kB 04:18 2023-11-20T19:27:20.704 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:27:20.882 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:27:21.113 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:27:21.769 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:27:21.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:21.770 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:27:21.770 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:27:21.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:21.770 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:27:22.147 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2023-11-20T19:27:23.014 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:13:43 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:27:24.345 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:27:24.489 INFO:teuthology.orchestra.run.smithi078.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 404 B/s | 103 kB 04:22 2023-11-20T19:27:24.671 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 171 k 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:24.672 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:27:24.673 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:24.673 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:27:24.673 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:24.673 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 171 k 2023-11-20T19:27:24.673 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 524 k 2023-11-20T19:27:24.674 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:27:24.706 INFO:teuthology.orchestra.run.smithi078.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.1 MB/s | 249 kB 00:00 2023-11-20T19:27:24.889 INFO:teuthology.orchestra.run.smithi078.stdout:(11/32): python3-cryptography-3.2.1-6.el8.x86_6 3.4 MB/s | 641 kB 00:00 2023-11-20T19:27:24.948 INFO:teuthology.orchestra.run.smithi078.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 1.8 MB/s | 109 kB 00:00 2023-11-20T19:27:25.242 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-18.0.0-7435.g52ca4a 300 kB/s | 171 kB 00:00 2023-11-20T19:27:25.243 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:27:25.243 INFO:teuthology.orchestra.run.smithi088.stdout:Total 300 kB/s | 171 kB 00:00 2023-11-20T19:27:25.243 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:27:25.255 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:27:25.255 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:27:25.304 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:27:25.307 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:27:25.419 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:27:25.482 INFO:teuthology.orchestra.run.smithi078.stdout:(13/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 82 kB/s | 44 kB 00:00 2023-11-20T19:27:25.612 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:27:25.748 INFO:teuthology.orchestra.run.smithi078.stdout:(14/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 695 kB/s | 185 kB 00:00 2023-11-20T19:27:25.949 INFO:teuthology.orchestra.run.smithi078.stdout:(15/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 863 kB/s | 173 kB 00:00 2023-11-20T19:27:26.033 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:27:26.457 INFO:teuthology.orchestra.run.smithi078.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 756 kB/s | 384 kB 00:00 2023-11-20T19:27:26.557 INFO:teuthology.orchestra.run.smithi078.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-11-20T19:27:26.658 INFO:teuthology.orchestra.run.smithi078.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 176 kB/s | 18 kB 00:00 2023-11-20T19:27:26.701 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:27:26.702 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:26.702 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:27:26.702 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:27:26.702 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:26.702 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:27:26.766 INFO:teuthology.orchestra.run.smithi078.stdout:(19/32): python3-logutils-0.3.5-11.el8.noarch.r 450 kB/s | 49 kB 00:00 2023-11-20T19:27:26.875 INFO:teuthology.orchestra.run.smithi078.stdout:(20/32): python3-more-itertools-7.2.0-3.el8.noa 541 kB/s | 59 kB 00:00 2023-11-20T19:27:26.937 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2023-11-20T19:27:27.308 INFO:teuthology.orchestra.run.smithi078.stdout:(21/32): python3-pecan-1.3.2-9.el8.noarch.rpm 653 kB/s | 283 kB 00:00 2023-11-20T19:27:27.409 INFO:teuthology.orchestra.run.smithi078.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 156 kB/s | 16 kB 00:00 2023-11-20T19:27:27.509 INFO:teuthology.orchestra.run.smithi078.stdout:(23/32): python3-simplegeneric-0.8.1-17.el8.noa 187 kB/s | 19 kB 00:00 2023-11-20T19:27:27.609 INFO:teuthology.orchestra.run.smithi078.stdout:(24/32): python3-singledispatch-3.4.0.3-18.el8. 239 kB/s | 24 kB 00:00 2023-11-20T19:27:27.710 INFO:teuthology.orchestra.run.smithi078.stdout:(25/32): python3-tempora-1.14.1-5.el8.noarch.rp 292 kB/s | 29 kB 00:00 2023-11-20T19:27:27.798 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:13:47 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:27:27.826 INFO:teuthology.orchestra.run.smithi078.stdout:(26/32): python3-trustme-0.6.0-4.el8.noarch.rpm 236 kB/s | 27 kB 00:00 2023-11-20T19:27:28.177 INFO:teuthology.orchestra.run.smithi078.stdout:(27/32): python3-waitress-1.4.3-1.el8.noarch.rp 729 kB/s | 255 kB 00:00 2023-11-20T19:27:28.518 INFO:teuthology.orchestra.run.smithi078.stdout:(28/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 735 kB/s | 251 kB 00:00 2023-11-20T19:27:28.702 INFO:teuthology.orchestra.run.smithi078.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 465 kB/s | 85 kB 00:00 2023-11-20T19:27:28.802 INFO:teuthology.orchestra.run.smithi078.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 230 kB/s | 23 kB 00:00 2023-11-20T19:27:29.255 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:27:29.473 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:27:29.474 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:27:29.474 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:27:29.596 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2023-11-20T19:27:30.448 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:13:50 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:27:32.121 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:27:32.122 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 1.8 M 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 28 k 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 15 k 2023-11-20T19:27:32.123 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:32.124 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.1 M 2023-11-20T19:27:32.125 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 8.6 M 2023-11-20T19:27:32.125 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:27:33.494 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7435.g52c 28 kB/s | 28 kB 00:01 2023-11-20T19:27:33.627 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 321 kB/s | 43 kB 00:00 2023-11-20T19:27:33.803 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): ceph-prometheus-alerts-18.0.0-7435.g52ca 11 kB/s | 15 kB 00:01 2023-11-20T19:27:33.886 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 130 kB/s | 34 kB 00:00 2023-11-20T19:27:34.178 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 524 kB/s | 196 kB 00:00 2023-11-20T19:27:36.504 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7435.g52ca4a61 448 kB/s | 1.8 MB 00:04 2023-11-20T19:27:36.508 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:27:36.509 INFO:teuthology.orchestra.run.smithi088.stdout:Total 482 kB/s | 2.1 MB 00:04 2023-11-20T19:27:36.521 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:27:36.530 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:27:36.530 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:27:36.610 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:27:36.613 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:27:36.865 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:27:37.082 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-20T19:27:37.326 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-20T19:27:37.520 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-20T19:27:37.650 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 4/6 2023-11-20T19:27:38.009 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 5/6 2023-11-20T19:27:38.248 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-20T19:27:38.518 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-20T19:27:38.519 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 1/6 2023-11-20T19:27:38.519 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 2/6 2023-11-20T19:27:38.519 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 3/6 2023-11-20T19:27:38.519 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-20T19:27:38.519 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-20T19:27:39.172 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:39.173 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:27:39.300 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-20T19:27:40.156 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:14:00 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:27:41.836 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================ 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================ 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 7.4 M 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-20T19:27:41.837 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================ 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout:Install 8 Packages 2023-11-20T19:27:41.838 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:27:41.839 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 35 M 2023-11-20T19:27:41.839 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 210 M 2023-11-20T19:27:41.839 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:27:47.636 INFO:teuthology.orchestra.run.smithi088.stdout:(1/8): ceph-mgr-diskprediction-local-18.0.0-743 1.3 MB/s | 7.4 MB 00:05 2023-11-20T19:31:13.618 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-pytz-2017.2-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pytz-2017.2-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:13.785 INFO:teuthology.orchestra.run.smithi078.stdout:(31/32): python3-pytz-2017.2-11.el8.noarch.rpm 237 B/s | 57 kB 04:05 2023-11-20T19:31:18.790 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-markupsafe-0.23-19.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-markupsafe-0.23-19.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:18.793 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-mako-1.0.6-14.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-mako-1.0.6-14.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:18.926 INFO:teuthology.orchestra.run.smithi150.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 162 B/s | 39 kB 04:05 2023-11-20T19:31:18.985 INFO:teuthology.orchestra.run.smithi150.stdout:(8/32): python3-mako-1.0.6-14.el8.noarch.rpm 654 B/s | 157 kB 04:05 2023-11-20T19:31:22.887 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyOpenSSL-19.0.0-1.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:23.043 INFO:teuthology.orchestra.run.smithi150.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 425 B/s | 103 kB 04:08 2023-11-20T19:31:23.310 INFO:teuthology.orchestra.run.smithi150.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 933 kB/s | 249 kB 00:00 2023-11-20T19:31:23.477 INFO:teuthology.orchestra.run.smithi150.stdout:(11/32): python3-cryptography-3.2.1-6.el8.x86_6 3.8 MB/s | 641 kB 00:00 2023-11-20T19:31:23.535 INFO:teuthology.orchestra.run.smithi150.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 1.8 MB/s | 109 kB 00:00 2023-11-20T19:31:24.069 INFO:teuthology.orchestra.run.smithi150.stdout:(13/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 82 kB/s | 44 kB 00:00 2023-11-20T19:31:24.819 INFO:teuthology.orchestra.run.smithi150.stdout:(14/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 247 kB/s | 185 kB 00:00 2023-11-20T19:31:25.519 INFO:teuthology.orchestra.run.smithi150.stdout:(15/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 247 kB/s | 173 kB 00:00 2023-11-20T19:31:25.905 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-werkzeug-0.12.2-4.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-werkzeug-0.12.2-4.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:26.150 INFO:teuthology.orchestra.run.smithi078.stdout:(32/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.9 kB/s | 457 kB 04:05 2023-11-20T19:31:26.151 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:31:26.151 INFO:teuthology.orchestra.run.smithi078.stdout:Total 62 kB/s | 30 MB 08:25 2023-11-20T19:31:26.226 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:31:26.264 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:31:26.264 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:31:26.436 INFO:teuthology.orchestra.run.smithi150.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 420 kB/s | 384 kB 00:00 2023-11-20T19:31:26.576 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:31:26.579 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:31:26.820 INFO:teuthology.orchestra.run.smithi150.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 29 kB/s | 11 kB 00:00 2023-11-20T19:31:27.195 INFO:teuthology.orchestra.run.smithi150.stdout:(18/32): python3-jaraco-functools-2.0-4.el8.noa 47 kB/s | 18 kB 00:00 2023-11-20T19:31:27.653 INFO:teuthology.orchestra.run.smithi150.stdout:(19/32): python3-logutils-0.3.5-11.el8.noarch.r 106 kB/s | 49 kB 00:00 2023-11-20T19:31:27.691 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:31:27.927 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-20T19:31:28.112 INFO:teuthology.orchestra.run.smithi150.stdout:(20/32): python3-more-itertools-7.2.0-3.el8.noa 128 kB/s | 59 kB 00:00 2023-11-20T19:31:28.169 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-20T19:31:28.413 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-20T19:31:28.736 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-20T19:31:28.846 INFO:teuthology.orchestra.run.smithi150.stdout:(21/32): python3-pecan-1.3.2-9.el8.noarch.rpm 386 kB/s | 283 kB 00:00 2023-11-20T19:31:28.926 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-20T19:31:29.199 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-20T19:31:29.221 INFO:teuthology.orchestra.run.smithi150.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 42 kB/s | 16 kB 00:00 2023-11-20T19:31:29.417 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-20T19:31:29.594 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-20T19:31:29.686 INFO:teuthology.orchestra.run.smithi150.stdout:(23/32): python3-simplegeneric-0.8.1-17.el8.noa 40 kB/s | 19 kB 00:00 2023-11-20T19:31:29.787 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-20T19:31:29.999 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-20T19:31:30.146 INFO:teuthology.orchestra.run.smithi150.stdout:(24/32): python3-singledispatch-3.4.0.3-18.el8. 52 kB/s | 24 kB 00:00 2023-11-20T19:31:30.262 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-20T19:31:30.503 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-20T19:31:30.621 INFO:teuthology.orchestra.run.smithi150.stdout:(25/32): python3-tempora-1.14.1-5.el8.noarch.rp 62 kB/s | 29 kB 00:00 2023-11-20T19:31:30.882 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-20T19:31:31.089 INFO:teuthology.orchestra.run.smithi150.stdout:(26/32): python3-trustme-0.6.0-4.el8.noarch.rpm 59 kB/s | 27 kB 00:00 2023-11-20T19:31:31.184 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-20T19:31:31.347 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-20T19:31:31.593 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-20T19:31:31.798 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-20T19:31:31.822 INFO:teuthology.orchestra.run.smithi150.stdout:(27/32): python3-waitress-1.4.3-1.el8.noarch.rp 348 kB/s | 255 kB 00:00 2023-11-20T19:31:32.128 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-20T19:31:32.354 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-20T19:31:32.525 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-20T19:31:32.597 INFO:teuthology.orchestra.run.smithi150.stdout:(28/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 324 kB/s | 251 kB 00:00 2023-11-20T19:31:32.775 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-20T19:31:33.038 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-20T19:31:33.156 INFO:teuthology.orchestra.run.smithi150.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 153 kB/s | 85 kB 00:00 2023-11-20T19:31:33.256 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-20T19:31:33.479 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-20T19:31:33.631 INFO:teuthology.orchestra.run.smithi150.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 48 kB/s | 23 kB 00:00 2023-11-20T19:31:33.832 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-20T19:31:34.161 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-20T19:31:34.571 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 27/32 2023-11-20T19:31:34.776 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-20T19:31:36.370 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-20T19:31:36.542 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-20T19:31:37.002 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-20T19:31:37.171 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-20T19:31:37.387 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-20T19:31:37.538 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-20T19:31:37.554 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-20T19:31:37.720 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 6/32 2023-11-20T19:31:38.125 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-20T19:31:38.126 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-20T19:31:38.127 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-20T19:31:38.128 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-20T19:31:38.128 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-20T19:31:38.129 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-20T19:31:38.129 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-20T19:31:38.129 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-20T19:31:38.129 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-20T19:31:39.374 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-20T19:31:39.374 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:39.374 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:31:39.374 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:31:39.374 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-20T19:31:39.375 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-20T19:31:39.376 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-20T19:31:39.377 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-20T19:31:39.377 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-20T19:31:39.377 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend-2.6-1.el8.noarch 2023-11-20T19:31:39.377 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-20T19:31:39.377 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-20T19:31:39.378 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:39.379 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:31:39.527 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-base 2023-11-20T19:31:40.375 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:17:53 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:31:41.823 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:31:42.038 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:31:42.039 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:31:42.039 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:31:42.132 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install cephadm 2023-11-20T19:31:42.980 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:17:55 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:31:44.647 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:31:44.648 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:44.648 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:31:44.648 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 409 k 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 409 k 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 2.1 M 2023-11-20T19:31:44.649 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:31:45.368 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm-18.0.0-7435.g52ca4a61.el8.noarch.rpm 570 kB/s | 409 kB 00:00 2023-11-20T19:31:45.368 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:31:45.368 INFO:teuthology.orchestra.run.smithi078.stdout:Total 569 kB/s | 409 kB 00:00 2023-11-20T19:31:45.369 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:31:45.376 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:31:45.377 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:31:45.380 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:31:45.383 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:31:45.426 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:31:45.941 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:31:46.187 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:31:46.415 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:31:47.053 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:31:47.053 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:47.053 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:31:47.053 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:31:47.053 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:47.053 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:31:47.285 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-immutable-object-cache 2023-11-20T19:31:48.148 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:18:01 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:31:49.816 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 171 k 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:31:49.817 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:49.818 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 171 k 2023-11-20T19:31:49.818 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 524 k 2023-11-20T19:31:49.818 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:31:50.000 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-immutable-object-cache-18.0.0-7435.g52ca4a 941 kB/s | 171 kB 00:00 2023-11-20T19:31:50.000 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:31:50.001 INFO:teuthology.orchestra.run.smithi078.stdout:Total 935 kB/s | 171 kB 00:00 2023-11-20T19:31:50.001 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:31:50.011 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:31:50.012 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:31:50.058 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:31:50.060 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:31:50.180 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:31:50.236 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:50.236 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:50.361 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:31:50.775 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:31:51.232 INFO:teuthology.orchestra.run.smithi088.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 20 kB/s | 4.9 MB 04:09 2023-11-20T19:31:51.299 INFO:teuthology.orchestra.run.smithi088.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 19 kB/s | 4.7 MB 04:09 2023-11-20T19:31:51.442 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:31:51.442 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:51.442 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:31:51.442 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:31:51.442 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:51.442 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:31:51.610 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr 2023-11-20T19:31:52.473 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:18:05 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:31:53.923 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:31:54.138 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:31:54.139 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:31:54.140 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:31:54.239 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-dashboard 2023-11-20T19:31:54.332 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:31:54.991 INFO:teuthology.orchestra.run.smithi088.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 kB/s | 3.7 MB 04:07 2023-11-20T19:31:55.092 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:18:08 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:31:55.516 INFO:teuthology.orchestra.run.smithi088.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 1.2 MB/s | 645 kB 00:00 2023-11-20T19:31:55.607 INFO:teuthology.orchestra.run.smithi088.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.8 MB/s | 172 kB 00:00 2023-11-20T19:31:56.748 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:31:56.749 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:56.749 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:31:56.749 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:56.749 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:31:56.750 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 1.8 M 2023-11-20T19:31:56.750 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:31:56.750 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 28 k 2023-11-20T19:31:56.750 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 15 k 2023-11-20T19:31:56.750 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-20T19:31:56.750 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2023-11-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:31:56.752 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 2.1 M 2023-11-20T19:31:56.752 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 8.6 M 2023-11-20T19:31:56.752 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:31:57.462 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7435.g52ca 39 kB/s | 15 kB 00:00 2023-11-20T19:31:57.487 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): ceph-grafana-dashboards-18.0.0-7435.g52c 68 kB/s | 28 kB 00:00 2023-11-20T19:31:57.587 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 336 kB/s | 34 kB 00:00 2023-11-20T19:31:57.679 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.1 MB/s | 196 kB 00:00 2023-11-20T19:31:57.813 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 121 kB/s | 43 kB 00:00 2023-11-20T19:31:58.838 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7435.g52ca4a61 1.0 MB/s | 1.8 MB 00:01 2023-11-20T19:31:58.840 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:31:58.840 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.0 MB/s | 2.1 MB 00:02 2023-11-20T19:31:58.852 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:31:58.862 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:31:58.862 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:31:58.945 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:31:58.948 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:31:59.205 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:31:59.440 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-20T19:31:59.797 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-20T19:32:00.304 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-20T19:32:00.425 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 4/6 2023-11-20T19:32:00.769 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 5/6 2023-11-20T19:32:01.030 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-20T19:32:01.310 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-20T19:32:01.310 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 1/6 2023-11-20T19:32:01.311 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 2/6 2023-11-20T19:32:01.311 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 3/6 2023-11-20T19:32:01.311 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-20T19:32:01.311 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-20T19:32:01.971 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-20T19:32:01.971 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:32:01.971 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:32:01.972 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:32:02.083 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-20T19:32:02.941 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:18:15 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:32:04.607 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:32:04.608 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================================ 2023-11-20T19:32:04.608 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:32:04.608 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================================ 2023-11-20T19:32:04.608 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:32:04.608 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 7.4 M 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================================ 2023-11-20T19:32:04.609 INFO:teuthology.orchestra.run.smithi078.stdout:Install 8 Packages 2023-11-20T19:32:04.610 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:32:04.610 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 35 M 2023-11-20T19:32:04.610 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 210 M 2023-11-20T19:32:04.610 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:32:06.231 INFO:teuthology.orchestra.run.smithi078.stdout:(1/8): ceph-mgr-diskprediction-local-18.0.0-743 5.9 MB/s | 7.4 MB 00:01 2023-11-20T19:35:24.569 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-pytz-2017.2-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pytz-2017.2-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:35:24.570 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-werkzeug-0.12.2-4.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-werkzeug-0.12.2-4.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:35:24.804 INFO:teuthology.orchestra.run.smithi150.stdout:(31/32): python3-pytz-2017.2-11.el8.noarch.rpm 237 B/s | 57 kB 04:05 2023-11-20T19:35:24.962 INFO:teuthology.orchestra.run.smithi150.stdout:(32/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.9 kB/s | 457 kB 04:05 2023-11-20T19:35:24.963 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:35:24.963 INFO:teuthology.orchestra.run.smithi150.stdout:Total 63 kB/s | 30 MB 08:13 2023-11-20T19:35:25.040 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:35:25.078 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:35:25.078 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:35:25.387 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:35:25.390 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:35:26.498 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:35:26.735 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-20T19:35:26.955 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-20T19:35:27.231 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-20T19:35:27.494 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-20T19:35:27.684 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-20T19:35:27.922 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-20T19:35:28.108 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-20T19:35:28.310 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-20T19:35:28.578 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-20T19:35:28.807 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-20T19:35:29.037 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-20T19:35:29.286 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-20T19:35:29.644 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-20T19:35:29.932 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-20T19:35:30.120 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-20T19:35:30.422 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-20T19:35:30.655 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-20T19:35:30.971 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-20T19:35:31.202 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-20T19:35:31.357 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-20T19:35:31.551 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-20T19:35:31.837 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-20T19:35:32.039 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-20T19:35:32.255 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-20T19:35:32.567 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-20T19:35:32.851 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-20T19:35:33.244 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 27/32 2023-11-20T19:35:33.443 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-20T19:35:35.039 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-20T19:35:35.218 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-20T19:35:35.687 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-20T19:35:35.870 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-20T19:35:36.087 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-20T19:35:36.288 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-20T19:35:36.305 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-20T19:35:36.445 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-20T19:35:36.857 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-20T19:35:36.857 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/32 2023-11-20T19:35:36.857 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 6/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-20T19:35:36.858 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-20T19:35:36.859 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-20T19:35:36.859 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-20T19:35:36.859 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-20T19:35:36.859 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-20T19:35:36.859 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-20T19:35:36.860 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-20T19:35:36.861 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-20T19:35:38.058 INFO:teuthology.orchestra.run.smithi150.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-20T19:35:38.059 INFO:teuthology.orchestra.run.smithi150.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-portend-2.6-1.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-20T19:35:38.060 INFO:teuthology.orchestra.run.smithi150.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:38.061 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:35:38.299 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-base 2023-11-20T19:35:39.170 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:21:46 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:35:40.639 INFO:teuthology.orchestra.run.smithi150.stdout:Package ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:35:40.852 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:35:40.853 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:35:40.853 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:35:40.974 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install cephadm 2023-11-20T19:35:41.824 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:21:48 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:35:43.469 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:35:43.470 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:43.470 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:35:43.470 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:43.470 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:35:43.470 INFO:teuthology.orchestra.run.smithi150.stdout: cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 409 k 2023-11-20T19:35:43.470 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 409 k 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 2.1 M 2023-11-20T19:35:43.471 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:35:43.837 INFO:teuthology.orchestra.run.smithi150.stdout:cephadm-18.0.0-7435.g52ca4a61.el8.noarch.rpm 1.1 MB/s | 409 kB 00:00 2023-11-20T19:35:43.838 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:35:43.838 INFO:teuthology.orchestra.run.smithi150.stdout:Total 1.1 MB/s | 409 kB 00:00 2023-11-20T19:35:43.838 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:35:43.846 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:35:43.846 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:35:43.849 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:35:43.852 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:35:43.894 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:35:44.481 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:35:44.679 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:35:44.912 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:35:45.603 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:35:45.604 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:45.604 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:35:45.604 INFO:teuthology.orchestra.run.smithi150.stdout: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:35:45.604 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:45.604 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:35:45.845 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-immutable-object-cache 2023-11-20T19:35:46.717 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:21:53 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:35:48.365 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:35:48.366 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:48.366 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2023-11-20T19:35:48.366 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 171 k 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 171 k 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 524 k 2023-11-20T19:35:48.367 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:35:48.558 INFO:teuthology.orchestra.run.smithi150.stdout:ceph-immutable-object-cache-18.0.0-7435.g52ca4a 898 kB/s | 171 kB 00:00 2023-11-20T19:35:48.558 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:35:48.559 INFO:teuthology.orchestra.run.smithi150.stdout:Total 892 kB/s | 171 kB 00:00 2023-11-20T19:35:48.559 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:35:48.570 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:35:48.570 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:35:48.618 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:35:48.621 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:35:48.892 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:35:49.160 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:35:49.578 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:35:50.260 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-20T19:35:50.260 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:50.260 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:35:50.261 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:35:50.261 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:50.261 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:35:50.473 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr 2023-11-20T19:35:51.350 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:21:58 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:35:52.812 INFO:teuthology.orchestra.run.smithi150.stdout:Package ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:35:53.027 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:35:53.029 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:35:53.029 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:35:53.141 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-dashboard 2023-11-20T19:35:53.993 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:22:00 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:35:55.643 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 1.8 M 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 28 k 2023-11-20T19:35:55.644 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 15 k 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout:Install 6 Packages 2023-11-20T19:35:55.645 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:35:55.646 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 2.1 M 2023-11-20T19:35:55.646 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 8.6 M 2023-11-20T19:35:55.646 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:35:56.144 INFO:teuthology.orchestra.run.smithi150.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7435.g52c 176 kB/s | 28 kB 00:00 2023-11-20T19:35:56.169 INFO:teuthology.orchestra.run.smithi150.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7435.g52ca 82 kB/s | 15 kB 00:00 2023-11-20T19:35:56.328 INFO:teuthology.orchestra.run.smithi150.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 232 kB/s | 43 kB 00:00 2023-11-20T19:35:56.561 INFO:teuthology.orchestra.run.smithi150.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 86 kB/s | 34 kB 00:00 2023-11-20T19:35:56.812 INFO:teuthology.orchestra.run.smithi150.stdout:(5/6): ceph-mgr-dashboard-18.0.0-7435.g52ca4a61 2.1 MB/s | 1.8 MB 00:00 2023-11-20T19:35:57.037 INFO:teuthology.orchestra.run.smithi150.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 277 kB/s | 196 kB 00:00 2023-11-20T19:35:57.039 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:35:57.039 INFO:teuthology.orchestra.run.smithi150.stdout:Total 1.5 MB/s | 2.1 MB 00:01 2023-11-20T19:35:57.051 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:35:57.061 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:35:57.061 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:35:57.148 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:35:57.151 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:35:57.451 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:35:57.665 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-20T19:35:57.961 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-20T19:35:58.161 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-20T19:35:58.292 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 4/6 2023-11-20T19:35:58.645 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 5/6 2023-11-20T19:35:59.047 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-20T19:35:59.330 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-20T19:35:59.330 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 1/6 2023-11-20T19:35:59.330 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 2/6 2023-11-20T19:35:59.330 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 3/6 2023-11-20T19:35:59.330 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-20T19:35:59.330 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-20T19:36:00.015 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-20T19:36:00.015 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:36:00.015 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:36:00.015 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:36:00.015 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:36:00.015 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:36:00.016 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-20T19:36:00.016 INFO:teuthology.orchestra.run.smithi150.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-20T19:36:00.016 INFO:teuthology.orchestra.run.smithi150.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-20T19:36:00.016 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:36:00.016 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:36:00.091 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-f2py-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:36:00.091 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-scipy-1.0.0-21.module_el8.5.0%2b771%2be5d9a225.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:36:00.151 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-20T19:36:00.403 INFO:teuthology.orchestra.run.smithi088.stdout:(7/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 925 B/s | 225 kB 04:09 2023-11-20T19:36:01.026 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:22:08 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:36:01.436 INFO:teuthology.orchestra.run.smithi088.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 56 kB/s | 14 MB 04:10 2023-11-20T19:36:01.437 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:36:01.437 INFO:teuthology.orchestra.run.smithi088.stdout:Total 73 kB/s | 35 MB 08:19 2023-11-20T19:36:01.665 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:36:01.684 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:36:01.684 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:36:02.058 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:36:02.061 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:36:02.609 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:36:02.704 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:36:02.705 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================================ 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================================ 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 7.4 M 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-20T19:36:02.706 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================================ 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout:Install 8 Packages 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 35 M 2023-11-20T19:36:02.707 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 210 M 2023-11-20T19:36:02.708 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:36:02.745 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-20T19:36:02.862 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-20T19:36:03.038 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-20T19:36:03.633 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-20T19:36:03.787 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:36:04.401 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:36:04.543 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-20T19:36:04.980 INFO:teuthology.orchestra.run.smithi150.stdout:(1/8): ceph-mgr-diskprediction-local-18.0.0-743 4.9 MB/s | 7.4 MB 00:01 2023-11-20T19:36:05.238 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-20T19:36:05.565 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-20T19:36:05.784 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-20T19:36:07.533 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-20T19:36:08.820 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-20T19:36:09.052 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-20T19:36:09.369 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-20T19:36:09.369 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 1/8 2023-11-20T19:36:09.369 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-20T19:36:09.370 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:36:09.370 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-20T19:36:09.370 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-20T19:36:09.370 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-20T19:36:09.370 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-20T19:36:10.045 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-20T19:36:10.045 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:36:10.045 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:36:10.046 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:36:10.170 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2023-11-20T19:36:11.027 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:22:31 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:36:12.625 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:36:12.626 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:36:12.627 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:36:12.684 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:36:12.686 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:36:12.686 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:36:12.686 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:36:12.686 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 50 k 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-20T19:36:12.687 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-20T19:36:12.688 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:36:12.689 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:36:12.689 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:36:12.689 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2023-11-20T19:36:12.689 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:36:12.689 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 1.9 M 2023-11-20T19:36:12.689 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 25 M 2023-11-20T19:36:12.690 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:36:13.324 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): ceph-mgr-rook-18.0.0-7435.g52ca4a61.el8 151 kB/s | 50 kB 00:00 2023-11-20T19:36:13.352 INFO:teuthology.orchestra.run.smithi078.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 kB/s | 3.7 MB 04:07 2023-11-20T19:36:13.411 INFO:teuthology.orchestra.run.smithi078.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 3.8 MB/s | 225 kB 00:00 2023-11-20T19:36:13.486 INFO:teuthology.orchestra.run.smithi078.stdout:(4/8): openblas-0.3.15-4.el8.x86_64.rpm 19 kB/s | 4.7 MB 04:08 2023-11-20T19:36:13.945 INFO:teuthology.orchestra.run.smithi078.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 1.4 MB/s | 645 kB 00:00 2023-11-20T19:36:14.029 INFO:teuthology.orchestra.run.smithi078.stdout:(6/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 20 kB/s | 4.9 MB 04:09 2023-11-20T19:36:14.112 INFO:teuthology.orchestra.run.smithi078.stdout:(7/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.0 MB/s | 172 kB 00:00 2023-11-20T19:36:14.421 INFO:teuthology.orchestra.run.smithi078.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 14 MB/s | 14 MB 00:01 2023-11-20T19:36:14.421 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:36:14.421 INFO:teuthology.orchestra.run.smithi078.stdout:Total 145 kB/s | 35 MB 04:09 2023-11-20T19:36:14.649 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:36:14.667 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:36:14.667 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:36:15.052 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:36:15.055 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:36:15.603 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:36:15.750 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-20T19:36:15.896 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-20T19:36:16.047 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-20T19:36:16.642 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-20T19:36:16.800 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:36:17.395 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:36:17.509 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-20T19:36:18.180 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-20T19:36:18.519 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-20T19:36:18.742 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-20T19:36:20.492 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-20T19:36:21.749 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-20T19:36:21.949 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-20T19:36:22.264 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 1/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-20T19:36:22.265 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-20T19:36:22.949 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-20T19:36:22.950 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-20T19:36:22.950 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-20T19:36:22.950 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-20T19:36:22.950 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:36:22.950 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:36:23.070 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-rook 2023-11-20T19:36:23.923 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:22:36 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:36:25.575 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 50 k 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:36:25.577 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-20T19:36:25.578 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-20T19:36:25.579 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-20T19:36:25.579 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-20T19:36:25.579 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-20T19:36:25.579 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-20T19:36:25.579 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:36:25.580 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:36:25.580 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:36:25.580 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2023-11-20T19:36:25.580 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:36:25.580 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 1.9 M 2023-11-20T19:36:25.581 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 25 M 2023-11-20T19:36:25.581 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:36:26.051 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): ceph-mgr-rook-18.0.0-7435.g52ca4a61.el8 193 kB/s | 50 kB 00:00 2023-11-20T19:40:11.270 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] openblas-threads-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-threads-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:11.271 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] openblas-0.3.15-4.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/openblas-0.3.15-4.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:11.271 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-numpy-1.14.3-10.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-numpy-1.14.3-10.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:11.734 INFO:teuthology.orchestra.run.smithi150.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 kB/s | 3.7 MB 04:06 2023-11-20T19:40:11.809 INFO:teuthology.orchestra.run.smithi150.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 20 kB/s | 4.9 MB 04:08 2023-11-20T19:40:11.834 INFO:teuthology.orchestra.run.smithi150.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.2 MB/s | 225 kB 00:00 2023-11-20T19:40:11.917 INFO:teuthology.orchestra.run.smithi150.stdout:(5/8): openblas-0.3.15-4.el8.x86_64.rpm 19 kB/s | 4.7 MB 04:08 2023-11-20T19:40:12.110 INFO:teuthology.orchestra.run.smithi150.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 899 kB/s | 172 kB 00:00 2023-11-20T19:40:12.185 INFO:teuthology.orchestra.run.smithi150.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 1.8 MB/s | 645 kB 00:00 2023-11-20T19:40:12.360 INFO:teuthology.orchestra.run.smithi150.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 25 MB/s | 14 MB 00:00 2023-11-20T19:40:12.361 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:40:12.361 INFO:teuthology.orchestra.run.smithi150.stdout:Total 145 kB/s | 35 MB 04:09 2023-11-20T19:40:12.585 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:40:12.604 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:40:12.604 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:40:12.974 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:40:12.977 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:40:13.518 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:40:13.634 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-20T19:40:13.772 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-20T19:40:13.920 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-20T19:40:14.518 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-20T19:40:14.675 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:40:15.294 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:40:15.419 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-20T19:40:16.119 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-20T19:40:16.454 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-20T19:40:16.652 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-20T19:40:18.406 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-20T19:40:19.710 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-20T19:40:19.941 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-20T19:40:20.250 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-20T19:40:20.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 1/8 2023-11-20T19:40:20.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-20T19:40:20.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-20T19:40:20.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-20T19:40:20.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-20T19:40:20.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-20T19:40:20.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-20T19:40:20.937 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-20T19:40:20.937 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:40:20.937 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:40:20.937 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:40:20.937 INFO:teuthology.orchestra.run.smithi150.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:40:20.938 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:40:21.073 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-rook 2023-11-20T19:40:21.933 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:26:28 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:40:22.235 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-jsonpointer-1.10-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpointer-1.10-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:22.237 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-jsonpatch-1.21-2.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpatch-1.21-2.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:22.237 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-pyasn1-0.3.7-6.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyasn1-0.3.7-6.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:22.455 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 82 B/s | 20 kB 04:09 2023-11-20T19:40:22.480 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 109 B/s | 27 kB 04:09 2023-11-20T19:40:22.506 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 519 B/s | 126 kB 04:09 2023-11-20T19:40:22.615 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 823 kB/s | 110 kB 00:00 2023-11-20T19:40:22.640 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 319 kB/s | 43 kB 00:00 2023-11-20T19:40:22.673 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 805 kB/s | 155 kB 00:00 2023-11-20T19:40:22.757 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 232 kB/s | 33 kB 00:00 2023-11-20T19:40:22.782 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 114 kB/s | 16 kB 00:00 2023-11-20T19:40:22.808 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 607 kB/s | 81 kB 00:00 2023-11-20T19:40:22.858 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 1.2 MB/s | 61 kB 00:00 2023-11-20T19:40:22.883 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-rsa-4.9-2.el8.noarch.rpm 640 kB/s | 64 kB 00:00 2023-11-20T19:40:22.942 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 6.3 MB/s | 1.2 MB 00:00 2023-11-20T19:40:22.942 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:40:22.942 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.9 kB/s | 1.9 MB 04:10 2023-11-20T19:40:22.995 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:40:23.010 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:40:23.010 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:40:23.097 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:40:23.100 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:40:23.598 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:40:23.599 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:40:23.599 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:40:23.599 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-rook noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 50 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-20T19:40:23.600 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout:Install 13 Packages 2023-11-20T19:40:23.601 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:40:23.602 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 1.9 M 2023-11-20T19:40:23.602 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 25 M 2023-11-20T19:40:23.602 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:40:23.665 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:40:23.897 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-20T19:40:24.111 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-20T19:40:24.240 INFO:teuthology.orchestra.run.smithi150.stdout:(1/13): ceph-mgr-rook-18.0.0-7435.g52ca4a61.el8 152 kB/s | 50 kB 00:00 2023-11-20T19:40:24.355 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-20T19:40:24.568 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-20T19:40:24.767 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-20T19:40:24.998 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-20T19:40:25.282 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-20T19:40:25.523 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-20T19:40:26.529 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-20T19:40:26.834 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-20T19:40:27.032 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-20T19:40:27.230 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-20T19:40:27.385 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-20T19:40:27.655 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-20T19:40:27.655 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 1/13 2023-11-20T19:40:27.655 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-20T19:40:27.655 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-20T19:40:27.656 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-20T19:40:27.656 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-20T19:40:27.656 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-20T19:40:27.656 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-20T19:40:27.656 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-20T19:40:27.657 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-20T19:40:27.657 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-20T19:40:27.657 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-20T19:40:27.657 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-20T19:40:28.380 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-20T19:40:28.380 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:40:28.380 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:40:28.381 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:40:28.381 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-20T19:40:28.381 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-20T19:40:28.382 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-20T19:40:28.382 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-20T19:40:28.382 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-20T19:40:28.382 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-20T19:40:28.383 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-20T19:40:28.383 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-20T19:40:28.383 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-20T19:40:28.383 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-20T19:40:28.384 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-20T19:40:28.384 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-20T19:40:28.384 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:40:28.384 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:40:28.506 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2023-11-20T19:40:29.367 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:26:49 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:40:31.031 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 133 k 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-20T19:40:31.032 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout:Install 5 Packages 2023-11-20T19:40:31.033 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:40:31.034 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 6.0 M 2023-11-20T19:40:31.034 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2023-11-20T19:40:31.034 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:40:32.590 INFO:teuthology.orchestra.run.smithi088.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7435.g52ca4a61.e 719 kB/s | 133 kB 00:00 2023-11-20T19:40:32.840 INFO:teuthology.orchestra.run.smithi088.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.9 MB/s | 476 kB 00:00 2023-11-20T19:40:32.899 INFO:teuthology.orchestra.run.smithi088.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 1.0 MB/s | 60 kB 00:00 2023-11-20T19:40:34.769 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-jsonpatch-1.21-2.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpatch-1.21-2.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:34.769 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-pyasn1-0.3.7-6.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyasn1-0.3.7-6.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:34.771 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-jsonpointer-1.10-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpointer-1.10-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:40:34.909 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 82 B/s | 20 kB 04:09 2023-11-20T19:40:34.934 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 109 B/s | 27 kB 04:09 2023-11-20T19:40:34.960 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 520 B/s | 126 kB 04:08 2023-11-20T19:40:35.035 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 877 kB/s | 110 kB 00:00 2023-11-20T19:40:35.094 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 319 kB/s | 43 kB 00:00 2023-11-20T19:40:35.119 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 841 kB/s | 155 kB 00:00 2023-11-20T19:40:35.419 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 86 kB/s | 33 kB 00:00 2023-11-20T19:40:35.444 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 46 kB/s | 16 kB 00:00 2023-11-20T19:40:35.579 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 177 kB/s | 81 kB 00:00 2023-11-20T19:40:35.704 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 248 kB/s | 64 kB 00:00 2023-11-20T19:40:35.728 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 408 kB/s | 61 kB 00:00 2023-11-20T19:40:36.012 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.0 MB/s | 1.2 MB 00:00 2023-11-20T19:40:36.015 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:40:36.015 INFO:teuthology.orchestra.run.smithi078.stdout:Total 7.9 kB/s | 1.9 MB 04:10 2023-11-20T19:40:36.068 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:40:36.085 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:40:36.085 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:40:36.172 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:40:36.175 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:40:36.713 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:40:36.984 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-20T19:40:37.173 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-20T19:40:37.392 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-20T19:40:37.605 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-20T19:40:37.820 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-20T19:40:38.034 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-20T19:40:38.308 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-20T19:40:38.594 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-20T19:40:39.626 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-20T19:40:39.888 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-20T19:40:40.097 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-20T19:40:40.325 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-20T19:40:40.490 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 1/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-20T19:40:40.773 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-20T19:40:40.774 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-20T19:40:40.774 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-20T19:40:40.774 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-20T19:40:40.774 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-20T19:40:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-20T19:40:41.500 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-20T19:40:41.500 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-20T19:40:41.500 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-20T19:40:41.500 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-20T19:40:41.500 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:40:41.500 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:40:41.613 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-cephadm 2023-11-20T19:40:42.477 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:26:55 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:40:44.148 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 133 k 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-20T19:40:44.149 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout:Install 5 Packages 2023-11-20T19:40:44.150 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:40:44.151 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 6.0 M 2023-11-20T19:40:44.151 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 26 M 2023-11-20T19:40:44.151 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:40:44.995 INFO:teuthology.orchestra.run.smithi078.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7435.g52ca4a61.e 421 kB/s | 133 kB 00:00 2023-11-20T19:40:45.263 INFO:teuthology.orchestra.run.smithi078.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.7 MB/s | 476 kB 00:00 2023-11-20T19:40:45.321 INFO:teuthology.orchestra.run.smithi078.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 1.0 MB/s | 60 kB 00:00 2023-11-20T19:40:45.388 INFO:teuthology.orchestra.run.smithi088.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 41 kB/s | 538 kB 00:12 2023-11-20T19:40:58.004 INFO:teuthology.orchestra.run.smithi078.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 40 kB/s | 538 kB 00:13 2023-11-20T19:44:29.318 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-jsonpatch-1.21-2.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpatch-1.21-2.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:44:29.319 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-jsonpointer-1.10-11.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-jsonpointer-1.10-11.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:44:29.522 INFO:teuthology.orchestra.run.smithi150.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 111 B/s | 27 kB 04:05 2023-11-20T19:44:29.547 INFO:teuthology.orchestra.run.smithi150.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 83 B/s | 20 kB 04:05 2023-11-20T19:44:29.972 INFO:teuthology.orchestra.run.smithi150.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 365 kB/s | 155 kB 00:00 2023-11-20T19:44:30.073 INFO:teuthology.orchestra.run.smithi150.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 426 kB/s | 43 kB 00:00 2023-11-20T19:44:30.464 INFO:teuthology.orchestra.run.smithi150.stdout:(6/13): python3-cachetools-3.1.1-4.el8.noarch.r 84 kB/s | 33 kB 00:00 2023-11-20T19:44:30.590 INFO:teuthology.orchestra.run.smithi150.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 130 kB/s | 16 kB 00:00 2023-11-20T19:44:30.890 INFO:teuthology.orchestra.run.smithi150.stdout:(8/13): python3-google-auth-1.1.1-10.el8.noarch 271 kB/s | 81 kB 00:00 2023-11-20T19:44:32.248 INFO:teuthology.orchestra.run.smithi150.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 879 kB/s | 1.2 MB 00:01 2023-11-20T19:44:32.941 INFO:teuthology.orchestra.run.smithi150.stdout:(10/13): python3-rsa-4.9-2.el8.noarch.rpm 93 kB/s | 64 kB 00:00 2023-11-20T19:44:33.182 INFO:teuthology.orchestra.run.smithi150.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 253 kB/s | 61 kB 00:00 2023-11-20T19:44:33.420 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-pyasn1-0.3.7-6.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyasn1-0.3.7-6.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:44:33.582 INFO:teuthology.orchestra.run.smithi150.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 519 B/s | 126 kB 04:09 2023-11-20T19:45:37.574 INFO:teuthology.orchestra.run.smithi078.stdout:[MIRROR] python3-babel-2.5.1-7.el8.noarch.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-babel-2.5.1-7.el8.noarch.rpm [transfer closed with 2211537 bytes remaining to read] 2023-11-20T19:45:38.133 INFO:teuthology.orchestra.run.smithi078.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 17 kB/s | 4.8 MB 04:53 2023-11-20T19:45:38.133 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:45:38.133 INFO:teuthology.orchestra.run.smithi078.stdout:Total 21 kB/s | 6.0 MB 04:53 2023-11-20T19:45:38.187 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:45:38.200 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:45:38.200 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:45:38.304 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:45:38.307 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:45:38.569 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:45:38.879 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-20T19:45:39.856 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-20T19:45:40.214 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-20T19:45:40.465 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-20T19:45:40.675 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-20T19:45:40.946 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-20T19:45:40.946 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/5 2023-11-20T19:45:40.947 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-20T19:45:40.947 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-20T19:45:40.947 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-20T19:45:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:41.609 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:45:41.738 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-fuse 2023-11-20T19:45:42.602 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:31:55 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:45:44.277 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 919 k 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:44.278 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:45:44.279 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:44.279 INFO:teuthology.orchestra.run.smithi078.stdout:Install 2 Packages 2023-11-20T19:45:44.279 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:44.279 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 1.0 M 2023-11-20T19:45:44.279 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 3.1 M 2023-11-20T19:45:44.279 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:45:44.733 INFO:teuthology.orchestra.run.smithi078.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 223 kB/s | 83 kB 00:00 2023-11-20T19:45:44.791 INFO:teuthology.orchestra.run.smithi078.stdout:(2/2): ceph-fuse-18.0.0-7435.g52ca4a61.el8.x86_ 2.1 MB/s | 919 kB 00:00 2023-11-20T19:45:44.792 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:45:44.792 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.9 MB/s | 1.0 MB 00:00 2023-11-20T19:45:44.802 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:45:44.824 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:45:44.824 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:45:44.909 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:45:44.912 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:45:45.079 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:45:45.337 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-20T19:45:45.558 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-20T19:45:45.950 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-20T19:45:45.951 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/2 2023-11-20T19:45:46.628 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-20T19:45:46.629 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:46.629 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:45:46.629 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-20T19:45:46.629 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:46.629 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:45:46.816 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-volume 2023-11-20T19:45:47.685 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:00 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:45:49.348 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:45:49.348 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:49.348 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 262 k 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:45:49.349 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:49.350 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 262 k 2023-11-20T19:45:49.350 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 1.3 M 2023-11-20T19:45:49.350 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:45:49.554 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-volume-18.0.0-7435.g52ca4a61.el8.noarch.rp 1.3 MB/s | 262 kB 00:00 2023-11-20T19:45:49.554 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:45:49.554 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-20T19:45:49.554 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:45:49.565 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:45:49.565 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:45:49.597 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:45:49.600 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:45:49.809 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:45:50.024 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:45:50.414 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:45:51.069 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:45:51.070 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:51.070 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:45:51.070 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:45:51.070 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:51.070 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:45:51.263 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados-devel 2023-11-20T19:45:52.131 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:05 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:45:53.786 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:45:53.787 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:53.787 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-20T19:45:53.787 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:53.787 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:45:53.787 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 139 k 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 139 k 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 513 k 2023-11-20T19:45:53.788 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:45:53.983 INFO:teuthology.orchestra.run.smithi078.stdout:librados-devel-18.0.0-7435.g52ca4a61.el8.x86_64 712 kB/s | 139 kB 00:00 2023-11-20T19:45:53.984 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:45:53.984 INFO:teuthology.orchestra.run.smithi078.stdout:Total 707 kB/s | 139 kB 00:00 2023-11-20T19:45:53.984 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:45:53.989 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:45:53.989 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:45:54.039 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:45:54.042 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:45:54.148 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:45:54.347 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:45:54.619 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:45:55.327 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:45:55.327 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:55.327 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:45:55.327 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:45:55.327 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:45:55.327 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:45:55.587 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs2 2023-11-20T19:45:56.455 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:09 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:45:57.911 INFO:teuthology.orchestra.run.smithi078.stdout:Package libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:45:58.124 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:45:58.125 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:45:58.125 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:45:58.224 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs-devel 2023-11-20T19:45:59.082 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:12 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:00.772 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:00.772 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:00.772 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-20T19:46:00.772 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 31 k 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:46:00.773 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:00.774 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 31 k 2023-11-20T19:46:00.774 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 139 k 2023-11-20T19:46:00.774 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:46:01.086 INFO:teuthology.orchestra.run.smithi078.stdout:libcephfs-devel-18.0.0-7435.g52ca4a61.el8.x86_6 99 kB/s | 31 kB 00:00 2023-11-20T19:46:01.087 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:46:01.087 INFO:teuthology.orchestra.run.smithi078.stdout:Total 99 kB/s | 31 kB 00:00 2023-11-20T19:46:01.087 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:46:01.091 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:46:01.091 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:46:01.112 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:46:01.115 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:46:01.182 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:46:01.422 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:01.687 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:02.321 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:02.321 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:02.321 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:46:02.322 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:46:02.322 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:02.322 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:02.440 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados2 2023-11-20T19:46:03.291 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:16 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:04.739 INFO:teuthology.orchestra.run.smithi078.stdout:Package librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:46:04.955 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:04.956 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:46:04.956 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:05.064 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librbd1 2023-11-20T19:46:05.917 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:18 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:07.370 INFO:teuthology.orchestra.run.smithi078.stdout:Package librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:46:07.585 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:07.586 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:46:07.586 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:07.687 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rados 2023-11-20T19:46:08.540 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:21 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:09.995 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:46:10.210 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:10.211 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:46:10.211 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:10.333 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rgw 2023-11-20T19:46:11.186 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:24 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:12.602 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:46:12.817 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:12.818 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:46:12.818 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:12.925 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-cephfs 2023-11-20T19:46:13.786 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:26 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:15.227 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:46:15.442 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:15.443 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:46:15.443 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:15.552 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rbd 2023-11-20T19:46:16.407 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:29 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:17.848 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:46:18.062 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:18.063 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-11-20T19:46:18.063 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:18.167 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-fuse 2023-11-20T19:46:19.024 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:32 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:20.681 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:20.682 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:20.682 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-20T19:46:20.682 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:20.682 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:46:20.682 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 94 k 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 94 k 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 280 k 2023-11-20T19:46:20.683 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:46:20.849 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-fuse-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 565 kB/s | 94 kB 00:00 2023-11-20T19:46:20.849 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:46:20.849 INFO:teuthology.orchestra.run.smithi078.stdout:Total 561 kB/s | 94 kB 00:00 2023-11-20T19:46:20.850 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:46:20.859 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:46:20.860 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:46:20.908 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:46:20.911 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:46:21.028 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:46:21.223 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:21.551 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:22.194 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:22.194 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:22.194 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:46:22.194 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:46:22.195 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:22.195 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:22.380 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-mirror 2023-11-20T19:46:23.243 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:36 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:24.891 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.6 M 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:24.892 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:46:24.893 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:24.893 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 3.6 M 2023-11-20T19:46:24.893 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 17 M 2023-11-20T19:46:24.893 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:46:25.468 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-mirror-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 6.2 MB/s | 3.6 MB 00:00 2023-11-20T19:46:25.469 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:46:25.469 INFO:teuthology.orchestra.run.smithi078.stdout:Total 6.2 MB/s | 3.6 MB 00:00 2023-11-20T19:46:25.469 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:46:25.481 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:46:25.482 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:46:25.543 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:46:25.546 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:46:25.992 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:46:26.161 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:26.628 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:27.303 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:27.303 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:27.303 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:46:27.303 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:46:27.303 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:27.303 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:27.493 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-nbd 2023-11-20T19:46:28.362 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:32:41 ago on Mon 20 Nov 2023 07:13:47 PM UTC. 2023-11-20T19:46:30.023 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 181 k 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2023-11-20T19:46:30.024 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:30.025 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 181 k 2023-11-20T19:46:30.025 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 573 k 2023-11-20T19:46:30.025 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-11-20T19:46:30.212 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-nbd-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 964 kB/s | 181 kB 00:00 2023-11-20T19:46:30.213 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:46:30.213 INFO:teuthology.orchestra.run.smithi078.stdout:Total 958 kB/s | 181 kB 00:00 2023-11-20T19:46:30.213 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-11-20T19:46:30.224 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-11-20T19:46:30.224 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-11-20T19:46:30.273 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-11-20T19:46:30.276 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-11-20T19:46:30.388 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-11-20T19:46:30.617 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:30.906 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:31.574 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:46:31.574 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:31.574 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-11-20T19:46:31.574 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:46:31.574 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:46:31.574 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-11-20T19:46:31.777 DEBUG:teuthology.parallel:result is None 2023-11-20T19:48:26.547 INFO:teuthology.orchestra.run.smithi088.stdout:[MIRROR] python3-babel-2.5.1-7.el8.noarch.rpm: Curl error (28): Timeout was reached for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-babel-2.5.1-7.el8.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds] 2023-11-20T19:48:35.078 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-pyasn1-modules-0.3.7-6.el8.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-pyasn1-modules-0.3.7-6.el8.noarch.rpm [Recv failure: Connection reset by peer] 2023-11-20T19:48:35.343 INFO:teuthology.orchestra.run.smithi150.stdout:(13/13): python3-pyasn1-modules-0.3.7-6.el8.noa 458 B/s | 110 kB 04:05 2023-11-20T19:48:35.343 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:48:35.343 INFO:teuthology.orchestra.run.smithi150.stdout:Total 4.0 kB/s | 1.9 MB 08:11 2023-11-20T19:48:35.395 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:48:35.412 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:48:35.412 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:48:35.500 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:48:35.503 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:48:36.062 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:48:36.262 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-20T19:48:36.442 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-20T19:48:36.653 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-20T19:48:36.899 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-20T19:48:37.098 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-20T19:48:37.338 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-20T19:48:37.621 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-20T19:48:37.838 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-20T19:48:38.850 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-20T19:48:39.090 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-20T19:48:39.301 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-20T19:48:39.502 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-20T19:48:39.683 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-20T19:48:39.979 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-20T19:48:39.979 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 1/13 2023-11-20T19:48:39.979 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-20T19:48:39.979 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-20T19:48:39.979 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-20T19:48:39.980 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-20T19:48:40.702 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-20T19:48:40.702 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:48:40.702 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:48:40.702 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:48:40.702 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:48:40.703 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:48:40.820 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-cephadm 2023-11-20T19:48:41.694 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:34:48 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:48:43.363 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:48:43.363 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 133 k 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-20T19:48:43.364 INFO:teuthology.orchestra.run.smithi150.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-20T19:48:43.365 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:48:43.365 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:48:43.365 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:48:43.365 INFO:teuthology.orchestra.run.smithi150.stdout:Install 5 Packages 2023-11-20T19:48:43.365 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:48:43.366 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 6.0 M 2023-11-20T19:48:43.366 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 26 M 2023-11-20T19:48:43.366 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:48:43.984 INFO:teuthology.orchestra.run.smithi150.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7435.g52ca4a61.e 443 kB/s | 133 kB 00:00 2023-11-20T19:48:44.809 INFO:teuthology.orchestra.run.smithi150.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 577 kB/s | 476 kB 00:00 2023-11-20T19:48:44.935 INFO:teuthology.orchestra.run.smithi150.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 482 kB/s | 60 kB 00:00 2023-11-20T19:49:21.717 INFO:teuthology.orchestra.run.smithi150.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 14 kB/s | 538 kB 00:38 2023-11-20T19:54:01.521 INFO:teuthology.orchestra.run.smithi088.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 6.1 kB/s | 4.8 MB 13:29 2023-11-20T19:54:01.521 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:01.521 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.5 kB/s | 6.0 MB 13:30 2023-11-20T19:54:01.573 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:01.585 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:01.586 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:01.698 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:01.701 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:01.958 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:02.257 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-20T19:54:03.194 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-20T19:54:03.584 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-20T19:54:03.856 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-20T19:54:04.051 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-20T19:54:04.327 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-20T19:54:04.327 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/5 2023-11-20T19:54:04.327 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-20T19:54:04.327 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-20T19:54:04.327 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-20T19:54:04.985 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-20T19:54:04.985 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-20T19:54:04.986 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:04.987 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:05.123 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2023-11-20T19:54:05.987 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:25 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:07.651 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:07.652 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:07.653 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:54:07.653 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:07.653 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:07.653 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 919 k 2023-11-20T19:54:07.653 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-20T19:54:07.653 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 1.0 M 2023-11-20T19:54:07.654 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 3.1 M 2023-11-20T19:54:07.655 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:09.261 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 205 kB/s | 83 kB 00:00 2023-11-20T19:54:09.302 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-fuse-18.0.0-7435.g52ca4a61.el8.x86_ 2.0 MB/s | 919 kB 00:00 2023-11-20T19:54:09.303 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:09.303 INFO:teuthology.orchestra.run.smithi088.stdout:Total 607 kB/s | 1.0 MB 00:01 2023-11-20T19:54:09.315 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:09.339 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:09.339 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:09.429 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:09.432 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:09.599 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:09.879 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-20T19:54:10.073 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-20T19:54:10.467 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-20T19:54:10.467 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/2 2023-11-20T19:54:11.152 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-20T19:54:11.152 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:11.152 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:11.152 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-20T19:54:11.152 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:11.152 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:11.368 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2023-11-20T19:54:12.235 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:32 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:13.905 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:13.906 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:13.907 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-20T19:54:13.907 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:13.907 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:13.907 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 262 k 2023-11-20T19:54:13.907 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:13.907 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:13.908 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:13.908 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:54:13.908 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:13.908 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 262 k 2023-11-20T19:54:13.908 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.3 M 2023-11-20T19:54:13.908 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:14.322 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-volume-18.0.0-7435.g52ca4a61.el8.noarch.rp 630 kB/s | 262 kB 00:00 2023-11-20T19:54:14.323 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:14.323 INFO:teuthology.orchestra.run.smithi088.stdout:Total 628 kB/s | 262 kB 00:00 2023-11-20T19:54:14.324 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:14.334 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:14.334 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:14.366 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:14.369 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:14.546 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:14.814 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:54:15.210 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:54:15.886 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:54:15.886 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:15.887 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:15.887 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:54:15.887 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:15.887 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:16.079 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2023-11-20T19:54:16.953 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:36 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:18.615 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:18.616 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:18.616 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-20T19:54:18.616 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:18.616 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:18.616 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 139 k 2023-11-20T19:54:18.616 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 139 k 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 513 k 2023-11-20T19:54:18.617 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:19.151 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-18.0.0-7435.g52ca4a61.el8.x86_64 260 kB/s | 139 kB 00:00 2023-11-20T19:54:19.152 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:19.152 INFO:teuthology.orchestra.run.smithi088.stdout:Total 259 kB/s | 139 kB 00:00 2023-11-20T19:54:19.152 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:19.157 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:19.157 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:19.208 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:19.211 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:19.326 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:19.554 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:19.844 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:20.520 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:20.520 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:20.520 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:20.521 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:54:20.521 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:20.521 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:20.737 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2023-11-20T19:54:21.600 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:41 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:23.051 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:23.267 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:23.268 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:23.268 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:23.376 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2023-11-20T19:54:24.234 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:44 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:25.909 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 31 k 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:25.910 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:25.911 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:25.911 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:54:25.911 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:25.911 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 31 k 2023-11-20T19:54:25.911 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 139 k 2023-11-20T19:54:25.911 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:26.321 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-18.0.0-7435.g52ca4a61.el8.x86_6 75 kB/s | 31 kB 00:00 2023-11-20T19:54:26.322 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:26.322 INFO:teuthology.orchestra.run.smithi088.stdout:Total 75 kB/s | 31 kB 00:00 2023-11-20T19:54:26.322 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:26.325 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:26.326 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:26.358 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:26.361 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:26.416 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:26.620 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:26.881 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:27.508 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:27.508 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:27.509 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:27.509 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:54:27.509 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:27.509 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:27.622 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2023-11-20T19:54:28.478 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:48 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:29.929 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:30.145 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:30.146 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:30.146 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:30.249 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2023-11-20T19:54:31.120 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:51 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:32.576 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:32.793 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:32.794 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:32.794 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:32.897 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2023-11-20T19:54:33.764 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:53 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:35.214 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:35.428 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:35.429 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:35.429 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:35.839 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2023-11-20T19:54:36.700 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:56 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:38.128 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:38.344 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:38.346 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:38.346 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:38.446 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2023-11-20T19:54:39.302 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:40:59 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:40.748 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:40.974 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:40.975 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:40.975 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:41.069 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2023-11-20T19:54:41.925 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:41:01 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:43.362 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:54:43.578 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:43.579 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-20T19:54:43.579 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:43.683 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2023-11-20T19:54:44.535 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:41:04 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:46.206 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 94 k 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:54:46.208 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 94 k 2023-11-20T19:54:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 280 k 2023-11-20T19:54:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:46.606 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 235 kB/s | 94 kB 00:00 2023-11-20T19:54:46.606 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:46.606 INFO:teuthology.orchestra.run.smithi088.stdout:Total 235 kB/s | 94 kB 00:00 2023-11-20T19:54:46.607 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:46.617 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:46.617 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:46.667 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:46.670 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:46.780 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:46.997 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:47.282 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:47.923 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:47.923 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:47.923 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:47.923 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:54:47.924 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:47.924 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:48.127 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2023-11-20T19:54:49.001 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:41:09 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:50.663 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:50.664 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:50.664 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-20T19:54:50.664 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:50.664 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:50.664 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.6 M 2023-11-20T19:54:50.665 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:50.665 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:50.665 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:50.665 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:54:50.665 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:50.666 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.6 M 2023-11-20T19:54:50.666 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 17 M 2023-11-20T19:54:50.666 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:53.258 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 1.4 MB/s | 3.6 MB 00:02 2023-11-20T19:54:53.259 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:53.259 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.4 MB/s | 3.6 MB 00:02 2023-11-20T19:54:53.259 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:53.273 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:53.273 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:53.340 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:53.344 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:53.793 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:54.007 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:54.421 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:55.098 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:55.098 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:55.098 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:55.098 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:54:55.098 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:55.098 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:55.312 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2023-11-20T19:54:56.177 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:41:16 ago on Mon 20 Nov 2023 07:13:40 PM UTC. 2023-11-20T19:54:57.842 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-20T19:54:57.842 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:57.842 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 181 k 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-20T19:54:57.843 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:57.844 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 181 k 2023-11-20T19:54:57.844 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 573 k 2023-11-20T19:54:57.844 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-20T19:54:58.035 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 947 kB/s | 181 kB 00:00 2023-11-20T19:54:58.035 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:58.036 INFO:teuthology.orchestra.run.smithi088.stdout:Total 940 kB/s | 181 kB 00:00 2023-11-20T19:54:58.036 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-20T19:54:58.047 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-20T19:54:58.047 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-20T19:54:58.096 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-20T19:54:58.099 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-20T19:54:58.166 INFO:teuthology.orchestra.run.smithi150.stdout:[MIRROR] python3-babel-2.5.1-7.el8.noarch.rpm: Curl error (18): Transferred a partial file for http://mirrors.raystedman.org/centos/8-stream/AppStream/x86_64/os/Packages/python3-babel-2.5.1-7.el8.noarch.rpm [transfer closed with 586189 bytes remaining to read] 2023-11-20T19:54:58.211 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-20T19:54:58.396 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:58.653 INFO:teuthology.orchestra.run.smithi150.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 13 kB/s | 4.8 MB 06:14 2023-11-20T19:54:58.653 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:54:58.653 INFO:teuthology.orchestra.run.smithi150.stdout:Total 16 kB/s | 6.0 MB 06:15 2023-11-20T19:54:58.689 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:58.704 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:54:58.716 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:54:58.716 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:54:58.829 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:54:58.832 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:54:59.091 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:54:59.369 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:54:59.369 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:59.370 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-20T19:54:59.370 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:54:59.370 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-20T19:54:59.370 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-20T19:54:59.372 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-20T19:54:59.606 DEBUG:teuthology.parallel:result is None 2023-11-20T19:55:00.302 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-20T19:55:00.678 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-20T19:55:00.910 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-20T19:55:01.101 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-20T19:55:01.386 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-20T19:55:01.386 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/5 2023-11-20T19:55:01.386 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-20T19:55:01.386 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-20T19:55:01.386 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-20T19:55:02.038 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-20T19:55:02.038 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:02.038 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:02.038 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:55:02.038 INFO:teuthology.orchestra.run.smithi150.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-20T19:55:02.038 INFO:teuthology.orchestra.run.smithi150.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-20T19:55:02.039 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-20T19:55:02.039 INFO:teuthology.orchestra.run.smithi150.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-20T19:55:02.039 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:02.039 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:02.186 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-fuse 2023-11-20T19:55:03.052 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:10 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:04.701 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:04.701 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 919 k 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:04.702 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:04.703 INFO:teuthology.orchestra.run.smithi150.stdout:Install 2 Packages 2023-11-20T19:55:04.703 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:04.703 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 1.0 M 2023-11-20T19:55:04.703 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 3.1 M 2023-11-20T19:55:04.703 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:05.628 INFO:teuthology.orchestra.run.smithi150.stdout:(1/2): ceph-fuse-18.0.0-7435.g52ca4a61.el8.x86_ 2.8 MB/s | 919 kB 00:00 2023-11-20T19:55:05.644 INFO:teuthology.orchestra.run.smithi150.stdout:(2/2): fuse-2.9.7-17.el8.x86_64.rpm 250 kB/s | 83 kB 00:00 2023-11-20T19:55:05.645 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:05.645 INFO:teuthology.orchestra.run.smithi150.stdout:Total 1.0 MB/s | 1.0 MB 00:00 2023-11-20T19:55:05.656 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:05.678 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:05.679 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:05.766 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:05.769 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:05.933 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:06.204 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-20T19:55:06.393 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-20T19:55:06.788 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-20T19:55:06.788 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/2 2023-11-20T19:55:07.449 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-20T19:55:07.449 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:07.449 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:07.449 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-20T19:55:07.449 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:07.449 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:07.670 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-volume 2023-11-20T19:55:08.543 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:15 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:10.227 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-volume noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 262 k 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:10.228 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:10.229 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:55:10.229 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:10.229 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 262 k 2023-11-20T19:55:10.229 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 1.3 M 2023-11-20T19:55:10.229 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:10.440 INFO:teuthology.orchestra.run.smithi150.stdout:ceph-volume-18.0.0-7435.g52ca4a61.el8.noarch.rp 1.2 MB/s | 262 kB 00:00 2023-11-20T19:55:10.441 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:10.441 INFO:teuthology.orchestra.run.smithi150.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-20T19:55:10.441 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:10.451 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:10.451 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:10.486 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:10.490 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:10.670 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:10.893 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:55:11.303 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:55:11.974 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-20T19:55:11.974 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:11.974 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:11.974 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-20T19:55:11.974 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:11.975 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:12.198 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install librados-devel 2023-11-20T19:55:13.073 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:20 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:14.735 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:14.735 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:14.735 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout: librados-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 139 k 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:55:14.736 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:14.737 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 139 k 2023-11-20T19:55:14.737 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 513 k 2023-11-20T19:55:14.737 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:15.393 INFO:teuthology.orchestra.run.smithi150.stdout:librados-devel-18.0.0-7435.g52ca4a61.el8.x86_64 211 kB/s | 139 kB 00:00 2023-11-20T19:55:15.394 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:15.394 INFO:teuthology.orchestra.run.smithi150.stdout:Total 211 kB/s | 139 kB 00:00 2023-11-20T19:55:15.395 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:15.400 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:15.400 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:15.450 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:15.453 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:15.559 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:15.766 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:16.065 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:16.718 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:16.718 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:16.718 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:16.718 INFO:teuthology.orchestra.run.smithi150.stdout: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:55:16.718 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:16.718 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:16.932 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install libcephfs2 2023-11-20T19:55:17.800 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:24 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:19.253 INFO:teuthology.orchestra.run.smithi150.stdout:Package libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:19.468 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:19.469 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:19.469 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:19.580 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install libcephfs-devel 2023-11-20T19:55:20.440 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:27 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:22.142 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:22.143 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:22.143 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2023-11-20T19:55:22.143 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:22.143 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:22.143 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 31 k 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 31 k 2023-11-20T19:55:22.144 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 139 k 2023-11-20T19:55:22.145 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:22.438 INFO:teuthology.orchestra.run.smithi150.stdout:libcephfs-devel-18.0.0-7435.g52ca4a61.el8.x86_6 105 kB/s | 31 kB 00:00 2023-11-20T19:55:22.439 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:22.439 INFO:teuthology.orchestra.run.smithi150.stdout:Total 105 kB/s | 31 kB 00:00 2023-11-20T19:55:22.439 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:22.442 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:22.443 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:22.465 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:22.468 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:22.525 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:22.730 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:22.996 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:23.621 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:23.621 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:23.622 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:23.622 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:55:23.622 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:23.622 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:23.752 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install librados2 2023-11-20T19:55:24.618 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:31 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:26.058 INFO:teuthology.orchestra.run.smithi150.stdout:Package librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:26.274 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:26.275 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:26.275 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:26.387 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install librbd1 2023-11-20T19:55:27.247 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:34 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:28.711 INFO:teuthology.orchestra.run.smithi150.stdout:Package librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:28.929 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:28.930 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:28.930 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:29.030 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-rados 2023-11-20T19:55:29.891 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:36 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:31.317 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:31.534 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:31.535 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:31.536 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:31.641 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-rgw 2023-11-20T19:55:32.503 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:39 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:33.936 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:35.238 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:35.239 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:35.239 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:35.239 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-cephfs 2023-11-20T19:55:36.130 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:43 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:37.584 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:37.799 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:37.800 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:37.801 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:37.911 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-rbd 2023-11-20T19:55:38.773 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:45 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:40.229 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-20T19:55:40.446 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:40.447 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-11-20T19:55:40.447 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:40.560 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install rbd-fuse 2023-11-20T19:55:41.420 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:48 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:43.082 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:43.083 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:43.083 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-11-20T19:55:43.083 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:43.083 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 94 k 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:43.084 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 94 k 2023-11-20T19:55:43.085 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 280 k 2023-11-20T19:55:43.085 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:43.450 INFO:teuthology.orchestra.run.smithi150.stdout:rbd-fuse-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 256 kB/s | 94 kB 00:00 2023-11-20T19:55:43.451 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:43.451 INFO:teuthology.orchestra.run.smithi150.stdout:Total 255 kB/s | 94 kB 00:00 2023-11-20T19:55:43.451 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:43.462 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:43.462 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:43.512 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:43.515 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:43.629 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:43.842 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:44.137 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:44.804 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:44.804 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:44.805 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:44.805 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:55:44.805 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:44.805 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:45.001 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install rbd-mirror 2023-11-20T19:55:45.874 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:52 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:47.558 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:47.558 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-mirror x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.6 M 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:55:47.559 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:47.560 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 3.6 M 2023-11-20T19:55:47.560 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 17 M 2023-11-20T19:55:47.560 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:48.369 INFO:teuthology.orchestra.run.smithi150.stdout:rbd-mirror-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 4.4 MB/s | 3.6 MB 00:00 2023-11-20T19:55:48.370 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:48.370 INFO:teuthology.orchestra.run.smithi150.stdout:Total 4.4 MB/s | 3.6 MB 00:00 2023-11-20T19:55:48.371 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:48.383 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:48.383 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:48.446 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:48.449 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:48.895 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:49.053 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:49.462 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:50.140 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:50.140 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:50.140 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:50.140 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:55:50.140 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:50.140 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:50.348 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install rbd-nbd 2023-11-20T19:55:51.216 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:41:58 ago on Mon 20 Nov 2023 07:13:53 PM UTC. 2023-11-20T19:55:52.891 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-nbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 181 k 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 181 k 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 573 k 2023-11-20T19:55:52.892 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-11-20T19:55:53.480 INFO:teuthology.orchestra.run.smithi150.stdout:rbd-nbd-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 308 kB/s | 181 kB 00:00 2023-11-20T19:55:53.481 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:55:53.481 INFO:teuthology.orchestra.run.smithi150.stdout:Total 307 kB/s | 181 kB 00:00 2023-11-20T19:55:53.481 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-11-20T19:55:53.493 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-11-20T19:55:53.493 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-11-20T19:55:53.542 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-11-20T19:55:53.545 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-11-20T19:55:53.656 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-11-20T19:55:53.834 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:54.126 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:54.808 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-20T19:55:54.808 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:54.808 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-11-20T19:55:54.809 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-20T19:55:54.809 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:55:54.809 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-11-20T19:55:55.007 DEBUG:teuthology.parallel:result is None 2023-11-20T19:55:55.008 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T19:55:55.157 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-20T19:55:55.185 INFO:teuthology.orchestra.run.smithi078.stdout:18.0.0-7435.g52ca4a61.el8 2023-11-20T19:55:55.186 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7435.g52ca4a61.el8 2023-11-20T19:55:55.186 INFO:teuthology.task.install:The correct ceph version 18.0.0-7435.g52ca4a61 is installed. 2023-11-20T19:55:55.186 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T19:55:55.326 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-20T19:55:55.355 INFO:teuthology.orchestra.run.smithi088.stdout:18.0.0-7435.g52ca4a61.el8 2023-11-20T19:55:55.355 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7435.g52ca4a61.el8 2023-11-20T19:55:55.355 INFO:teuthology.task.install:The correct ceph version 18.0.0-7435.g52ca4a61 is installed. 2023-11-20T19:55:55.356 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T19:55:55.492 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-20T19:55:55.516 INFO:teuthology.orchestra.run.smithi150.stdout:18.0.0-7435.g52ca4a61.el8 2023-11-20T19:55:55.516 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7435.g52ca4a61.el8 2023-11-20T19:55:55.516 INFO:teuthology.task.install:The correct ceph version 18.0.0-7435.g52ca4a61 is installed. 2023-11-20T19:55:55.517 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-20T19:55:55.517 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:55:55.517 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-20T19:55:55.552 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:55:55.552 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-20T19:55:55.586 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:55:55.587 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-20T19:55:55.615 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-20T19:55:55.615 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:55:55.615 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/daemon-helper 2023-11-20T19:55:55.648 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-20T19:55:55.719 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:55:55.719 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2023-11-20T19:55:55.751 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-20T19:55:55.820 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:55:55.820 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/daemon-helper 2023-11-20T19:55:55.848 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-20T19:55:55.916 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-20T19:55:55.916 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:55:55.916 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-20T19:55:55.949 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-20T19:55:56.019 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:55:56.019 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-20T19:55:56.051 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-20T19:55:56.121 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:55:56.121 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-20T19:55:56.149 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-20T19:55:56.216 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-20T19:55:56.217 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:55:56.217 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/stdin-killer 2023-11-20T19:55:56.249 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-20T19:55:56.322 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:55:56.323 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2023-11-20T19:55:56.352 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-20T19:55:56.422 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:55:56.422 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/stdin-killer 2023-11-20T19:55:56.449 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-20T19:55:56.516 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-20T19:55:56.595 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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': '52ca4a61d5d69ccfadeef8408a4711c820b98959'} 2023-11-20T19:55:56.596 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T19:55:56.596 INFO:tasks.cephadm:Cluster fsid is d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:55:56.596 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-20T19:55:56.597 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.78', 'mon.b': '172.21.15.88', 'mon.c': '172.21.15.150'} 2023-11-20T19:55:56.597 INFO:tasks.cephadm:First mon is mon.a on smithi078 2023-11-20T19:55:56.597 INFO:tasks.cephadm:First mgr is a 2023-11-20T19:55:56.597 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-20T19:55:56.597 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2023-11-20T19:55:56.631 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2023-11-20T19:55:56.662 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2023-11-20T19:55:56.689 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-20T19:55:56.690 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T19:55:56.827 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74257/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7435-g52ca4a61', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7435.g52ca4a61'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-20 14:47:57.594731', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-teo-track_58812', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-11-20T19:55:56.966 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-teo-track_58812, sha1 52ca4a61d5d69ccfadeef8408a4711c820b98959 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-20T19:55:56.966 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/x86_64/flavors/default/cephadm 2023-11-20T19:55:56.966 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-20T19:55:58.038 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 20 19:55 /home/ubuntu/cephtest/cephadm 2023-11-20T19:55:58.038 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-20T19:55:59.386 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 20 19:55 /home/ubuntu/cephtest/cephadm 2023-11-20T19:55:59.386 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-teo-track_58812/52ca4a61d5d69ccfadeef8408a4711c820b98959/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-20T19:56:01.464 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 20 19:56 /home/ubuntu/cephtest/cephadm 2023-11-20T19:56:01.465 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-20T19:56:01.487 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-20T19:56:01.510 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-20T19:56:01.543 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 on all hosts... 2023-11-20T19:56:01.543 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 pull 2023-11-20T19:56:01.545 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 pull 2023-11-20T19:56:01.553 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 pull 2023-11-20T19:56:02.423 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-20T19:56:02.453 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-20T19:56:02.641 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-20T19:56:27.963 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2023-11-20T19:56:27.963 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph_version": "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)", 2023-11-20T19:56:27.963 INFO:teuthology.orchestra.run.smithi150.stdout: "image_id": "b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27", 2023-11-20T19:56:27.964 INFO:teuthology.orchestra.run.smithi150.stdout: "repo_digests": [ 2023-11-20T19:56:27.964 INFO:teuthology.orchestra.run.smithi150.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e" 2023-11-20T19:56:27.964 INFO:teuthology.orchestra.run.smithi150.stdout: ] 2023-11-20T19:56:27.964 INFO:teuthology.orchestra.run.smithi150.stdout:} 2023-11-20T19:56:29.441 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2023-11-20T19:56:29.441 INFO:teuthology.orchestra.run.smithi078.stdout: "ceph_version": "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)", 2023-11-20T19:56:29.441 INFO:teuthology.orchestra.run.smithi078.stdout: "image_id": "b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27", 2023-11-20T19:56:29.441 INFO:teuthology.orchestra.run.smithi078.stdout: "repo_digests": [ 2023-11-20T19:56:29.441 INFO:teuthology.orchestra.run.smithi078.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e" 2023-11-20T19:56:29.441 INFO:teuthology.orchestra.run.smithi078.stdout: ] 2023-11-20T19:56:29.442 INFO:teuthology.orchestra.run.smithi078.stdout:} 2023-11-20T19:56:34.587 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2023-11-20T19:56:34.588 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)", 2023-11-20T19:56:34.588 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27", 2023-11-20T19:56:34.588 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2023-11-20T19:56:34.588 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e" 2023-11-20T19:56:34.588 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2023-11-20T19:56:34.588 INFO:teuthology.orchestra.run.smithi088.stdout:} 2023-11-20T19:56:34.613 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2023-11-20T19:56:34.651 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2023-11-20T19:56:34.680 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2023-11-20T19:56:34.718 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2023-11-20T19:56:34.751 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2023-11-20T19:56:34.778 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2023-11-20T19:56:34.809 INFO:tasks.cephadm:Writing seed config... 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-20T19:56:34.810 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-20T19:56:34.811 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:56:34.811 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-20T19:56:34.833 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = d1b6b660-87de-11ee-959e-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-20T19:56:34.833 DEBUG:teuthology.orchestra.run.smithi078:mon.a> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a.service 2023-11-20T19:56:34.875 DEBUG:teuthology.orchestra.run.smithi078:mgr.a> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a.service 2023-11-20T19:56:34.908 INFO:journalctl@ceph.mon.a.smithi078.stdout:-- Logs begin at Mon 2023-11-20 18:23:00 UTC. -- 2023-11-20T19:56:34.909 INFO:tasks.cephadm:Bootstrapping... 2023-11-20T19:56:34.909 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 -v bootstrap --fsid d1b6b660-87de-11ee-959e-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.78 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-20T19:56:34.940 INFO:journalctl@ceph.mgr.a.smithi078.stdout:-- Logs begin at Mon 2023-11-20 18:23:00 UTC. -- 2023-11-20T19:56:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-11-20T19:56:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959', '-v', 'bootstrap', '--fsid', 'd1b6b660-87de-11ee-959e-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.78', '--skip-admin-label'] 2023-11-20T19:56:35.150 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 4.6.1 2023-11-20T19:56:35.151 INFO:teuthology.orchestra.run.smithi078.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-11-20T19:56:35.151 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying podman|docker is present... 2023-11-20T19:56:35.184 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 4.6.1 2023-11-20T19:56:35.184 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying lvm2 is present... 2023-11-20T19:56:35.184 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying time synchronization is in place... 2023-11-20T19:56:35.191 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-20T19:56:35.192 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-20T19:56:35.197 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-20T19:56:35.197 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2023-11-20T19:56:35.203 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout enabled 2023-11-20T19:56:35.209 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout active 2023-11-20T19:56:35.209 INFO:teuthology.orchestra.run.smithi078.stdout:Unit chronyd.service is enabled and running 2023-11-20T19:56:35.209 INFO:teuthology.orchestra.run.smithi078.stdout:Repeating the final host check... 2023-11-20T19:56:35.239 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 4.6.1 2023-11-20T19:56:35.240 INFO:teuthology.orchestra.run.smithi078.stdout:podman (/bin/podman) version 4.6.1 is present 2023-11-20T19:56:35.240 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl is present 2023-11-20T19:56:35.240 INFO:teuthology.orchestra.run.smithi078.stdout:lvcreate is present 2023-11-20T19:56:35.245 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-20T19:56:35.246 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-20T19:56:35.251 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-20T19:56:35.251 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2023-11-20T19:56:35.257 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout enabled 2023-11-20T19:56:35.263 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout active 2023-11-20T19:56:35.263 INFO:teuthology.orchestra.run.smithi078.stdout:Unit chronyd.service is enabled and running 2023-11-20T19:56:35.263 INFO:teuthology.orchestra.run.smithi078.stdout:Host looks OK 2023-11-20T19:56:35.263 INFO:teuthology.orchestra.run.smithi078.stdout:Cluster fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:35.263 INFO:teuthology.orchestra.run.smithi078.stdout:Acquiring lock 140188332994400 on /run/cephadm/d1b6b660-87de-11ee-959e-87774f69a715.lock 2023-11-20T19:56:35.263 INFO:teuthology.orchestra.run.smithi078.stdout:Lock 140188332994400 acquired on /run/cephadm/d1b6b660-87de-11ee-959e-87774f69a715.lock 2023-11-20T19:56:35.264 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying IP 172.21.15.78 port 3300 ... 2023-11-20T19:56:35.264 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying IP 172.21.15.78 port 6789 ... 2023-11-20T19:56:35.264 INFO:teuthology.orchestra.run.smithi078.stdout:Base mon IP(s) is [172.21.15.78:3300, 172.21.15.78:6789], mon addrv is [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2023-11-20T19:56:35.267 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.78 metric 100 2023-11-20T19:56:35.268 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 metric 100 2023-11-20T19:56:35.270 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-20T19:56:35.270 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-20T19:56:35.271 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1766sec hoplimit 64 pref medium 2023-11-20T19:56:35.273 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-20T19:56:35.273 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-20T19:56:35.273 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-20T19:56:35.273 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-20T19:56:35.274 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d4dd/64 scope link 2023-11-20T19:56:35.274 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-20T19:56:35.274 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2023-11-20T19:56:35.275 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2023-11-20T19:56:35.275 INFO:teuthology.orchestra.run.smithi078.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-20T19:56:35.275 INFO:teuthology.orchestra.run.smithi078.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-20T19:56:35.275 INFO:teuthology.orchestra.run.smithi078.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-20T19:56:35.660 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27 2023-11-20T19:56:35.660 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-20T19:56:35.660 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Getting image source signatures 2023-11-20T19:56:35.661 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Copying blob sha256:0585cb6629f86157ada05b2957dbeec27248962e51e3b8e06ed0fa7fa6328bfc 2023-11-20T19:56:35.661 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-20T19:56:35.661 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Copying config sha256:b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27 2023-11-20T19:56:35.661 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Writing manifest to image destination 2023-11-20T19:56:36.249 INFO:teuthology.orchestra.run.smithi078.stdout:ceph: stdout ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev) 2023-11-20T19:56:36.249 INFO:teuthology.orchestra.run.smithi078.stdout:Ceph version: ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev) 2023-11-20T19:56:36.249 INFO:teuthology.orchestra.run.smithi078.stdout:Extracting ceph user uid/gid from container image... 2023-11-20T19:56:36.739 INFO:teuthology.orchestra.run.smithi078.stdout:stat: stdout 167 167 2023-11-20T19:56:36.739 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial keys... 2023-11-20T19:56:37.312 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQD0uVtl0qVoNhAAorf9N9P9rzMQmNqyx4ZQMw== 2023-11-20T19:56:37.812 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQD1uVtllxnhGxAAvELvewlOFv5wewmfIMna3g== 2023-11-20T19:56:38.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQD1uVtlxIxNOxAATRAEvmHik2Wt7jgat7FHfw== 2023-11-20T19:56:38.333 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial monmap... 2023-11-20T19:56:38.855 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-20T19:56:38.855 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-11-20T19:56:38.855 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:38.855 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-20T19:56:38.855 INFO:teuthology.orchestra.run.smithi078.stdout:monmaptool for a [v2:172.21.15.78:3300,v1:172.21.15.78:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-20T19:56:38.855 INFO:teuthology.orchestra.run.smithi078.stdout:setting min_mon_release = pacific 2023-11-20T19:56:38.856 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: set fsid to d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:38.856 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-20T19:56:38.856 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:56:38.856 INFO:teuthology.orchestra.run.smithi078.stdout:Creating mon... 2023-11-20T19:56:39.373 INFO:teuthology.orchestra.run.smithi078.stdout:create mon.a on 2023-11-20T19:56:39.490 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-11-20T19:56:39.574 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-20T19:56:39.702 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d1b6b660-87de-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-d1b6b660-87de-11ee-959e-87774f69a715.target. 2023-11-20T19:56:39.702 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d1b6b660-87de-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-d1b6b660-87de-11ee-959e-87774f69a715.target. 2023-11-20T19:56:39.873 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a 2023-11-20T19:56:39.873 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a.service: Unit ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a.service not loaded. 2023-11-20T19:56:39.963 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d1b6b660-87de-11ee-959e-87774f69a715.target.wants/ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a.service → /etc/systemd/system/ceph-d1b6b660-87de-11ee-959e-87774f69a715@.service. 2023-11-20T19:56:40.222 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:39 smithi078 systemd[1]: Starting Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:56:40.283 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-20T19:56:40.284 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2023-11-20T19:56:40.291 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-20T19:56:40.292 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2023-11-20T19:56:40.292 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2023-11-20T19:56:40.292 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to enable service . firewalld.service is not available 2023-11-20T19:56:40.292 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mon to start... 2023-11-20T19:56:40.292 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mon... 2023-11-20T19:56:40.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:40 smithi078 bash[112111]: 973a4f2bea63a9cdd65c90f47ac48bdb651051e06150abc3352cdecae39746f7 2023-11-20T19:56:40.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:40 smithi078 systemd[1]: Started Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:56:40.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:40 smithi078 ceph-mon[112129]: mkfs d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:40.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:40 smithi078 ceph-mon[112129]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-20T19:56:41.056 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout cluster: 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout id: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout services: 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.415275s) 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout data: 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-20T19:56:41.057 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout pgs: 2023-11-20T19:56:41.058 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:41.058 INFO:teuthology.orchestra.run.smithi078.stdout:mon is available 2023-11-20T19:56:41.058 INFO:teuthology.orchestra.run.smithi078.stdout:Assimilating anything we can from ceph.conf... 2023-11-20T19:56:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:41 smithi078 ceph-mon[112129]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-20T19:56:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:41 smithi078 ceph-mon[112129]: monmap e1: 1 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:56:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:41 smithi078 ceph-mon[112129]: fsmap 2023-11-20T19:56:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:41 smithi078 ceph-mon[112129]: osdmap e1: 0 total, 0 up, 0 in 2023-11-20T19:56:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:41 smithi078 ceph-mon[112129]: mgrmap e1: no daemons active 2023-11-20T19:56:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:41 smithi078 ceph-mon[112129]: from='client.? 172.21.15.78:0/2719500847' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [global] 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout fsid = d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:41.815 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [osd] 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-20T19:56:41.816 INFO:teuthology.orchestra.run.smithi078.stdout:Generating new minimal ceph.conf... 2023-11-20T19:56:42.412 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:42 smithi078 ceph-mon[112129]: from='client.? 172.21.15.78:0/4196992863' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-20T19:56:42.412 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:42 smithi078 ceph-mon[112129]: from='client.? 172.21.15.78:0/4196992863' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-20T19:56:42.412 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:42 smithi078 ceph-mon[112129]: from='client.? 172.21.15.78:0/1711242332' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:56:42.564 INFO:teuthology.orchestra.run.smithi078.stdout:Restarting the monitor... 2023-11-20T19:56:42.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:42 smithi078 systemd[1]: Stopping Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:56:43.086 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:42 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-a[112125]: 2023-11-20T19:56:42.757+0000 7f307e487700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T19:56:43.086 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:42 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-a[112125]: 2023-11-20T19:56:42.757+0000 7f307e487700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-11-20T19:56:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:43 smithi078 bash[112382]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-a 2023-11-20T19:56:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:43 smithi078 systemd[1]: ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a.service: Succeeded. 2023-11-20T19:56:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:43 smithi078 systemd[1]: Stopped Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:56:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:43 smithi078 systemd[1]: Starting Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: set uid:gid to 167:167 (ceph:ceph) 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev), process ceph-mon, pid 2 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: pidfile_write: ignore empty --pid-file 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: load: jerasure load: lrc 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: RocksDB version: 7.9.2 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Git sha 0 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Compile date 2023-11-20 13:47:41 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: DB SUMMARY 2023-11-20T19:56:45.093 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: DB Session ID: 0IJ340E79HRIMWWH8Q24 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: CURRENT file: CURRENT 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: IDENTITY file: IDENTITY 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83456 ; 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.error_if_exists: 0 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.create_if_missing: 0 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.paranoid_checks: 1 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.env: 0x561d73a9ca60 2023-11-20T19:56:45.094 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.fs: PosixFileSystem 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.info_log: 0x561d7605d740 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_file_opening_threads: 16 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.statistics: (nil) 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.use_fsync: 0 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_log_file_size: 0 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.keep_log_file_num: 1000 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.recycle_log_file_num: 0 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.allow_fallocate: 1 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.allow_mmap_reads: 0 2023-11-20T19:56:45.095 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.allow_mmap_writes: 0 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.use_direct_reads: 0 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.create_missing_column_families: 0 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.db_log_dir: 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.wal_dir: 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.advise_random_on_open: 1 2023-11-20T19:56:45.096 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.db_write_buffer_size: 0 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.write_buffer_manager: 0x561d76013360 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.rate_limiter: (nil) 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.wal_recovery_mode: 2 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.enable_thread_tracking: 0 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.enable_pipelined_write: 0 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.unordered_write: 0 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-20T19:56:45.097 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.row_cache: None 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.wal_filter: None 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.allow_ingest_behind: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.two_write_queues: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.manual_wal_flush: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.wal_compression: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.atomic_flush: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-20T19:56:45.098 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.log_readahead_size: 0 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.best_efforts_recovery: 0 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.allow_data_in_errors: 0 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.db_host_id: __hostname__ 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_background_jobs: 2 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_background_compactions: -1 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_subcompactions: 1 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-20T19:56:45.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_total_wal_size: 0 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_open_files: -1 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bytes_per_sync: 0 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_readahead_size: 0 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_background_flushes: -1 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Compression algorithms supported: 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-20T19:56:45.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kZSTD supported: 0 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kXpressCompression supported: 0 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kLZ4HCCompression supported: 1 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kZlibCompression supported: 1 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kSnappyCompression supported: 1 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kLZ4Compression supported: 1 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: kBZip2Compression supported: 0 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.merge_operator: 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_filter: None 2023-11-20T19:56:45.101 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_filter_factory: None 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.sst_partitioner_factory: None 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561d7605d860) 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: cache_index_and_filter_blocks: 1 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: pin_top_level_index_and_filter: 1 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: index_type: 0 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: data_block_index_type: 0 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: index_shortening: 1 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-20T19:56:45.102 INFO:journalctl@ceph.mon.a.smithi078.stdout: checksum: 4 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: no_block_cache: 0 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache: 0x561d760b3090 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache_name: BinnedLRUCache 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache_options: 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: capacity : 536870912 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: num_shard_bits : 4 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: strict_capacity_limit : 0 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: high_pri_pool_ratio: 0.000 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache_compressed: (nil) 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: persistent_cache: (nil) 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_size: 4096 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_size_deviation: 10 2023-11-20T19:56:45.103 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_restart_interval: 16 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: index_block_restart_interval: 1 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: metadata_block_size: 4096 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: partition_filters: 0 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: use_delta_encoding: 1 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: filter_policy: bloomfilter 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: whole_key_filtering: 1 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: verify_compression: 0 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: read_amp_bytes_per_bit: 0 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: format_version: 5 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: enable_index_compression: 1 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_align: 0 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: max_auto_readahead_size: 262144 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: prepopulate_block_cache: 0 2023-11-20T19:56:45.104 INFO:journalctl@ceph.mon.a.smithi078.stdout: initial_auto_readahead_size: 8192 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout: num_file_reads_for_auto_readahead: 2 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.write_buffer_size: 33554432 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_write_buffer_number: 2 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression: NoCompression 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression: Disabled 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.prefix_extractor: nullptr 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.num_levels: 7 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-20T19:56:45.105 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-20T19:56:45.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-20T19:56:45.106 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.level: 32767 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.strategy: 0 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.enabled: false 2023-11-20T19:56:45.107 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.target_file_size_base: 67108864 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-20T19:56:45.108 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.arena_block_size: 1048576 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.disable_auto_compactions: 0 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-20T19:56:45.109 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.table_properties_collectors: 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.inplace_update_support: 0 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.bloom_locality: 0 2023-11-20T19:56:45.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.max_successive_merges: 0 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.paranoid_file_checks: 0 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.force_consistency_checks: 1 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.report_bg_io_stats: 0 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.ttl: 2592000 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-20T19:56:45.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.enable_blob_files: false 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.min_blob_size: 0 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.blob_file_size: 268435456 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.blob_file_starting_level: 0 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-11-20T19:56:45.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d6a80ab7-fdec-428c-967c-d2f716746eaf 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700510204832369, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700510204833298, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80350, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 244, "table_properties": {"data_size": 78537, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9867, "raw_average_key_size": 47, "raw_value_size": 72871, "raw_average_value_size": 352, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1700510204, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d6a80ab7-fdec-428c-967c-d2f716746eaf", "db_session_id": "0IJ340E79HRIMWWH8Q24", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700510204833381, "job": 1, "event": "recovery_finished"} 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561d7614e000 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: DB pointer 0x561d7613a000 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** DB Stats ** 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-20T19:56:45.113 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** Compaction Stats [default] ** 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: L0 2/0 80.30 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Sum 2/0 80.30 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-20T19:56:45.114 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** Compaction Stats [default] ** 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-20T19:56:45.115 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative compaction: 0.00 GB write, 23.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval compaction: 0.00 GB write, 23.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: Block cache BinnedLRUCache@0x561d760b3090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: starting mon.a rank 0 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???) e1 preinit fsid d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).mds e1 new map 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).mds e1 print_map 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: e1 2023-11-20T19:56:45.116 INFO:journalctl@ceph.mon.a.smithi078.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout: legacy client fscid: -1 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout: No filesystems configured 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: monmap e1: 1 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: fsmap 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: osdmap e1: 0 total, 0 up, 0 in 2023-11-20T19:56:45.117 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:44 smithi078 ceph-mon[112512]: mgrmap e1: no daemons active 2023-11-20T19:56:45.118 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:45 smithi078 bash[112492]: 77ab88aefad7d08c021f1c34803ef8d04f4506802ab53f36d05eaa52ba3605cb 2023-11-20T19:56:45.118 INFO:teuthology.orchestra.run.smithi078.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-20T19:56:45.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:45 smithi078 systemd[1]: Started Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:56:45.880 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote config to /etc/ceph/ceph.conf 2023-11-20T19:56:45.905 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-20T19:56:45.906 INFO:teuthology.orchestra.run.smithi078.stdout:Creating mgr... 2023-11-20T19:56:45.906 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying port 0.0.0.0:9283 ... 2023-11-20T19:56:45.907 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying port 0.0.0.0:8765 ... 2023-11-20T19:56:46.079 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a 2023-11-20T19:56:46.080 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a.service: Unit ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a.service not loaded. 2023-11-20T19:56:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d1b6b660-87de-11ee-959e-87774f69a715.target.wants/ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-d1b6b660-87de-11ee-959e-87774f69a715@.service. 2023-11-20T19:56:46.574 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-20T19:56:46.574 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2023-11-20T19:56:46.582 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-20T19:56:46.583 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2023-11-20T19:56:46.583 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2023-11-20T19:56:46.583 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to enable service . firewalld.service is not available 2023-11-20T19:56:46.591 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-20T19:56:46.591 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2023-11-20T19:56:46.599 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-20T19:56:46.599 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2023-11-20T19:56:46.599 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2023-11-20T19:56:46.599 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-11-20T19:56:46.599 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr to start... 2023-11-20T19:56:46.599 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr... 2023-11-20T19:56:46.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:46 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2724069824' entity='client.admin' 2023-11-20T19:56:46.690 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:46 smithi078 bash[112720]: 03e759402919ac0276341ada0b650b2704c968945f257a79b8bc79cf5e2d8e53 2023-11-20T19:56:46.690 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:46 smithi078 systemd[1]: Started Ceph mgr.a for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:56:46.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:46 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:46.689+0000 7f3cf1d9f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-20T19:56:46.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:46 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:46.861+0000 7f3cf1d9f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-20T19:56:47.306 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:47 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:47.203+0000 7f3cf1d9f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-20T19:56:47.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:47.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:56:47.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "d1b6b660-87de-11ee-959e-87774f69a715", 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-20T19:56:47.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-20T19:56:47.333 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-20T19:56:47.334 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-20T19:56:47.334 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-20T19:56:47.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-20T19:56:47.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-20T19:56:47.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-20T19:56:47.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-20T19:56:47.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-20T19:56:47.339 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2023-11-20T19:56:40.303066+0000", 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-20T19:56:47.340 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:56:47.341 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (1/15)... 2023-11-20T19:56:47.705 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:47 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3576231605' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-20T19:56:47.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:47 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:47.705+0000 7f3cf1d9f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-20T19:56:47.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:47 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:47.928+0000 7f3cf1d9f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-20T19:56:48.725 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:48 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:48.340+0000 7f3cf1d9f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-20T19:56:49.426 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:49 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:49.037+0000 7f3cf1d9f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-20T19:56:49.426 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:49 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:49.122+0000 7f3cf1d9f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-20T19:56:49.973 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:49 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2192349616' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-20T19:56:49.973 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:49 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:49.732+0000 7f3cf1d9f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-20T19:56:49.973 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:49 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:49.823+0000 7f3cf1d9f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-20T19:56:49.973 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:49 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:49.915+0000 7f3cf1d9f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-20T19:56:50.039 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:50.039 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:56:50.039 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "d1b6b660-87de-11ee-959e-87774f69a715", 2023-11-20T19:56:50.039 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2023-11-20T19:56:50.039 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-11-20T19:56:50.040 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-20T19:56:50.041 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-20T19:56:50.044 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-20T19:56:50.044 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-20T19:56:50.045 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-20T19:56:50.046 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2023-11-20T19:56:40.303066+0000", 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:56:50.047 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (2/15)... 2023-11-20T19:56:50.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.010+0000 7f3cf1d9f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-20T19:56:50.535 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.233+0000 7f3cf1d9f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-20T19:56:50.535 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.324+0000 7f3cf1d9f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-20T19:56:50.535 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.535+0000 7f3cf1d9f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-20T19:56:50.808 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.629+0000 7f3cf1d9f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-20T19:56:51.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.808+0000 7f3cf1d9f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-20T19:56:51.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:50 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:50.892+0000 7f3cf1d9f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-20T19:56:51.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:51 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:51.631+0000 7f3cf1d9f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-20T19:56:51.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:51 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:51.821+0000 7f3cf1d9f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-20T19:56:52.435 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:51 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:51.997+0000 7f3cf1d9f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:56:52.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:52 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2053651186' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-20T19:56:52.726 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:52 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:52.682+0000 7f3cf1d9f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-20T19:56:52.755 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "d1b6b660-87de-11ee-959e-87774f69a715", 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-20T19:56:52.756 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-20T19:56:52.757 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:52.758 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-20T19:56:52.758 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-20T19:56:52.758 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-20T19:56:52.758 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-20T19:56:52.761 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-20T19:56:52.761 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-20T19:56:52.761 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.761 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-20T19:56:52.762 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:52.763 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2023-11-20T19:56:40.303066+0000", 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:56:52.764 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (3/15)... 2023-11-20T19:56:53.156 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:52 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:52.863+0000 7f3cf1d9f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:56:53.156 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:53.041+0000 7f3cf1d9f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-20T19:56:53.157 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:53.155+0000 7f3cf1d9f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: Activating manager daemon a 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: mgrmap e2: a(active, starting, since 0.00307548s) 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: Manager daemon a is now available 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-20T19:56:53.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' 2023-11-20T19:56:53.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' 2023-11-20T19:56:53.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:53 smithi078 ceph-mon[112512]: from='mgr.14100 172.21.15.78:0/3150183409' entity='mgr.a' 2023-11-20T19:56:55.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:55 smithi078 ceph-mon[112512]: mgrmap e3: a(active, since 1.0066s) 2023-11-20T19:56:55.638 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:55.638 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:56:55.638 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "d1b6b660-87de-11ee-959e-87774f69a715", 2023-11-20T19:56:55.638 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2023-11-20T19:56:55.638 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-20T19:56:55.638 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:55.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-20T19:56:55.640 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-20T19:56:55.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-20T19:56:55.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-20T19:56:55.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.643 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-20T19:56:55.644 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:55.645 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2023-11-20T19:56:40.303066+0000", 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:56:55.646 INFO:teuthology.orchestra.run.smithi078.stdout:mgr is available 2023-11-20T19:56:56.475 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:56 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/659220279' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-20T19:56:57.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:57 smithi078 ceph-mon[112512]: mgrmap e4: a(active, since 3s) 2023-11-20T19:56:57.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:57 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2218546409' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-20T19:56:57.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:57 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2218546409' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-20T19:56:57.632 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:57.632 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [global] 2023-11-20T19:56:57.632 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout fsid = d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:56:57.632 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [osd] 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-20T19:56:57.633 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling cephadm module... 2023-11-20T19:56:59.427 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:56:59 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2990468250' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-20T19:56:59.427 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:59 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: ignoring --setuser ceph since I am not root 2023-11-20T19:56:59.427 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:59 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: ignoring --setgroup ceph since I am not root 2023-11-20T19:56:59.427 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:59 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:59.263+0000 7f0b86254200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-20T19:57:00.108 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:59 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:59.426+0000 7f0b86254200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-20T19:57:00.108 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:56:59 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:56:59.753+0000 7f0b86254200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-20T19:57:00.470 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:00 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:00.244+0000 7f0b86254200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-20T19:57:00.471 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:00 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2990468250' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-20T19:57:00.471 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:00 smithi078 ceph-mon[112512]: mgrmap e5: a(active, since 5s) 2023-11-20T19:57:00.725 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:00 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:00.469+0000 7f0b86254200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-20T19:57:01.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:00 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:00.886+0000 7f0b86254200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-20T19:57:01.726 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:01 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:01.594+0000 7f0b86254200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-20T19:57:01.726 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:01 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:01.680+0000 7f0b86254200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-20T19:57:02.558 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:02.293+0000 7f0b86254200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-20T19:57:02.559 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:02.380+0000 7f0b86254200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-20T19:57:02.559 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:02.470+0000 7f0b86254200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:57:02.870 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for the mgr to restart... 2023-11-20T19:57:02.871 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr epoch 5... 2023-11-20T19:57:02.895 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/81692815' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-20T19:57:02.895 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:02.567+0000 7f0b86254200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-20T19:57:02.895 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:02.798+0000 7f0b86254200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-20T19:57:03.215 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:02 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:02.894+0000 7f0b86254200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-20T19:57:03.215 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:03 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:03.117+0000 7f0b86254200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-20T19:57:03.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:03 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:03.214+0000 7f0b86254200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-20T19:57:03.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:03 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:03.395+0000 7f0b86254200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-20T19:57:03.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:03 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:03.480+0000 7f0b86254200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-20T19:57:04.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:04 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:04.224+0000 7f0b86254200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-20T19:57:04.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:04 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:04.417+0000 7f0b86254200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-20T19:57:04.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:04 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:04.594+0000 7f0b86254200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:57:05.598 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:05.238+0000 7f0b86254200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-20T19:57:05.598 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:05.419+0000 7f0b86254200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:05.597+0000 7f0b86254200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:05.711+0000 7f0b86254200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: Active manager daemon a restarted 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: Activating manager daemon a 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: osdmap e2: 0 total, 0 up, 0 in 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: mgrmap e6: a(active, starting, since 0.00335596s) 2023-11-20T19:57:05.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: Manager daemon a is now available 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:05.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-20T19:57:05.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:05 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-20T19:57:07.029 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:06 smithi078 ceph-mon[112512]: Found migration_current of "None". Setting to last migration. 2023-11-20T19:57:07.029 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:06 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:07.029 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:06 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:07.029 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:06 smithi078 ceph-mon[112512]: mgrmap e7: a(active, since 1.00508s) 2023-11-20T19:57:07.102 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:57:07.102 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-20T19:57:07.102 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-20T19:57:07.102 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:57:07.102 INFO:teuthology.orchestra.run.smithi078.stdout:mgr epoch 5 is available 2023-11-20T19:57:07.102 INFO:teuthology.orchestra.run.smithi078.stdout:Setting orchestrator backend to cephadm... 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:06] ENGINE Bus STARTING 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:07] ENGINE Serving on http://172.21.15.78:8765 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:07] ENGINE Serving on https://172.21.15.78:7150 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:07] ENGINE Bus STARTED 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:07.880 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:07 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:08.727 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout value unchanged 2023-11-20T19:57:08.727 INFO:teuthology.orchestra.run.smithi078.stdout:Generating ssh key... 2023-11-20T19:57:09.225 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:08 smithi078 ceph-mon[112512]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:09.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:08 smithi078 ceph-mon[112512]: mgrmap e8: a(active, since 2s) 2023-11-20T19:57:10.195 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-mon[112512]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:10.195 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: Generating public/private rsa key pair. 2023-11-20T19:57:10.195 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: Your identification has been saved in /tmp/tmpxvqoul8w/key. 2023-11-20T19:57:10.195 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: Your public key has been saved in /tmp/tmpxvqoul8w/key.pub. 2023-11-20T19:57:10.195 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: The key fingerprint is: 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: SHA256:Hbu4Er4L5QIOw2KJHx+4r455MyHn9V3eaCCL9Ddge4E ceph-d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: The key's randomart image is: 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: +---[RSA 3072]----+ 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: | | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: | | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: | . | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: |o .. . o | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: |=++ . ..S o | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: |+=o=o+E o... | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: | ++++*.B.=.o | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: | o=..oB =.+ . | 2023-11-20T19:57:10.196 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: |ooo+. o*.o | 2023-11-20T19:57:10.197 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:09 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: +----[SHA256]-----+ 2023-11-20T19:57:11.028 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:10 smithi078 ceph-mon[112512]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:11.028 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:10 smithi078 ceph-mon[112512]: Generating ssh key... 2023-11-20T19:57:11.028 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:10 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:11.028 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:10 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:11.135 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:57:11.135 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-20T19:57:11.136 INFO:teuthology.orchestra.run.smithi078.stdout:Adding key to root@localhost authorized_keys... 2023-11-20T19:57:11.136 INFO:teuthology.orchestra.run.smithi078.stdout:Adding host smithi078... 2023-11-20T19:57:11.899 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:11 smithi078 ceph-mon[112512]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:13.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:12 smithi078 ceph-mon[112512]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:13.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:12 smithi078 ceph-mon[112512]: Deploying cephadm binary to smithi078 2023-11-20T19:57:15.642 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Added host 'smithi078' with addr '172.21.15.78' 2023-11-20T19:57:15.642 INFO:teuthology.orchestra.run.smithi078.stdout:Deploying unmanaged mon service... 2023-11-20T19:57:16.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:16 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:16.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:16 smithi078 ceph-mon[112512]: Added host smithi078 2023-11-20T19:57:16.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:16 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:16.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:16 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:16.639 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-20T19:57:16.639 INFO:teuthology.orchestra.run.smithi078.stdout:Deploying unmanaged mgr service... 2023-11-20T19:57:17.625 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-20T19:57:18.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:18 smithi078 ceph-mon[112512]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:18.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:18 smithi078 ceph-mon[112512]: Saving service mon spec with placement count:5 2023-11-20T19:57:18.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:18 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:18.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:18 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:18.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:18 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:19.184 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:19 smithi078 ceph-mon[112512]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:19.184 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:19 smithi078 ceph-mon[112512]: Saving service mgr spec with placement count:2 2023-11-20T19:57:19.185 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:19 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/614397678' entity='client.admin' 2023-11-20T19:57:19.185 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:19 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:19.727 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling the dashboard module... 2023-11-20T19:57:20.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:20 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/200772852' entity='client.admin' 2023-11-20T19:57:20.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:20 smithi078 ceph-mon[112512]: from='mgr.14120 172.21.15.78:0/1506696023' entity='mgr.a' 2023-11-20T19:57:20.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:20 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1936991265' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-20T19:57:21.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:21 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: ignoring --setuser ceph since I am not root 2023-11-20T19:57:21.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:21 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: ignoring --setgroup ceph since I am not root 2023-11-20T19:57:21.522 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:21 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:21.252+0000 7fce8cdff200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-20T19:57:21.522 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:21 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:21.417+0000 7fce8cdff200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-20T19:57:21.964 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:21 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:21.767+0000 7fce8cdff200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-20T19:57:22.219 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:22 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1936991265' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-20T19:57:22.219 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:22 smithi078 ceph-mon[112512]: mgrmap e9: a(active, since 15s) 2023-11-20T19:57:22.219 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:22 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3417338367' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-20T19:57:22.284 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:57:22.284 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-11-20T19:57:22.284 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-20T19:57:22.284 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-20T19:57:22.284 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-20T19:57:22.285 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:57:22.285 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for the mgr to restart... 2023-11-20T19:57:22.285 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr epoch 9... 2023-11-20T19:57:22.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:22 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:22.270+0000 7fce8cdff200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-20T19:57:22.933 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:22 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:22.507+0000 7fce8cdff200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-20T19:57:23.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:22 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:22.933+0000 7fce8cdff200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-20T19:57:23.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:23 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:23.634+0000 7fce8cdff200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-20T19:57:23.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:23 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:23.722+0000 7fce8cdff200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-20T19:57:24.586 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:24 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:24.316+0000 7fce8cdff200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-20T19:57:24.586 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:24 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:24.401+0000 7fce8cdff200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-20T19:57:24.586 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:24 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:24.491+0000 7fce8cdff200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-20T19:57:24.903 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:24 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:24.585+0000 7fce8cdff200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-20T19:57:24.903 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:24 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:24.809+0000 7fce8cdff200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-20T19:57:25.218 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:24 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:24.903+0000 7fce8cdff200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-20T19:57:25.218 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:25 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:25.120+0000 7fce8cdff200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-20T19:57:25.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:25 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:25.217+0000 7fce8cdff200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-20T19:57:25.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:25 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:25.402+0000 7fce8cdff200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-20T19:57:25.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:25 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:25.488+0000 7fce8cdff200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-20T19:57:26.610 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:26 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:26.236+0000 7fce8cdff200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-20T19:57:26.610 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:26 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:26.431+0000 7fce8cdff200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-20T19:57:26.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:26 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:26.610+0000 7fce8cdff200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:57:27.628 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:27.264+0000 7fce8cdff200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-20T19:57:27.628 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:27.447+0000 7fce8cdff200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:27.628+0000 7fce8cdff200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:57:27.743+0000 7fce8cdff200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: Active manager daemon a restarted 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: Activating manager daemon a 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: osdmap e3: 0 total, 0 up, 0 in 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: mgrmap e10: a(active, starting, since 0.00331627s) 2023-11-20T19:57:27.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: Manager daemon a is now available 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:27.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:29.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:28 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-20T19:57:29.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:28 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-20T19:57:29.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:28 smithi078 ceph-mon[112512]: mgrmap e11: a(active, since 1.00581s) 2023-11-20T19:57:30.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:29 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:28] ENGINE Bus STARTING 2023-11-20T19:57:30.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:29 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:28] ENGINE Serving on https://172.21.15.78:7150 2023-11-20T19:57:30.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:29 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:28] ENGINE Serving on http://172.21.15.78:8765 2023-11-20T19:57:30.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:29 smithi078 ceph-mon[112512]: [20/Nov/2023:19:57:28] ENGINE Bus STARTED 2023-11-20T19:57:30.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:29 smithi078 ceph-mon[112512]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-20T19:57:30.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:29 smithi078 ceph-mon[112512]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-20T19:57:31.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:30 smithi078 ceph-mon[112512]: mgrmap e12: a(active, since 2s) 2023-11-20T19:57:31.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:30 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:31.846 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2023-11-20T19:57:31.846 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-11-20T19:57:31.846 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-20T19:57:31.846 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2023-11-20T19:57:31.846 INFO:teuthology.orchestra.run.smithi078.stdout:mgr epoch 9 is available 2023-11-20T19:57:31.847 INFO:teuthology.orchestra.run.smithi078.stdout:Generating a dashboard self-signed certificate... 2023-11-20T19:57:32.902 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:32 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:33.581 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-20T19:57:33.581 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial admin user... 2023-11-20T19:57:33.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:33 smithi078 ceph-mon[112512]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:33.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:33 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:33.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:33 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:34.632 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$MYGafKyDx8gQpHOE44tnz.7PwjTzRpioBXuU0JET9PjEyCEXVK/nu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700510254, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-20T19:57:34.632 INFO:teuthology.orchestra.run.smithi078.stdout:Fetching dashboard port number... 2023-11-20T19:57:34.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:34 smithi078 ceph-mon[112512]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:34.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:34 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:35.448 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 8443 2023-11-20T19:57:35.457 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-20T19:57:35.457 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2023-11-20T19:57:35.464 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-20T19:57:35.464 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2023-11-20T19:57:35.465 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2023-11-20T19:57:35.465 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-20T19:57:35.466 INFO:teuthology.orchestra.run.smithi078.stdout:Ceph Dashboard is now available at: 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout: URL: https://smithi078.front.sepia.ceph.com:8443/ 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout: User: admin 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout: Password: arek6xlzpz 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout:Saving cluster configuration to /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config directory 2023-11-20T19:57:35.467 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling autotune for osd_memory_target 2023-11-20T19:57:36.208 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:35 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3951705143' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-20T19:57:37.207 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-11-20T19:57:37.207 INFO:teuthology.orchestra.run.smithi078.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout:Or, if you are only running a single cluster on this host: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout:Please consider enabling telemetry to help improve Ceph: 2023-11-20T19:57:37.208 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout: ceph telemetry on 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout:For more information see: 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:37.209 INFO:teuthology.orchestra.run.smithi078.stdout:Bootstrap complete. 2023-11-20T19:57:37.247 INFO:tasks.cephadm:Fetching config... 2023-11-20T19:57:37.247 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:57:37.247 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-20T19:57:37.265 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-20T19:57:37.266 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:57:37.266 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-20T19:57:37.323 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-20T19:57:37.323 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:57:37.323 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/keyring of=/dev/stdout 2023-11-20T19:57:37.394 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-20T19:57:37.394 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:57:37.394 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-20T19:57:37.452 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-20T19:57:37.452 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-20T19:57:37.527 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:57:37.538 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-20T19:57:37.584 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:57:37.596 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-20T19:57:37.642 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCw+boFbLgAfSxwO52jrhSJPVY3YQBW7n6D/hwLtlQXDV4QTRhJeeU4QzhVEtLP0VyB/tmMz/0K3p4eG2VH8mF40RZJ3mZeUAwOGFBeDR/z4zcOBvlbm6xe1daGZ38ncbmRnVCAINOScRSLtOqqWiSnQMokX311+wXsPN+RUw0awMZzssEjrqs4kdWARFpJggCFpn8AnbPvGIZosCpAYYTwMlC7ggRUh7wCmKseZDjdToW9IGBumeZMp1FmizEhCaZxgSOOs2EPWDl4d91ZFfWz5G+RlxkrgtelG6AuOAlNAE6WkF5e2CNjbylG6pdMsZD3GwTFLKph6yl83EwMsmO90e4igdc+9/BIWMzzc1/7j2gKypbgh6kP+QrNbaeIjeLkYLC/xpT+aRUcEtrW9yxiDgxo3uBdhqmSRVvsY079Yj16/YIJu+H8700Uvgut6gf5+7QBYmUgBsImlvT1WgJaPDdP79NkUGnVXTKKXHfGCt7ipfMt5SeFU/R3nAQPH18= ceph-d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:57:37.654 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-20T19:57:37.918 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:37.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:37 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3978384481' entity='client.admin' 2023-11-20T19:57:38.870 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:38 smithi078 ceph-mon[112512]: mgrmap e13: a(active, since 10s) 2023-11-20T19:57:39.451 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-20T19:57:39.452 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-20T19:57:39.762 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:40.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:40 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1943622447' entity='client.admin' 2023-11-20T19:57:41.365 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi088 2023-11-20T19:57:41.366 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:57:41.366 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.conf 2023-11-20T19:57:41.388 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:57:41.388 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:57:41.448 INFO:tasks.cephadm:Adding host smithi088 to orchestrator... 2023-11-20T19:57:41.449 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch host add smithi088 2023-11-20T19:57:41.715 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:57:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:41.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:57:41.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:41 smithi078 ceph-mon[112512]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:57:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:43 smithi078 ceph-mon[112512]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:57:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:43 smithi078 ceph-mon[112512]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:57:43.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:43 smithi078 ceph-mon[112512]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:57:43.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:43 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:43.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:43 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:43.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:43 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:44.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:44 smithi078 ceph-mon[112512]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:45.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:45 smithi078 ceph-mon[112512]: Deploying cephadm binary to smithi088 2023-11-20T19:57:46.490 INFO:teuthology.orchestra.run.smithi078.stdout:Added host 'smithi088' with addr '172.21.15.88' 2023-11-20T19:57:46.857 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-20T19:57:47.109 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:47.796 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:47 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:47.796 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:47 smithi078 ceph-mon[112512]: Added host smithi088 2023-11-20T19:57:47.796 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:47 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:47.796 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:47 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:47.796 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:47 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:48.158 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:48.158 INFO:teuthology.orchestra.run.smithi078.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}] 2023-11-20T19:57:48.555 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2023-11-20T19:57:48.555 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:57:48.555 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2023-11-20T19:57:48.577 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:57:48.577 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:57:48.637 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2023-11-20T19:57:48.638 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch host add smithi150 2023-11-20T19:57:48.889 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:49.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:48 smithi078 ceph-mon[112512]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:57:49.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:48 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:50.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:49 smithi078 ceph-mon[112512]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:57:51.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:57:51.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:57:51.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:51.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:51.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:51.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:51.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:57:51.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:57:51.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:50 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:57:52.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:51 smithi078 ceph-mon[112512]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:57:52.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:51 smithi078 ceph-mon[112512]: Deploying cephadm binary to smithi150 2023-11-20T19:57:52.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:51 smithi078 ceph-mon[112512]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:57:52.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:51 smithi078 ceph-mon[112512]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:57:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:52 smithi078 ceph-mon[112512]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:57:53.641 INFO:teuthology.orchestra.run.smithi078.stdout:Added host 'smithi150' with addr '172.21.15.150' 2023-11-20T19:57:54.005 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-20T19:57:54.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:53 smithi078 ceph-mon[112512]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:57:54.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:53 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:54.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:53 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:54.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:53 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:54.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:53 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:54.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:53 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:54.257 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:54 smithi078 ceph-mon[112512]: Added host smithi150 2023-11-20T19:57:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:54 smithi078 ceph-mon[112512]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:57:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:55.285 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:57:55.286 INFO:teuthology.orchestra.run.smithi078.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2023-11-20T19:57:55.645 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-20T19:57:55.645 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd crush tunables default 2023-11-20T19:57:55.897 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:57:56.347 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:57.073 INFO:teuthology.orchestra.run.smithi078.stderr:adjusted tunables profile to default 2023-11-20T19:57:57.355 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:57 smithi078 ceph-mon[112512]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:57:57.355 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:57 smithi078 ceph-mon[112512]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:57:57.355 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:57 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/882078121' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-20T19:57:57.438 INFO:tasks.cephadm:Adding mon.a on smithi078 2023-11-20T19:57:57.438 INFO:tasks.cephadm:Adding mon.b on smithi088 2023-11-20T19:57:57.438 INFO:tasks.cephadm:Adding mon.c on smithi150 2023-11-20T19:57:57.438 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch apply mon '3;smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c' 2023-11-20T19:57:57.730 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /etc/ceph/ceph.conf 2023-11-20T19:57:57.792 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/882078121' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:57:58.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:57:58.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:57:58.845 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2023-11-20T19:57:59.224 DEBUG:teuthology.orchestra.run.smithi088:mon.b> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.b.service 2023-11-20T19:57:59.227 DEBUG:teuthology.orchestra.run.smithi150:mon.c> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.c.service 2023-11-20T19:57:59.229 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-20T19:57:59.229 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-20T19:57:59.261 INFO:journalctl@ceph.mon.c.smithi150.stdout:-- Logs begin at Mon 2023-11-20 18:22:57 UTC. -- 2023-11-20T19:57:59.263 INFO:journalctl@ceph.mon.b.smithi088.stdout:-- Logs begin at Mon 2023-11-20 18:23:08 UTC. -- 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:59.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:57:59.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:57:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:57:59.730 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:00.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:00 smithi078 ceph-mon[112512]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:00.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:00 smithi078 ceph-mon[112512]: Saving service mon spec with placement smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c;count:3 2023-11-20T19:58:00.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:00 smithi078 ceph-mon[112512]: Deploying daemon mon.c on smithi150 2023-11-20T19:58:01.358 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:58:01.358 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"d1b6b660-87de-11ee-959e-87774f69a715","modified":"2023-11-20T19:56:38.511283Z","created":"2023-11-20T19:56:38.511283Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-20T19:58:01.361 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2023-11-20T19:58:01.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:01 smithi078 ceph-mon[112512]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:02.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 systemd[1]: Started Ceph mon.c for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_open_files: -1 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bytes_per_sync: 0 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_readahead_size: 0 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_background_flushes: -1 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Compression algorithms supported: 2023-11-20T19:58:02.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kZSTD supported: 0 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kXpressCompression supported: 0 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kLZ4HCCompression supported: 1 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kZlibCompression supported: 1 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kSnappyCompression supported: 1 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kLZ4Compression supported: 1 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: kBZip2Compression supported: 0 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-11-20T19:58:02.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.merge_operator: 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_filter: None 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_filter_factory: None 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.sst_partitioner_factory: None 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55691ec5d860) 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout: cache_index_and_filter_blocks: 1 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-20T19:58:02.024 INFO:journalctl@ceph.mon.c.smithi150.stdout: pin_top_level_index_and_filter: 1 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: index_type: 0 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: data_block_index_type: 0 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: index_shortening: 1 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: checksum: 4 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: no_block_cache: 0 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_cache: 0x55691ecb3090 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_cache_name: BinnedLRUCache 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_cache_options: 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: capacity : 536870912 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: num_shard_bits : 4 2023-11-20T19:58:02.025 INFO:journalctl@ceph.mon.c.smithi150.stdout: strict_capacity_limit : 0 2023-11-20T19:58:02.026 INFO:journalctl@ceph.mon.c.smithi150.stdout: high_pri_pool_ratio: 0.000 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_cache_compressed: (nil) 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: persistent_cache: (nil) 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_size: 4096 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_size_deviation: 10 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_restart_interval: 16 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: index_block_restart_interval: 1 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: metadata_block_size: 4096 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: partition_filters: 0 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: use_delta_encoding: 1 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: filter_policy: bloomfilter 2023-11-20T19:58:02.027 INFO:journalctl@ceph.mon.c.smithi150.stdout: whole_key_filtering: 1 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: verify_compression: 0 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: read_amp_bytes_per_bit: 0 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: format_version: 5 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: enable_index_compression: 1 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: block_align: 0 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: max_auto_readahead_size: 262144 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: prepopulate_block_cache: 0 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: initial_auto_readahead_size: 8192 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout: num_file_reads_for_auto_readahead: 2 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.write_buffer_size: 33554432 2023-11-20T19:58:02.028 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_write_buffer_number: 2 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression: NoCompression 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression: Disabled 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.prefix_extractor: nullptr 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.num_levels: 7 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-20T19:58:02.029 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.level: 32767 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.strategy: 0 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-20T19:58:02.030 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.enabled: false 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.target_file_size_base: 67108864 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-20T19:58:02.031 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.arena_block_size: 1048576 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.disable_auto_compactions: 0 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-20T19:58:02.032 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.table_properties_collectors: 2023-11-20T19:58:02.033 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.inplace_update_support: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.bloom_locality: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.max_successive_merges: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.paranoid_file_checks: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.force_consistency_checks: 1 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.report_bg_io_stats: 0 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.ttl: 2592000 2023-11-20T19:58:02.034 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.enable_blob_files: false 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.min_blob_size: 0 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.blob_file_size: 268435456 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.blob_file_starting_level: 0 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-20T19:58:02.035 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 54e2fd81-7db5-4bad-b464-db30344250ff 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700510281838044, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700510281838547, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1700510281, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "54e2fd81-7db5-4bad-b464-db30344250ff", "db_session_id": "XIHYAHD91I43ZC4EKO99", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700510281838615, "job": 1, "event": "recovery_finished"} 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55691ed4e000 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: DB pointer 0x55691ed3a000 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-20T19:58:02.036 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: ** DB Stats ** 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: ** Compaction Stats [default] ** 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-20T19:58:02.037 INFO:journalctl@ceph.mon.c.smithi150.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: ** Compaction Stats [default] ** 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-20T19:58:02.038 INFO:journalctl@ceph.mon.c.smithi150.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: Block cache BinnedLRUCache@0x55691ecb3090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-11-20T19:58:02.039 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: using public_addr v2:172.21.15.150:0/0 -> [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: starting mon.c rank -1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(???) e0 preinit fsid d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).mds e1 new map 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).mds e1 print_map 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout: e1 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout: legacy client fscid: -1 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout: 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout: No filesystems configured 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-20T19:58:02.040 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Added host smithi150 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.041 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/882078121' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/882078121' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:02.042 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:02.043 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Saving service mon spec with placement smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c;count:3 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: Deploying daemon mon.c on smithi150 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:02.044 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:01 smithi150 ceph-mon[117246]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-20T19:58:02.788 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-20T19:58:02.789 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-20T19:58:03.047 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.c/config 2023-11-20T19:58:07.222 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:58:07.222 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":2,"fsid":"d1b6b660-87de-11ee-959e-87774f69a715","modified":"2023-11-20T19:58:01.867721Z","created":"2023-11-20T19:56:38.511283Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-20T19:58:07.224 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 2 2023-11-20T19:58:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:58:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: mon.a calling monitor election 2023-11-20T19:58:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: mon.c calling monitor election 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: monmap e2: 2 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: fsmap 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: mgrmap e13: a(active, since 39s) 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: overall HEALTH_OK 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:07.228 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:07.229 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:07.229 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:06 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:07.249 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:07.249 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:58:07.249 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: mon.a calling monitor election 2023-11-20T19:58:07.249 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: mon.c calling monitor election 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:07.250 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: monmap e2: 2 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: fsmap 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: mgrmap e13: a(active, since 39s) 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: overall HEALTH_OK 2023-11-20T19:58:07.251 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:07.252 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:07.252 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:07.252 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:07.252 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:06 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:08.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:07 smithi078 ceph-mon[112512]: Deploying daemon mon.b on smithi088 2023-11-20T19:58:08.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:07 smithi078 ceph-mon[112512]: from='client.? 172.21.15.150:0/1580456681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-20T19:58:08.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:07 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:08.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:07 smithi150 ceph-mon[117246]: Deploying daemon mon.b on smithi088 2023-11-20T19:58:08.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:07 smithi150 ceph-mon[117246]: from='client.? 172.21.15.150:0/1580456681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-20T19:58:08.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:07 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:08.602 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-20T19:58:08.603 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-20T19:58:08.870 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.c/config 2023-11-20T19:58:09.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:08 smithi078 ceph-mon[112512]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:08 smithi150 ceph-mon[117246]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 systemd[1]: Started Ceph mon.b for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).mds e1 new map 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).mds e1 print_map 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout: e1 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout: legacy client fscid: -1 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout: 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout: No filesystems configured 2023-11-20T19:58:09.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Added host smithi150 2023-11-20T19:58:09.701 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/882078121' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/882078121' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.702 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.703 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Saving service mon spec with placement smithi078:172.21.15.78=a;smithi088:172.21.15.88=b;smithi150:172.21.15.150=c;count:3 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Deploying daemon mon.c on smithi150 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.704 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.a calling monitor election 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.c calling monitor election 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.705 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: monmap e2: 2 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: fsmap 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mgrmap e13: a(active, since 39s) 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: overall HEALTH_OK 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:09.706 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: Deploying daemon mon.b on smithi088 2023-11-20T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='client.? 172.21.15.150:0/1580456681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-20T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:09 smithi088 ceph-mon[117565]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-20T19:58:14.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:58:14.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: mon.a calling monitor election 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: mon.c calling monitor election 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: mon.b calling monitor election 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-20T19:58:14.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: monmap e3: 3 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],b=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],c=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:58:14.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: fsmap 2023-11-20T19:58:14.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:14.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: mgrmap e13: a(active, since 46s) 2023-11-20T19:58:14.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: overall HEALTH_OK 2023-11-20T19:58:14.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:14.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: mon.a calling monitor election 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: mon.c calling monitor election 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: mon.b calling monitor election 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: monmap e3: 3 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],b=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],c=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: fsmap 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: mgrmap e13: a(active, since 46s) 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: overall HEALTH_OK 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:14.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:58:15.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: mon.a calling monitor election 2023-11-20T19:58:15.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: mon.c calling monitor election 2023-11-20T19:58:15.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: mon.b calling monitor election 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: monmap e3: 3 mons at {a=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],b=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],c=[v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-20T19:58:15.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: fsmap 2023-11-20T19:58:15.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: osdmap e4: 0 total, 0 up, 0 in 2023-11-20T19:58:15.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: mgrmap e13: a(active, since 46s) 2023-11-20T19:58:15.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: overall HEALTH_OK 2023-11-20T19:58:15.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:15.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:15.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:15.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.772 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.772 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.772 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:15.772 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:15.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:15.987 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-11-20T19:58:15.987 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":3,"fsid":"d1b6b660-87de-11ee-959e-87774f69a715","modified":"2023-11-20T19:58:09.452182Z","created":"2023-11-20T19:56:38.511283Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-11-20T19:58:15.989 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 3 2023-11-20T19:58:16.357 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-20T19:58:16.358 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph config generate-minimal-conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:16.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='client.? 172.21.15.150:0/768614359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:16.727 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:16.774 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:58:16.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:58:16.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:58:16.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:58:16.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:16.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:16.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='client.? 172.21.15.150:0/768614359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:16.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:16.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:16.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='client.? 172.21.15.150:0/768614359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-20T19:58:17.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:17.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:17.999 INFO:teuthology.orchestra.run.smithi078.stdout:# minimal ceph.conf for d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:58:17.999 INFO:teuthology.orchestra.run.smithi078.stdout:[global] 2023-11-20T19:58:17.999 INFO:teuthology.orchestra.run.smithi078.stdout: fsid = d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T19:58:17.999 INFO:teuthology.orchestra.run.smithi078.stdout: mon_host = [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2023-11-20T19:58:18.294 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: Reconfiguring mon.a (unknown last config time)... 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: Reconfiguring daemon mon.a on smithi078 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: Reconfiguring mon.b (monmap changed)... 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: Reconfiguring daemon mon.b on smithi088 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:18.295 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:18.296 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.296 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:18 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1683534823' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.362 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: Reconfiguring mon.a (unknown last config time)... 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: Reconfiguring daemon mon.a on smithi078 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: Reconfiguring mon.b (monmap changed)... 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: Reconfiguring daemon mon.b on smithi088 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.363 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:18 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/1683534823' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.375 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-20T19:58:18.375 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:58:18.375 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2023-11-20T19:58:18.405 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:58:18.405 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:58:18.412 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: Reconfiguring mon.a (unknown last config time)... 2023-11-20T19:58:18.412 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: Reconfiguring daemon mon.a on smithi078 2023-11-20T19:58:18.412 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.412 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: Reconfiguring mon.b (monmap changed)... 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: Reconfiguring daemon mon.b on smithi088 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.413 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:18 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/1683534823' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:18.473 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:58:18.473 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2023-11-20T19:58:18.503 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:58:18.503 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:58:18.572 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:58:18.572 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2023-11-20T19:58:18.601 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:58:18.601 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:58:18.679 INFO:tasks.cephadm:Adding mgr.a on smithi078 2023-11-20T19:58:18.679 INFO:tasks.cephadm:Adding mgr.b on smithi088 2023-11-20T19:58:18.680 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch apply mgr '2;smithi078=a;smithi088=b' 2023-11-20T19:58:18.973 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.c/config 2023-11-20T19:58:19.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:19.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: Reconfiguring mon.c (monmap changed)... 2023-11-20T19:58:19.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: Reconfiguring daemon mon.c on smithi150 2023-11-20T19:58:19.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:19.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:19.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:19.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:19 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: Reconfiguring mon.c (monmap changed)... 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: Reconfiguring daemon mon.c on smithi150 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:19.452 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:19 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: Reconfiguring mon.c (monmap changed)... 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: Reconfiguring daemon mon.c on smithi150 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:19.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:19 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:20.080 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mgr update... 2023-11-20T19:58:20.467 DEBUG:teuthology.orchestra.run.smithi088:mgr.b> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.b.service 2023-11-20T19:58:20.469 INFO:tasks.cephadm:Deploying OSDs... 2023-11-20T19:58:20.469 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-11-20T19:58:20.469 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-11-20T19:58:20.491 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-20T19:58:20.491 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2023-11-20T19:58:20.496 INFO:journalctl@ceph.mgr.b.smithi088.stdout:-- Logs begin at Mon 2023-11-20 18:23:08 UTC. -- 2023-11-20T19:58:20.553 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-20T19:58:20.553 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 391951 Links: 1 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-20 19:57:39.435151957 +0000 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-20 18:42:59.356201763 +0000 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-20 18:42:59.356201763 +0000 2023-11-20T19:58:20.554 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-20T19:58:20.554 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-20T19:58:20.625 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-20T19:58:20.625 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-20T19:58:20.625 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000330279 s, 1.6 MB/s 2023-11-20T19:58:20.626 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-20T19:58:20.689 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2023-11-20T19:58:20.750 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-20T19:58:20.750 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:20.750 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 395679 Links: 1 2023-11-20T19:58:20.750 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:20.750 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:20.750 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-20 19:57:39.494150918 +0000 2023-11-20T19:58:20.751 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-20 18:42:59.849193169 +0000 2023-11-20T19:58:20.751 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-20 18:42:59.849193169 +0000 2023-11-20T19:58:20.751 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-20T19:58:20.751 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-20T19:58:20.819 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-20T19:58:20.819 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-20T19:58:20.819 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000225626 s, 2.3 MB/s 2023-11-20T19:58:20.820 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-20T19:58:20.880 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2023-11-20T19:58:20.939 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 398446 Links: 1 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-20 19:57:39.546150002 +0000 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-20 18:43:00.361184245 +0000 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-20 18:43:00.361184245 +0000 2023-11-20T19:58:20.940 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-20T19:58:20.940 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-20T19:58:21.006 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-20T19:58:21.006 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-20T19:58:21.006 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000200403 s, 2.6 MB/s 2023-11-20T19:58:21.007 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-20T19:58:21.066 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2023-11-20T19:58:21.124 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-20T19:58:21.124 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 392191 Links: 1 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-11-20 19:57:39.610148875 +0000 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-11-20 18:43:00.846175790 +0000 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-11-20 18:43:00.846175790 +0000 2023-11-20T19:58:21.125 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-11-20T19:58:21.125 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-20T19:58:21.168 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:21.168 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi088=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:21.168 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: Saving service mgr spec with placement smithi078=a;smithi088=b;count:2 2023-11-20T19:58:21.168 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:21.168 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:21.169 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mon[117565]: Deploying daemon mgr.b on smithi088 2023-11-20T19:58:21.190 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-11-20T19:58:21.190 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-11-20T19:58:21.190 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000234385 s, 2.2 MB/s 2023-11-20T19:58:21.191 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-20T19:58:21.250 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-20T19:58:21.250 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-11-20T19:58:21.269 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-20T19:58:21.269 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2023-11-20T19:58:21.329 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-20T19:58:21.329 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:21.329 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 397375 Links: 1 2023-11-20T19:58:21.329 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:21.329 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:21.330 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-20 19:58:21.217682552 +0000 2023-11-20T19:58:21.330 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-20 18:47:07.382970286 +0000 2023-11-20T19:58:21.330 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-20 18:47:07.382970286 +0000 2023-11-20T19:58:21.330 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-20T19:58:21.330 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-20T19:58:21.400 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-20T19:58:21.400 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-20T19:58:21.400 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000241498 s, 2.1 MB/s 2023-11-20T19:58:21.401 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-20T19:58:21.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:21 smithi088 systemd[1]: Starting Ceph mgr.b for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:58:21.459 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2023-11-20T19:58:21.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:21.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi088=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:21.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: Saving service mgr spec with placement smithi078=a;smithi088=b;count:2 2023-11-20T19:58:21.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:21.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:21.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:21.477 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:21 smithi078 ceph-mon[112512]: Deploying daemon mgr.b on smithi088 2023-11-20T19:58:21.517 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 396471 Links: 1 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-20 19:58:21.217682552 +0000 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-20 18:47:07.881960185 +0000 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-20 18:47:07.881960185 +0000 2023-11-20T19:58:21.518 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-20T19:58:21.518 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-20T19:58:21.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:21.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi078=a;smithi088=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:21.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: Saving service mgr spec with placement smithi078=a;smithi088=b;count:2 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:21.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:21 smithi150 ceph-mon[117246]: Deploying daemon mgr.b on smithi088 2023-11-20T19:58:21.584 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-20T19:58:21.584 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-20T19:58:21.584 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000189026 s, 2.7 MB/s 2023-11-20T19:58:21.585 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-20T19:58:21.645 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 398391 Links: 1 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-20 19:58:21.217682552 +0000 2023-11-20T19:58:21.704 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-20 18:47:08.369950306 +0000 2023-11-20T19:58:21.705 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-20 18:47:08.369950306 +0000 2023-11-20T19:58:21.705 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-20T19:58:21.705 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-20T19:58:21.768 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-mgr[118999]: -- 172.21.15.88:0/1950036527 <== mon.2 v2:172.21.15.88:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558c250741a0 con 0x558c2504b000 2023-11-20T19:58:21.768 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:21 smithi088 bash[118886]: e0e433080cf3400b086d164d9027ed165c832154d4c4d17a12db475323237bb2 2023-11-20T19:58:21.768 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:21 smithi088 systemd[1]: Started Ceph mgr.b for d1b6b660-87de-11ee-959e-87774f69a715. 2023-11-20T19:58:21.769 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:21.739+0000 7f0596e2f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-20T19:58:21.771 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-20T19:58:21.771 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-20T19:58:21.771 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000195302 s, 2.6 MB/s 2023-11-20T19:58:21.772 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-20T19:58:21.830 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2023-11-20T19:58:21.893 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 400464 Links: 1 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-11-20 19:58:21.217682552 +0000 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-11-20 18:47:08.880939962 +0000 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-11-20 18:47:08.880939962 +0000 2023-11-20T19:58:21.894 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-11-20T19:58:21.894 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-20T19:58:21.961 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-11-20T19:58:21.961 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-11-20T19:58:21.961 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000216923 s, 2.4 MB/s 2023-11-20T19:58:21.962 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-20T19:58:22.021 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-11-20T19:58:22.021 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2023-11-20T19:58:22.042 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-20T19:58:22.042 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2023-11-20T19:58:22.103 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-20T19:58:22.103 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:22.103 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 385897 Links: 1 2023-11-20T19:58:22.103 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:22.104 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:22.104 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-11-20 19:58:01.270841899 +0000 2023-11-20T19:58:22.104 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-11-20 18:42:54.348660862 +0000 2023-11-20T19:58:22.104 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-11-20 18:42:54.348660862 +0000 2023-11-20T19:58:22.104 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-11-20T19:58:22.104 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-20T19:58:22.174 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-11-20T19:58:22.174 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-11-20T19:58:22.174 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000294399 s, 1.7 MB/s 2023-11-20T19:58:22.176 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-20T19:58:22.199 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:21 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:21.920+0000 7f0596e2f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-20T19:58:22.237 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2023-11-20T19:58:22.297 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-20T19:58:22.297 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:22.297 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 390567 Links: 1 2023-11-20T19:58:22.297 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:22.298 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:22.298 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-11-20 19:58:01.270841899 +0000 2023-11-20T19:58:22.298 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-11-20 18:42:54.851650875 +0000 2023-11-20T19:58:22.298 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-11-20 18:42:54.851650875 +0000 2023-11-20T19:58:22.298 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-11-20T19:58:22.298 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-20T19:58:22.366 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-11-20T19:58:22.366 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-11-20T19:58:22.366 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000215426 s, 2.4 MB/s 2023-11-20T19:58:22.367 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-20T19:58:22.427 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2023-11-20T19:58:22.485 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-20T19:58:22.485 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:22.485 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 387607 Links: 1 2023-11-20T19:58:22.486 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:22.486 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:22.486 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-11-20 19:58:01.270841899 +0000 2023-11-20T19:58:22.486 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-11-20 18:42:55.364640689 +0000 2023-11-20T19:58:22.486 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-11-20 18:42:55.364640689 +0000 2023-11-20T19:58:22.486 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-11-20T19:58:22.486 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-20T19:58:22.552 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-11-20T19:58:22.552 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-11-20T19:58:22.552 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000275146 s, 1.9 MB/s 2023-11-20T19:58:22.553 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-20T19:58:22.612 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 6h/6d Inode: 390690 Links: 1 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2023-11-20 19:58:01.270841899 +0000 2023-11-20T19:58:22.670 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2023-11-20 18:42:55.856630921 +0000 2023-11-20T19:58:22.671 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2023-11-20 18:42:55.856630921 +0000 2023-11-20T19:58:22.671 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2023-11-20T19:58:22.671 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-20T19:58:22.686 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:22.288+0000 7f0596e2f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-20T19:58:22.736 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2023-11-20T19:58:22.736 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2023-11-20T19:58:22.736 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000216197 s, 2.4 MB/s 2023-11-20T19:58:22.737 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-20T19:58:22.796 INFO:tasks.cephadm:Deploying osd.0 on smithi078 with /dev/vg_nvme/lv_4... 2023-11-20T19:58:22.796 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-20T19:58:22.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:22.830+0000 7f0596e2f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-20T19:58:22.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:22.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:22.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:22 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:22.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:22 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:23.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:23.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:23.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:22 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:23.056 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:58:23.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:23.054+0000 7f0596e2f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-20T19:58:23.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:23.475+0000 7f0596e2f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-20T19:58:23.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:23.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: Reconfiguring mgr.a (unknown last config time)... 2023-11-20T19:58:23.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-20T19:58:23.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-20T19:58:23.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:23.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:23 smithi088 ceph-mon[117565]: Reconfiguring daemon mgr.a on smithi078 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: Reconfiguring mgr.a (unknown last config time)... 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:23.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:23 smithi078 ceph-mon[112512]: Reconfiguring daemon mgr.a on smithi078 2023-11-20T19:58:24.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:24.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:24.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:24.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: Reconfiguring mgr.a (unknown last config time)... 2023-11-20T19:58:24.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-20T19:58:24.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-20T19:58:24.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:24.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:23 smithi150 ceph-mon[117246]: Reconfiguring daemon mgr.a on smithi078 2023-11-20T19:58:24.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:24 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:24.177+0000 7f0596e2f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-20T19:58:24.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:24 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:24.265+0000 7f0596e2f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-20T19:58:24.559 INFO:teuthology.orchestra.run.smithi078.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-20T19:58:24.559 INFO:teuthology.orchestra.run.smithi078.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-20T19:58:24.559 INFO:teuthology.orchestra.run.smithi078.stderr: stderr: 10+0 records in 2023-11-20T19:58:24.559 INFO:teuthology.orchestra.run.smithi078.stderr:10+0 records out 2023-11-20T19:58:24.560 INFO:teuthology.orchestra.run.smithi078.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112517 s, 932 MB/s 2023-11-20T19:58:24.560 INFO:teuthology.orchestra.run.smithi078.stderr:--> Zapping successful for: 2023-11-20T19:58:24.942 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi078:vg_nvme/lv_4 2023-11-20T19:58:25.109 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:24 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:24.852+0000 7f0596e2f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-20T19:58:25.109 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:24 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:24.934+0000 7f0596e2f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-20T19:58:25.109 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.022+0000 7f0596e2f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-20T19:58:25.196 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:58:25.409 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:25.409 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.409 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.409 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:25.409 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:25.409 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:25.410 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:25 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.428 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.115+0000 7f0596e2f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-20T19:58:25.428 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.337+0000 7f0596e2f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-20T19:58:25.428 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:25.428 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.428 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.429 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:25.429 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:25.429 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:25.429 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:25.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:25.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:25.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:25.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:25 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:25.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.428+0000 7f0596e2f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-20T19:58:25.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.642+0000 7f0596e2f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-20T19:58:26.003 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.736+0000 7f0596e2f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-20T19:58:26.003 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:25 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:25.917+0000 7f0596e2f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-20T19:58:26.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:26 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:26.002+0000 7f0596e2f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-20T19:58:27.112 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:26 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:26.745+0000 7f0596e2f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-20T19:58:27.112 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:26 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:26.937+0000 7f0596e2f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-20T19:58:27.276 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:27 smithi078 ceph-mon[112512]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:27.276 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:27.276 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:27.276 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:27 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:27.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:27.113+0000 7f0596e2f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:58:27.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-mon[117565]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:27.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:27.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:27.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:27.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:27 smithi150 ceph-mon[117246]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:27.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:27 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:27.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:27 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:27.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:27 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:28.121 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:27.760+0000 7f0596e2f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-20T19:58:28.121 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:27 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:27.941+0000 7f0596e2f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:58:28.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:28.121+0000 7f0596e2f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-20T19:58:28.449 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:58:28.234+0000 7f0596e2f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-20T19:58:28.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-mon[117565]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:28.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/1949229055' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6551a2b1-677e-4531-ab5a-34222bc1ef9a"}]: dispatch 2023-11-20T19:58:28.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/1949229055' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6551a2b1-677e-4531-ab5a-34222bc1ef9a"}]': finished 2023-11-20T19:58:28.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-mon[117565]: osdmap e5: 1 total, 0 up, 1 in 2023-11-20T19:58:28.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:28 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:28.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:28 smithi078 ceph-mon[112512]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:28.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:28 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1949229055' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6551a2b1-677e-4531-ab5a-34222bc1ef9a"}]: dispatch 2023-11-20T19:58:28.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:28 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1949229055' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6551a2b1-677e-4531-ab5a-34222bc1ef9a"}]': finished 2023-11-20T19:58:28.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:28 smithi078 ceph-mon[112512]: osdmap e5: 1 total, 0 up, 1 in 2023-11-20T19:58:28.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:28 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:28.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:28 smithi150 ceph-mon[117246]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:28.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:28 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/1949229055' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6551a2b1-677e-4531-ab5a-34222bc1ef9a"}]: dispatch 2023-11-20T19:58:28.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:28 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/1949229055' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6551a2b1-677e-4531-ab5a-34222bc1ef9a"}]': finished 2023-11-20T19:58:28.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:28 smithi150 ceph-mon[117246]: osdmap e5: 1 total, 0 up, 1 in 2023-11-20T19:58:28.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:28 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:29.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:29.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: Standby manager daemon b started 2023-11-20T19:58:29.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-20T19:58:29.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-20T19:58:29.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-20T19:58:29.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-20T19:58:29.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:29 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/472145600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: Standby manager daemon b started 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-20T19:58:29.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:29 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/472145600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:58:29.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:29.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: Standby manager daemon b started 2023-11-20T19:58:29.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-20T19:58:29.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-20T19:58:29.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-20T19:58:29.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/1497749801' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-20T19:58:29.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:29 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/472145600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:58:30.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:30 smithi088 ceph-mon[117565]: mgrmap e14: a(active, since 61s), standbys: b 2023-11-20T19:58:30.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:30 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-20T19:58:30.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:30 smithi078 ceph-mon[112512]: mgrmap e14: a(active, since 61s), standbys: b 2023-11-20T19:58:30.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:30 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-20T19:58:30.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:30 smithi150 ceph-mon[117246]: mgrmap e14: a(active, since 61s), standbys: b 2023-11-20T19:58:30.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:30 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-20T19:58:31.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:31 smithi088 ceph-mon[117565]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:31.476 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:31 smithi078 ceph-mon[112512]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:31.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:31 smithi150 ceph-mon[117246]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:33.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:33 smithi078 ceph-mon[112512]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:33.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:33 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-20T19:58:33.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:33 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:33.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:33 smithi088 ceph-mon[117565]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:33.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:33 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-20T19:58:33.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:33 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:33.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:33 smithi150 ceph-mon[117246]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:33.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:33 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-20T19:58:33.522 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:33 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:34.399 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:34 smithi078 ceph-mon[112512]: Deploying daemon osd.0 on smithi078 2023-11-20T19:58:34.450 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:34 smithi088 ceph-mon[117565]: Deploying daemon osd.0 on smithi078 2023-11-20T19:58:34.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:34 smithi150 ceph-mon[117246]: Deploying daemon osd.0 on smithi078 2023-11-20T19:58:35.333 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:35 smithi078 ceph-mon[112512]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:35.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:35 smithi088 ceph-mon[117565]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:35.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:35 smithi150 ceph-mon[117246]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:36.438 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:36 smithi078 ceph-mon[112512]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:36.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:36 smithi088 ceph-mon[117565]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:36.521 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:36 smithi150 ceph-mon[117246]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:37.676 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:37 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.676 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:37 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.676 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:37 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:37.676 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:37 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.676 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:37 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:37 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:37 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:37 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:37.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:37 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.772 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:37 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:37 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:37 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:37 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:37.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:37 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:37.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:37 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:38.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:38 smithi078 ceph-mon[112512]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:38.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:38 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:38.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:38 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:38.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:38 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:38.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:38 smithi150 ceph-mon[117246]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:38.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:38 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:38.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:38 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:38.772 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:38 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:38.786 INFO:teuthology.orchestra.run.smithi078.stdout:Created osd(s) 0 on host 'smithi078' 2023-11-20T19:58:38.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:38 smithi088 ceph-mon[117565]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:38.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:38 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:38.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:38 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:38.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:38 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:39.179 DEBUG:teuthology.orchestra.run.smithi078:osd.0> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.0.service 2023-11-20T19:58:39.181 INFO:tasks.cephadm:Deploying osd.1 on smithi088 with /dev/vg_nvme/lv_4... 2023-11-20T19:58:39.182 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-20T19:58:39.214 INFO:journalctl@ceph.osd.0.smithi078.stdout:-- Logs begin at Mon 2023-11-20 18:23:00 UTC. -- 2023-11-20T19:58:39.444 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.b/config 2023-11-20T19:58:39.876 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:39 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:39.876 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:39 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:39.876 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:39 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:39.876 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:39 smithi088 ceph-mon[117565]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-20T19:58:39.930 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:58:39 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0[130320]: 2023-11-20T19:58:39.687+0000 7ff289554640 -1 osd.0 0 log_to_monitors true 2023-11-20T19:58:39.931 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:39 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:39.931 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:39 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:39.931 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:39 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:39.931 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:39 smithi078 ceph-mon[112512]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-20T19:58:40.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:39 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:40.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:39 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:40.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:39 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:40.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:39 smithi150 ceph-mon[117246]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-20T19:58:40.648 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-20T19:58:40.649 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-20T19:58:40.649 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2023-11-20T19:58:40.649 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2023-11-20T19:58:40.649 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0193511 s, 542 MB/s 2023-11-20T19:58:40.649 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2023-11-20T19:58:40.831 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:40 smithi088 ceph-mon[117565]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-20T19:58:40.831 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:40 smithi088 ceph-mon[117565]: osdmap e6: 1 total, 0 up, 1 in 2023-11-20T19:58:40.831 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:40 smithi088 ceph-mon[117565]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-20T19:58:40.831 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:40 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:40.831 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:40 smithi088 ceph-mon[117565]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:40.999 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2023-11-20T19:58:41.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:40 smithi150 ceph-mon[117246]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-20T19:58:41.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:40 smithi150 ceph-mon[117246]: osdmap e6: 1 total, 0 up, 1 in 2023-11-20T19:58:41.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:40 smithi150 ceph-mon[117246]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-20T19:58:41.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:40 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:41.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:40 smithi150 ceph-mon[117246]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:41.075 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0[130320]: 2023-11-20T19:58:40.754+0000 7ff27ebcb700 -1 osd.0 0 waiting for initial osdmap 2023-11-20T19:58:41.075 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0[130320]: 2023-11-20T19:58:40.758+0000 7ff27a9c5700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-20T19:58:41.076 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-mon[112512]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-20T19:58:41.076 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-mon[112512]: osdmap e6: 1 total, 0 up, 1 in 2023-11-20T19:58:41.076 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-mon[112512]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-11-20T19:58:41.076 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:41.076 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:40 smithi078 ceph-mon[112512]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:41.252 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.b/config 2023-11-20T19:58:41.932 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-20T19:58:41.933 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: osdmap e7: 1 total, 0 up, 1 in 2023-11-20T19:58:41.933 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:41.933 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:41.934 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:41.934 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:41.934 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:41.934 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:41.934 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:41.934 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:41.935 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:41 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: osdmap e7: 1 total, 0 up, 1 in 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:42.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:42.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:41 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-11-20T19:58:42.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: osdmap e7: 1 total, 0 up, 1 in 2023-11-20T19:58:42.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:42.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:42.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:41 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:43.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: purged_snaps scrub starts 2023-11-20T19:58:43.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: purged_snaps scrub ok 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: Detected new or changed devices on smithi078 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: Adjusting osd_memory_target on smithi078 to 17122M 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446] boot 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: osdmap e8: 1 total, 1 up, 1 in 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:43.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:43.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:43.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:42 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:43.075 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: purged_snaps scrub starts 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: purged_snaps scrub ok 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: Detected new or changed devices on smithi078 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: Adjusting osd_memory_target on smithi078 to 17122M 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446] boot 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: osdmap e8: 1 total, 1 up, 1 in 2023-11-20T19:58:43.076 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:43.077 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:43.077 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:43.077 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:43.077 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:42 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:43.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: purged_snaps scrub starts 2023-11-20T19:58:43.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: purged_snaps scrub ok 2023-11-20T19:58:43.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: Detected new or changed devices on smithi078 2023-11-20T19:58:43.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: Adjusting osd_memory_target on smithi078 to 17122M 2023-11-20T19:58:43.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: osd.0 [v2:172.21.15.78:6802/3312987446,v1:172.21.15.78:6803/3312987446] boot 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: osdmap e8: 1 total, 1 up, 1 in 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:43.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:42 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:44.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:43 smithi150 ceph-mon[117246]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:44.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:43 smithi150 ceph-mon[117246]: osdmap e9: 1 total, 1 up, 1 in 2023-11-20T19:58:44.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:43 smithi088 ceph-mon[117565]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:44.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:43 smithi088 ceph-mon[117565]: osdmap e9: 1 total, 1 up, 1 in 2023-11-20T19:58:44.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:43 smithi078 ceph-mon[112512]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:44.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:43 smithi078 ceph-mon[112512]: osdmap e9: 1 total, 1 up, 1 in 2023-11-20T19:58:45.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:45.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: from='client.? 172.21.15.88:0/768442999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]: dispatch 2023-11-20T19:58:45.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]: dispatch 2023-11-20T19:58:45.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]': finished 2023-11-20T19:58:45.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: osdmap e10: 2 total, 1 up, 2 in 2023-11-20T19:58:45.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:45.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:44 smithi088 ceph-mon[117565]: from='client.? 172.21.15.88:0/4193087945' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: from='client.? 172.21.15.88:0/768442999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]: dispatch 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]: dispatch 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]': finished 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: osdmap e10: 2 total, 1 up, 2 in 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:45.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:44 smithi078 ceph-mon[112512]: from='client.? 172.21.15.88:0/4193087945' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:58:45.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:45.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: from='client.? 172.21.15.88:0/768442999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]: dispatch 2023-11-20T19:58:45.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]: dispatch 2023-11-20T19:58:45.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d00f97c8-4923-4298-b1f5-3077bd6fabe2"}]': finished 2023-11-20T19:58:45.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: osdmap e10: 2 total, 1 up, 2 in 2023-11-20T19:58:45.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:45.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:44 smithi150 ceph-mon[117246]: from='client.? 172.21.15.88:0/4193087945' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:58:47.163 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:46 smithi088 ceph-mon[117565]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:47.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:46 smithi078 ceph-mon[112512]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:47.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:46 smithi150 ceph-mon[117246]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:48.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:48 smithi088 ceph-mon[117565]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:49.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:48 smithi078 ceph-mon[112512]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:49.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:48 smithi150 ceph-mon[117246]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:50.062 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:49 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-20T19:58:50.062 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:49 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:50.063 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:49 smithi088 ceph-mon[117565]: Deploying daemon osd.1 on smithi088 2023-11-20T19:58:50.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:49 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-20T19:58:50.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:49 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:50.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:49 smithi078 ceph-mon[112512]: Deploying daemon osd.1 on smithi088 2023-11-20T19:58:50.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:49 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-20T19:58:50.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:49 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:50.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:49 smithi150 ceph-mon[117246]: Deploying daemon osd.1 on smithi088 2023-11-20T19:58:50.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:50 smithi088 ceph-mon[117565]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:51.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:50 smithi078 ceph-mon[112512]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:51.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:50 smithi150 ceph-mon[117246]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:53.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:52 smithi088 ceph-mon[117565]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:53.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:52 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:53.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:52 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:53.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:52 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:52 smithi078 ceph-mon[112512]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:52 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:52 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:52 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:53.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:52 smithi150 ceph-mon[117246]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:53.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:52 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:53.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:52 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:53.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:52 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:54.513 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 1 on host 'smithi088' 2023-11-20T19:58:54.906 DEBUG:teuthology.orchestra.run.smithi088:osd.1> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.1.service 2023-11-20T19:58:54.909 INFO:tasks.cephadm:Deploying osd.2 on smithi150 with /dev/vg_nvme/lv_4... 2023-11-20T19:58:54.909 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-20T19:58:54.938 INFO:journalctl@ceph.osd.1.smithi088.stdout:-- Logs begin at Mon 2023-11-20 18:23:08 UTC. -- 2023-11-20T19:58:55.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:54 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:55.024 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.024 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.024 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:55.024 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:55.025 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:55.025 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.025 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.025 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.025 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:54 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:55.172 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.c/config 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:55.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:54 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:58:55.863 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:58:55 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1[122108]: 2023-11-20T19:58:55.707+0000 7fa378bb2640 -1 osd.1 0 log_to_monitors true 2023-11-20T19:58:56.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:55 smithi150 ceph-mon[117246]: from='osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-20T19:58:56.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:55 smithi150 ceph-mon[117246]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-20T19:58:56.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:55 smithi088 ceph-mon[117565]: from='osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-20T19:58:56.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:55 smithi088 ceph-mon[117565]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-20T19:58:56.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:55 smithi078 ceph-mon[112512]: from='osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-20T19:58:56.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:55 smithi078 ceph-mon[112512]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-20T19:58:56.372 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-20T19:58:56.373 INFO:teuthology.orchestra.run.smithi150.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-20T19:58:56.373 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10+0 records in 2023-11-20T19:58:56.373 INFO:teuthology.orchestra.run.smithi150.stderr:10+0 records out 2023-11-20T19:58:56.373 INFO:teuthology.orchestra.run.smithi150.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109818 s, 955 MB/s 2023-11-20T19:58:56.373 INFO:teuthology.orchestra.run.smithi150.stderr:--> Zapping successful for: 2023-11-20T19:58:56.739 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi150:vg_nvme/lv_4 2023-11-20T19:58:56.998 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.c/config 2023-11-20T19:58:57.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:57.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-20T19:58:57.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: osdmap e11: 2 total, 1 up, 2 in 2023-11-20T19:58:57.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:57.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-20T19:58:57.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-20T19:58:57.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:57.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:57.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:57.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:56 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.199 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1[122108]: 2023-11-20T19:58:56.879+0000 7fa36e229700 -1 osd.1 0 waiting for initial osdmap 2023-11-20T19:58:57.199 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1[122108]: 2023-11-20T19:58:56.881+0000 7fa369021700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-20T19:58:57.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:57.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-20T19:58:57.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: osdmap e11: 2 total, 1 up, 2 in 2023-11-20T19:58:57.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:57.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-20T19:58:57.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:57.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:56 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:57.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-20T19:58:57.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: osdmap e11: 2 total, 1 up, 2 in 2023-11-20T19:58:57.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:58:57.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:56 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:58:58.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:57 smithi088 ceph-mon[117565]: Detected new or changed devices on smithi088 2023-11-20T19:58:58.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:57 smithi088 ceph-mon[117565]: Adjusting osd_memory_target on smithi088 to 17122M 2023-11-20T19:58:58.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:57 smithi088 ceph-mon[117565]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-20T19:58:58.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:57 smithi088 ceph-mon[117565]: osdmap e12: 2 total, 1 up, 2 in 2023-11-20T19:58:58.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:57 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:58.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:57 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:58.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:57 smithi078 ceph-mon[112512]: Detected new or changed devices on smithi088 2023-11-20T19:58:58.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:57 smithi078 ceph-mon[112512]: Adjusting osd_memory_target on smithi088 to 17122M 2023-11-20T19:58:58.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:57 smithi078 ceph-mon[112512]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-20T19:58:58.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:57 smithi078 ceph-mon[112512]: osdmap e12: 2 total, 1 up, 2 in 2023-11-20T19:58:58.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:57 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:58.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:57 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:58.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:57 smithi150 ceph-mon[117246]: Detected new or changed devices on smithi088 2023-11-20T19:58:58.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:57 smithi150 ceph-mon[117246]: Adjusting osd_memory_target on smithi088 to 17122M 2023-11-20T19:58:58.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:57 smithi150 ceph-mon[117246]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-11-20T19:58:58.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:57 smithi150 ceph-mon[117246]: osdmap e12: 2 total, 1 up, 2 in 2023-11-20T19:58:58.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:57 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:58.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:57 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: purged_snaps scrub starts 2023-11-20T19:58:59.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: purged_snaps scrub ok 2023-11-20T19:58:59.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:59.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042] boot 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: osdmap e13: 2 total, 2 up, 2 in 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:59.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:58 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: purged_snaps scrub starts 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: purged_snaps scrub ok 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042] boot 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: osdmap e13: 2 total, 2 up, 2 in 2023-11-20T19:58:59.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:59.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:59.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:59.227 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:58 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: purged_snaps scrub starts 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: purged_snaps scrub ok 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: osd.1 [v2:172.21.15.88:6800/3646255042,v1:172.21.15.88:6801/3646255042] boot 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: osdmap e13: 2 total, 2 up, 2 in 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-20T19:58:59.248 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-20T19:58:59.249 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:58 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:00.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:59 smithi088 ceph-mon[117565]: osdmap e14: 2 total, 2 up, 2 in 2023-11-20T19:59:00.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:59 smithi088 ceph-mon[117565]: from='client.? 172.21.15.150:0/2952908923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]: dispatch 2023-11-20T19:59:00.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:59 smithi088 ceph-mon[117565]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]: dispatch 2023-11-20T19:59:00.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:59 smithi088 ceph-mon[117565]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]': finished 2023-11-20T19:59:00.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:59 smithi088 ceph-mon[117565]: osdmap e15: 3 total, 2 up, 3 in 2023-11-20T19:59:00.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:58:59 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:00.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:59 smithi078 ceph-mon[112512]: osdmap e14: 2 total, 2 up, 2 in 2023-11-20T19:59:00.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:59 smithi078 ceph-mon[112512]: from='client.? 172.21.15.150:0/2952908923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]: dispatch 2023-11-20T19:59:00.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:59 smithi078 ceph-mon[112512]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]: dispatch 2023-11-20T19:59:00.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:59 smithi078 ceph-mon[112512]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]': finished 2023-11-20T19:59:00.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:59 smithi078 ceph-mon[112512]: osdmap e15: 3 total, 2 up, 3 in 2023-11-20T19:59:00.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:58:59 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:00.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:59 smithi150 ceph-mon[117246]: osdmap e14: 2 total, 2 up, 2 in 2023-11-20T19:59:00.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:59 smithi150 ceph-mon[117246]: from='client.? 172.21.15.150:0/2952908923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]: dispatch 2023-11-20T19:59:00.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:59 smithi150 ceph-mon[117246]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]: dispatch 2023-11-20T19:59:00.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:59 smithi150 ceph-mon[117246]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e901a7a0-5f3d-4e00-be68-c1ea19808a92"}]': finished 2023-11-20T19:59:00.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:59 smithi150 ceph-mon[117246]: osdmap e15: 3 total, 2 up, 3 in 2023-11-20T19:59:00.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:58:59 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:01.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:00 smithi088 ceph-mon[117565]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:01.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:00 smithi088 ceph-mon[117565]: from='client.? 172.21.15.150:0/1712422486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:59:01.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:00 smithi078 ceph-mon[112512]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:01.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:00 smithi078 ceph-mon[112512]: from='client.? 172.21.15.150:0/1712422486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:59:01.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:00 smithi150 ceph-mon[117246]: pgmap v50: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:01.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:00 smithi150 ceph-mon[117246]: from='client.? 172.21.15.150:0/1712422486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-20T19:59:03.014 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:02 smithi150 ceph-mon[117246]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:03.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:02 smithi088 ceph-mon[117565]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:03.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:02 smithi078 ceph-mon[112512]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:05.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:04 smithi150 ceph-mon[117246]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:05.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:04 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-20T19:59:05.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:04 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:05.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:04 smithi088 ceph-mon[117565]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:05.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:04 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-20T19:59:05.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:04 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:05.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:04 smithi078 ceph-mon[112512]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:05.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:04 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-20T19:59:05.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:04 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:06.196 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:05 smithi150 ceph-mon[117246]: Deploying daemon osd.2 on smithi150 2023-11-20T19:59:06.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:05 smithi088 ceph-mon[117565]: Deploying daemon osd.2 on smithi150 2023-11-20T19:59:06.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:05 smithi078 ceph-mon[112512]: Deploying daemon osd.2 on smithi150 2023-11-20T19:59:07.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:06 smithi150 ceph-mon[117246]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:07.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:06 smithi088 ceph-mon[117565]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:07.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:06 smithi078 ceph-mon[112512]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:09.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:08 smithi088 ceph-mon[117565]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:09.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:08 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:09.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:08 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:09.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:08 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:09.202 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:08 smithi150 ceph-mon[117246]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:09.202 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:08 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:09.202 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:08 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:09.202 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:08 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:09.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:08 smithi078 ceph-mon[112512]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:09.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:08 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:09.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:08 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:09.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:08 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:10.576 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 2 on host 'smithi150' 2023-11-20T19:59:11.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:11.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:11.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:11.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:10 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:11.053 DEBUG:teuthology.orchestra.run.smithi150:osd.2> sudo journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.2.service 2023-11-20T19:59:11.056 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-11-20T19:59:11.056 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-20T19:59:11.086 INFO:journalctl@ceph.osd.2.smithi150.stdout:-- Logs begin at Mon 2023-11-20 18:22:57 UTC. -- 2023-11-20T19:59:11.090 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.090 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.090 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:11.090 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:11.091 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:11.091 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.091 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.091 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.091 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:10 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:11.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:11.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:10 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:11.326 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:11.681 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:11 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2[121746]: 2023-11-20T19:59:11.591+0000 7f7e2a45e640 -1 osd.2 0 log_to_monitors true 2023-11-20T19:59:12.010 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:11 smithi078 ceph-mon[112512]: from='osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-20T19:59:12.011 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:11 smithi078 ceph-mon[112512]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-20T19:59:12.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:11 smithi150 ceph-mon[117246]: from='osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-20T19:59:12.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:11 smithi150 ceph-mon[117246]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-20T19:59:12.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:11 smithi088 ceph-mon[117565]: from='osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-20T19:59:12.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:11 smithi088 ceph-mon[117565]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-20T19:59:12.380 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:12.794 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1700510337,"num_in_osds":3,"osd_in_since":1700510339,"num_remapped_pgs":0} 2023-11-20T19:59:12.837 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2[121746]: 2023-11-20T19:59:12.771+0000 7f7e1fad5700 -1 osd.2 0 waiting for initial osdmap 2023-11-20T19:59:12.837 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2[121746]: 2023-11-20T19:59:12.775+0000 7f7e178c7700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-20T19:59:12.837 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-20T19:59:12.838 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: osdmap e16: 3 total, 2 up, 3 in 2023-11-20T19:59:12.838 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:12.838 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: from='osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-11-20T19:59:12.838 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-11-20T19:59:12.838 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:12.838 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:12 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3171002758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: osdmap e16: 3 total, 2 up, 3 in 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: from='osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:12.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:12 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3171002758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-20T19:59:13.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-20T19:59:13.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: osdmap e16: 3 total, 2 up, 3 in 2023-11-20T19:59:13.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:13.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: from='osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-11-20T19:59:13.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]: dispatch 2023-11-20T19:59:13.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-20T19:59:13.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:12 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3171002758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-20T19:59:13.795 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-20T19:59:14.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-11-20T19:59:14.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: osdmap e17: 3 total, 2 up, 3 in 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: Detected new or changed devices on smithi150 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: Adjusting osd_memory_target on smithi150 to 21218M 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:14.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:13 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.058 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:14.198 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-11-20T19:59:14.198 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: osdmap e17: 3 total, 2 up, 3 in 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: Detected new or changed devices on smithi150 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: Adjusting osd_memory_target on smithi150 to 21218M 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:14.199 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:13 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: osdmap e17: 3 total, 2 up, 3 in 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: Detected new or changed devices on smithi150 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-20T19:59:14.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: Adjusting osd_memory_target on smithi150 to 21218M 2023-11-20T19:59:14.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:14.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:14.201 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:13 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: purged_snaps scrub starts 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: purged_snaps scrub ok 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504] boot 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: osdmap e18: 3 total, 3 up, 3 in 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: pgmap v61: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:14.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:14 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-11-20T19:59:15.089 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:15.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: purged_snaps scrub starts 2023-11-20T19:59:15.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: purged_snaps scrub ok 2023-11-20T19:59:15.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504] boot 2023-11-20T19:59:15.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: osdmap e18: 3 total, 3 up, 3 in 2023-11-20T19:59:15.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:15.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: pgmap v61: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:15.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:14 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-11-20T19:59:15.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: purged_snaps scrub starts 2023-11-20T19:59:15.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: purged_snaps scrub ok 2023-11-20T19:59:15.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: osd.2 [v2:172.21.15.150:6800/1949813504,v1:172.21.15.150:6801/1949813504] boot 2023-11-20T19:59:15.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: osdmap e18: 3 total, 3 up, 3 in 2023-11-20T19:59:15.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:15.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: pgmap v61: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:15.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:14 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-11-20T19:59:15.435 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1700510353,"num_in_osds":3,"osd_in_since":1700510339,"num_remapped_pgs":0} 2023-11-20T19:59:15.435 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-20T19:59:15.686 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:16.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-11-20T19:59:16.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:15 smithi078 ceph-mon[112512]: osdmap e19: 3 total, 3 up, 3 in 2023-11-20T19:59:16.110 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:15 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-20T19:59:16.111 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:15 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1603169981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-20T19:59:16.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-11-20T19:59:16.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:15 smithi088 ceph-mon[117565]: osdmap e19: 3 total, 3 up, 3 in 2023-11-20T19:59:16.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:15 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-20T19:59:16.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:15 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/1603169981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-20T19:59:16.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-11-20T19:59:16.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:15 smithi150 ceph-mon[117246]: osdmap e19: 3 total, 3 up, 3 in 2023-11-20T19:59:16.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:15 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-20T19:59:16.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:15 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/1603169981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-20T19:59:16.372 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135240]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-20T19:59:16.373 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135240]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:16.373 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135240]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:16.373 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135240]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:16.726 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135266]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-20T19:59:16.726 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135266]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:16.726 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135266]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:16.726 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:16 smithi078 sudo[135266]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:16.763 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:16.764 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":20,"fsid":"d1b6b660-87de-11ee-959e-87774f69a715","created":"2023-11-20T19:56:40.302491+0000","modified":"2023-11-20T19:59:15.773146+0000","last_up_change":"2023-11-20T19:59:13.762816+0000","last_in_change":"2023-11-20T19:58:59.856917+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-20T19:59:14.083093+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6551a2b1-677e-4531-ab5a-34222bc1ef9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6803","nonce":3312987446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6805","nonce":3312987446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6809","nonce":3312987446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6807","nonce":3312987446}]},"public_addr":"172.21.15.78:6803/3312987446","cluster_addr":"172.21.15.78:6805/3312987446","heartbeat_back_addr":"172.21.15.78:6809/3312987446","heartbeat_front_addr":"172.21.15.78:6807/3312987446","state":["exists","up"]},{"osd":1,"uuid":"d00f97c8-4923-4298-b1f5-3077bd6fabe2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6801","nonce":3646255042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6803","nonce":3646255042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6807","nonce":3646255042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6805","nonce":3646255042}]},"public_addr":"172.21.15.88:6801/3646255042","cluster_addr":"172.21.15.88:6803/3646255042","heartbeat_back_addr":"172.21.15.88:6807/3646255042","heartbeat_front_addr":"172.21.15.88:6805/3646255042","state":["exists","up"]},{"osd":2,"uuid":"e901a7a0-5f3d-4e00-be68-c1ea19808a92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6801","nonce":1949813504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6803","nonce":1949813504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6807","nonce":1949813504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6805","nonce":1949813504}]},"public_addr":"172.21.15.150:6801/1949813504","cluster_addr":"172.21.15.150:6803/1949813504","heartbeat_back_addr":"172.21.15.150:6807/1949813504","heartbeat_front_addr":"172.21.15.150:6805/1949813504","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:58:40.711040+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:58:56.697426+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:59:12.602960+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/4016292323":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/1603644611":"2023-11-21T19:57:27.757340+0000","172.21.15.78:6801/394437944":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/2152792169":"2023-11-21T19:57:05.725528+0000","172.21.15.78:0/2900048957":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/4110026244":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6800/1036986091":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6801/1036986091":"2023-11-21T19:57:05.725528+0000","172.21.15.78:0/1005307765":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6800/394437944":"2023-11-21T19:57:27.757340+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-20T19:59:16.884 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126620]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-20T19:59:16.884 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126620]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:16.884 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126620]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:16.884 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126620]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:16.885 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126623]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-20T19:59:16.885 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126623]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:16.885 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126623]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:16.885 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 19:59:16 smithi088 sudo[126623]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:16.885 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-20T19:59:16.885 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:16 smithi088 ceph-mon[117565]: osdmap e20: 3 total, 3 up, 3 in 2023-11-20T19:59:16.886 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:16 smithi088 ceph-mon[117565]: pgmap v64: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:16.886 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:16 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:16.886 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:16 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/2156535539' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:17.036 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-20T19:59:17.037 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:16 smithi078 ceph-mon[112512]: osdmap e20: 3 total, 3 up, 3 in 2023-11-20T19:59:17.037 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:16 smithi078 ceph-mon[112512]: pgmap v64: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:17.037 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:16 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:17.037 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:16 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2156535539' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:17.126 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-20T19:59:14.083093+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-11-20T19:59:17.126 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-20T19:59:17.141 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-20T19:59:17.141 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:16 smithi150 ceph-mon[117246]: osdmap e20: 3 total, 3 up, 3 in 2023-11-20T19:59:17.141 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:16 smithi150 ceph-mon[117246]: pgmap v64: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:17.141 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:16 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:17.141 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:16 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/2156535539' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:17.379 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:17.521 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126765]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-20T19:59:17.521 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126765]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:17.522 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126765]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:17.522 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126765]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:17.522 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126768]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-20T19:59:17.522 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126768]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:17.522 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126768]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:17.523 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 19:59:17 smithi150 sudo[126768]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:17.878 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135403]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-20T19:59:17.878 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135403]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:17.878 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135403]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:17.879 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135403]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:18.137 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135422]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-20T19:59:18.137 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135422]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:18.137 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135422]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:18.137 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 sudo[135422]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:18.138 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 ceph-mon[112512]: osdmap e21: 3 total, 3 up, 3 in 2023-11-20T19:59:18.138 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:18.138 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 ceph-mon[112512]: mgrmap e15: a(active, since 109s), standbys: b 2023-11-20T19:59:18.138 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:18.138 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:17 smithi078 ceph-mon[112512]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:18.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:17 smithi088 ceph-mon[117565]: osdmap e21: 3 total, 3 up, 3 in 2023-11-20T19:59:18.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:17 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:18.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:17 smithi088 ceph-mon[117565]: mgrmap e15: a(active, since 109s), standbys: b 2023-11-20T19:59:18.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:17 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:18.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:17 smithi088 ceph-mon[117565]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:18.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:17 smithi150 ceph-mon[117246]: osdmap e21: 3 total, 3 up, 3 in 2023-11-20T19:59:18.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:17 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:17 smithi150 ceph-mon[117246]: mgrmap e15: a(active, since 109s), standbys: b 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:17 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:17 smithi150 ceph-mon[117246]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126771]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126771]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126771]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:18.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126771]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:18.471 INFO:teuthology.orchestra.run.smithi078.stdout:pg_num: 1 2023-11-20T19:59:18.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126774]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-20T19:59:18.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126774]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:18.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126774]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:18.771 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 sudo[126774]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:18.843 INFO:tasks.cephadm:Setting up client nodes... 2023-11-20T19:59:18.843 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-20T19:59:18.843 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-20T19:59:18.843 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph mgr dump --format=json 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126626]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126626]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126626]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126626]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126629]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126629]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126629]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-20T19:59:18.917 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 sudo[126629]: pam_unix(sudo:session): session closed for user root 2023-11-20T19:59:19.098 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:19.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:19.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3933714456' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-20T19:59:19.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:18 smithi088 ceph-mon[117565]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.206 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3933714456' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-20T19:59:19.207 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:18 smithi078 ceph-mon[112512]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:19.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='mgr.14152 172.21.15.78:0/86335584' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:19.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3933714456' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-20T19:59:19.273 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:18 smithi150 ceph-mon[117246]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-20T19:59:20.175 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:20.526 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":2971796641},{"type":"v1","addr":"172.21.15.78:6801","nonce":2971796641}]},"active_addr":"172.21.15.78:6801/2971796641","active_change":"2023-11-20T19:57:27.757452+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:v0.0.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:v0.0.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.78:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":938351112}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":1490865894}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":3514620324}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":3006147263}]}]} 2023-11-20T19:59:20.530 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-20T19:59:20.530 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-20T19:59:20.531 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-20T19:59:20.783 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:21.177 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:20 smithi078 ceph-mon[112512]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:21.177 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:20 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3853280538' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-20T19:59:21.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:20 smithi088 ceph-mon[117565]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:21.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:20 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3853280538' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-20T19:59:21.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:20 smithi150 ceph-mon[117246]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:21.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:20 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3853280538' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-20T19:59:21.835 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:21.835 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"fsid":"d1b6b660-87de-11ee-959e-87774f69a715","created":"2023-11-20T19:56:40.302491+0000","modified":"2023-11-20T19:59:16.778067+0000","last_up_change":"2023-11-20T19:59:13.762816+0000","last_in_change":"2023-11-20T19:58:59.856917+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-20T19:59:14.083093+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6551a2b1-677e-4531-ab5a-34222bc1ef9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6803","nonce":3312987446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6805","nonce":3312987446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6809","nonce":3312987446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6807","nonce":3312987446}]},"public_addr":"172.21.15.78:6803/3312987446","cluster_addr":"172.21.15.78:6805/3312987446","heartbeat_back_addr":"172.21.15.78:6809/3312987446","heartbeat_front_addr":"172.21.15.78:6807/3312987446","state":["exists","up"]},{"osd":1,"uuid":"d00f97c8-4923-4298-b1f5-3077bd6fabe2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6801","nonce":3646255042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6803","nonce":3646255042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6807","nonce":3646255042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6805","nonce":3646255042}]},"public_addr":"172.21.15.88:6801/3646255042","cluster_addr":"172.21.15.88:6803/3646255042","heartbeat_back_addr":"172.21.15.88:6807/3646255042","heartbeat_front_addr":"172.21.15.88:6805/3646255042","state":["exists","up"]},{"osd":2,"uuid":"e901a7a0-5f3d-4e00-be68-c1ea19808a92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6801","nonce":1949813504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6803","nonce":1949813504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6807","nonce":1949813504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6805","nonce":1949813504}]},"public_addr":"172.21.15.150:6801/1949813504","cluster_addr":"172.21.15.150:6803/1949813504","heartbeat_back_addr":"172.21.15.150:6807/1949813504","heartbeat_front_addr":"172.21.15.150:6805/1949813504","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:58:40.711040+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:58:56.697426+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:59:12.602960+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/4016292323":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/1603644611":"2023-11-21T19:57:27.757340+0000","172.21.15.78:6801/394437944":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/2152792169":"2023-11-21T19:57:05.725528+0000","172.21.15.78:0/2900048957":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/4110026244":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6800/1036986091":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6801/1036986091":"2023-11-21T19:57:05.725528+0000","172.21.15.78:0/1005307765":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6800/394437944":"2023-11-21T19:57:27.757340+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-20T19:59:22.176 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:21 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1054177786' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:22.193 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-20T19:59:22.193 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-20T19:59:22.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:21 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/1054177786' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:22.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:21 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/1054177786' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:22.444 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:23.179 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:22 smithi078 ceph-mon[112512]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:23.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:22 smithi088 ceph-mon[117565]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:23.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:22 smithi150 ceph-mon[117246]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:23.454 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:23.455 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"fsid":"d1b6b660-87de-11ee-959e-87774f69a715","created":"2023-11-20T19:56:40.302491+0000","modified":"2023-11-20T19:59:16.778067+0000","last_up_change":"2023-11-20T19:59:13.762816+0000","last_in_change":"2023-11-20T19:58:59.856917+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-20T19:59:14.083093+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"6551a2b1-677e-4531-ab5a-34222bc1ef9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6803","nonce":3312987446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6805","nonce":3312987446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6809","nonce":3312987446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":3312987446},{"type":"v1","addr":"172.21.15.78:6807","nonce":3312987446}]},"public_addr":"172.21.15.78:6803/3312987446","cluster_addr":"172.21.15.78:6805/3312987446","heartbeat_back_addr":"172.21.15.78:6809/3312987446","heartbeat_front_addr":"172.21.15.78:6807/3312987446","state":["exists","up"]},{"osd":1,"uuid":"d00f97c8-4923-4298-b1f5-3077bd6fabe2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6801","nonce":3646255042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6803","nonce":3646255042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6807","nonce":3646255042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":3646255042},{"type":"v1","addr":"172.21.15.88:6805","nonce":3646255042}]},"public_addr":"172.21.15.88:6801/3646255042","cluster_addr":"172.21.15.88:6803/3646255042","heartbeat_back_addr":"172.21.15.88:6807/3646255042","heartbeat_front_addr":"172.21.15.88:6805/3646255042","state":["exists","up"]},{"osd":2,"uuid":"e901a7a0-5f3d-4e00-be68-c1ea19808a92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6800","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6801","nonce":1949813504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6803","nonce":1949813504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6807","nonce":1949813504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":1949813504},{"type":"v1","addr":"172.21.15.150:6805","nonce":1949813504}]},"public_addr":"172.21.15.150:6801/1949813504","cluster_addr":"172.21.15.150:6803/1949813504","heartbeat_back_addr":"172.21.15.150:6807/1949813504","heartbeat_front_addr":"172.21.15.150:6805/1949813504","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:58:40.711040+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:58:56.697426+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-20T19:59:12.602960+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/4016292323":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/1603644611":"2023-11-21T19:57:27.757340+0000","172.21.15.78:6801/394437944":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/2152792169":"2023-11-21T19:57:05.725528+0000","172.21.15.78:0/2900048957":"2023-11-21T19:57:27.757340+0000","172.21.15.78:0/4110026244":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6800/1036986091":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6801/1036986091":"2023-11-21T19:57:05.725528+0000","172.21.15.78:0/1005307765":"2023-11-21T19:57:05.725528+0000","172.21.15.78:6800/394437944":"2023-11-21T19:57:27.757340+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-20T19:59:23.819 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-20T19:59:23.820 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-20T19:59:23.820 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-20T19:59:24.091 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:24.142 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:24.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:23 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3285081602' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:24.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:23 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3285081602' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:24.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:23 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3285081602' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-20T19:59:24.809 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:25.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:24 smithi088 ceph-mon[117565]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:25.203 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:24 smithi078 ceph-mon[112512]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:25.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:24 smithi150 ceph-mon[117246]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:26.265 INFO:teuthology.orchestra.run.smithi078.stdout:55834574856 2023-11-20T19:59:26.265 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-20T19:59:26.297 INFO:teuthology.orchestra.run.smithi078.stdout:34359738379 2023-11-20T19:59:26.297 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-20T19:59:26.551 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:26.611 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:27.194 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:26 smithi078 ceph-mon[112512]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-11-20T19:59:27.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:26 smithi088 ceph-mon[117565]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-11-20T19:59:27.217 INFO:teuthology.orchestra.run.smithi078.stdout:77309411333 2023-11-20T19:59:27.217 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-20T19:59:27.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:26 smithi150 ceph-mon[117246]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-11-20T19:59:27.872 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:28.053 INFO:teuthology.orchestra.run.smithi078.stdout:55834574856 2023-11-20T19:59:28.468 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574856 got 55834574856 for osd.1 2023-11-20T19:59:28.469 DEBUG:teuthology.parallel:result is None 2023-11-20T19:59:28.820 INFO:teuthology.orchestra.run.smithi078.stdout:34359738380 2023-11-20T19:59:29.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:28 smithi088 ceph-mon[117565]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 33 KiB/s wr, 2 op/s 2023-11-20T19:59:29.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:28 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/1939415174' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-20T19:59:29.200 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:28 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/638918738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-20T19:59:29.213 INFO:teuthology.orchestra.run.smithi078.stdout:77309411333 2023-11-20T19:59:29.220 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:28 smithi078 ceph-mon[112512]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 33 KiB/s wr, 2 op/s 2023-11-20T19:59:29.220 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:28 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/1939415174' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-20T19:59:29.220 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:28 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/638918738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-20T19:59:29.244 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738379 got 34359738380 for osd.0 2023-11-20T19:59:29.244 DEBUG:teuthology.parallel:result is None 2023-11-20T19:59:29.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:28 smithi150 ceph-mon[117246]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 33 KiB/s wr, 2 op/s 2023-11-20T19:59:29.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:28 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/1939415174' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-20T19:59:29.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:28 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/638918738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-20T19:59:29.565 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2023-11-20T19:59:29.566 DEBUG:teuthology.parallel:result is None 2023-11-20T19:59:29.566 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-20T19:59:29.566 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-20T19:59:29.820 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:30.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:29 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3434918928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-20T19:59:30.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:29 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3434918928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-20T19:59:30.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:29 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3434918928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-20T19:59:30.889 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:30.891 INFO:teuthology.orchestra.run.smithi078.stderr:dumped all 2023-11-20T19:59:31.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:30 smithi088 ceph-mon[117565]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 819 B/s rd, 26 KiB/s wr, 1 op/s 2023-11-20T19:59:31.217 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:30 smithi078 ceph-mon[112512]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 819 B/s rd, 26 KiB/s wr, 1 op/s 2023-11-20T19:59:31.241 INFO:teuthology.orchestra.run.smithi078.stdout:{"pg_ready":true,"pg_map":{"version":72,"stamp":"2023-11-20T19:59:29.780598+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84564,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150892,"statfs":{"total":287985106944,"available":287898513408,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":8,"num_read_kb":8,"num_write":12,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"10.001481"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-11-20T19:59:18.891717+0000","last_change":"2023-11-20T19:59:15.778883+0000","last_active":"2023-11-20T19:59:18.891717+0000","last_peered":"2023-11-20T19:59:18.891717+0000","last_clean":"2023-11-20T19:59:18.891717+0000","last_became_active":"2023-11-20T19:59:15.778596+0000","last_became_peered":"2023-11-20T19:59:15.778596+0000","last_unstale":"2023-11-20T19:59:18.891717+0000","last_undegraded":"2023-11-20T19:59:18.891717+0000","last_fullsized":"2023-11-20T19:59:18.891717+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-20T19:59:14.769283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-20T19:59:14.769283+0000","last_clean_scrub_stamp":"2023-11-20T19:59:14.769283+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-22T05:46:38.505776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33800000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57799999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574857,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65400000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-20T19:59:31.242 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-20T19:59:31.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:30 smithi150 ceph-mon[117246]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 819 B/s rd, 26 KiB/s wr, 1 op/s 2023-11-20T19:59:31.493 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:32.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:31 smithi088 ceph-mon[117565]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:59:32.220 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:31 smithi078 ceph-mon[112512]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:59:32.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:31 smithi150 ceph-mon[117246]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:59:32.578 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:32.580 INFO:teuthology.orchestra.run.smithi078.stderr:dumped all 2023-11-20T19:59:33.033 INFO:teuthology.orchestra.run.smithi078.stdout:{"pg_ready":true,"pg_map":{"version":73,"stamp":"2023-11-20T19:59:31.780888+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84564,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150892,"statfs":{"total":287985106944,"available":287898513408,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":8,"num_read_kb":8,"num_write":12,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001770"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-11-20T19:59:18.891717+0000","last_change":"2023-11-20T19:59:15.778883+0000","last_active":"2023-11-20T19:59:18.891717+0000","last_peered":"2023-11-20T19:59:18.891717+0000","last_clean":"2023-11-20T19:59:18.891717+0000","last_became_active":"2023-11-20T19:59:15.778596+0000","last_became_peered":"2023-11-20T19:59:15.778596+0000","last_unstale":"2023-11-20T19:59:18.891717+0000","last_undegraded":"2023-11-20T19:59:18.891717+0000","last_fullsized":"2023-11-20T19:59:18.891717+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-20T19:59:14.769283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-20T19:59:14.769283+0000","last_clean_scrub_stamp":"2023-11-20T19:59:14.769283+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-22T05:46:38.505776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33800000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57799999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574857,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65400000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-20T19:59:33.034 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-20T19:59:33.034 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-20T19:59:33.034 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-20T19:59:33.034 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph health --format=json 2023-11-20T19:59:33.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:32 smithi088 ceph-mon[117565]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:33.218 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:32 smithi078 ceph-mon[112512]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:33.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:32 smithi150 ceph-mon[117246]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:33.287 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:33.996 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:33 smithi078 ceph-mon[112512]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:59:34.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:33 smithi150 ceph-mon[117246]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:59:34.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:33 smithi088 ceph-mon[117565]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-20T19:59:34.470 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-11-20T19:59:34.470 INFO:teuthology.orchestra.run.smithi078.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-20T19:59:34.823 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-20T19:59:34.824 INFO:tasks.cephadm:Setup complete, yielding 2023-11-20T19:59:34.824 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-20T19:59:34.833 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-11-20T19:59:34.833 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-11-20T19:59:35.086 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:35.195 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:34 smithi078 ceph-mon[112512]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:35.195 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:34 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/792017846' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-20T19:59:35.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:34 smithi150 ceph-mon[117246]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:35.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:34 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/792017846' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-20T19:59:35.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:34 smithi088 ceph-mon[117565]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:35.449 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:34 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/792017846' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-20T19:59:37.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:36 smithi078 ceph-mon[112512]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:37.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:36 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3683312044' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-20T19:59:37.227 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: ignoring --setuser ceph since I am not root 2023-11-20T19:59:37.227 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: ignoring --setgroup ceph since I am not root 2023-11-20T19:59:37.227 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:37.142+0000 7f03fbf92200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-20T19:59:37.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:36 smithi150 ceph-mon[117246]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:37.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:36 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3683312044' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-20T19:59:37.305 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:36 smithi088 ceph-mon[117565]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 682 B/s rd, 22 KiB/s wr, 1 op/s 2023-11-20T19:59:37.305 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:36 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3683312044' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-20T19:59:37.305 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: ignoring --setuser ceph since I am not root 2023-11-20T19:59:37.305 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: ignoring --setgroup ceph since I am not root 2023-11-20T19:59:37.305 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-mgr[118999]: -- 172.21.15.88:0/207764232 <== mon.0 v2:172.21.15.78:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555a49e7c1a0 con 0x555a49e52c00 2023-11-20T19:59:37.305 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:37.142+0000 7f254af20200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-20T19:59:37.306 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:37.304+0000 7f254af20200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-20T19:59:37.316 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-11-20T19:59:37.328 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-11-20T19:59:37.328 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-11-20T19:59:37.593 INFO:teuthology.orchestra.run.smithi078.stdout:Inferring config /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/mon.a/config 2023-11-20T19:59:37.661 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:37.311+0000 7f03fbf92200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-20T19:59:37.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:37.626+0000 7f254af20200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-20T19:59:37.970 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:37.661+0000 7f03fbf92200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-20T19:59:38.226 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:38 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:38.184+0000 7f03fbf92200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-20T19:59:38.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3683312044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-20T19:59:38.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:37 smithi078 ceph-mon[112512]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-20T19:59:38.271 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:37 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3683312044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-20T19:59:38.272 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:37 smithi150 ceph-mon[117246]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-20T19:59:38.330 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:38 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:38.107+0000 7f254af20200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-20T19:59:38.330 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3683312044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-20T19:59:38.331 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:37 smithi088 ceph-mon[117565]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-20T19:59:38.678 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:38 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:38.425+0000 7f03fbf92200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-20T19:59:38.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:38 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:38.330+0000 7f254af20200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-20T19:59:38.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:38 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:38.856+0000 7f03fbf92200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-20T19:59:39.199 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:38 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:38.744+0000 7f254af20200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-20T19:59:39.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:39 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:39.440+0000 7f254af20200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-20T19:59:39.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:39 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:39.526+0000 7f254af20200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-20T19:59:39.975 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:39 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:39.552+0000 7f03fbf92200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-20T19:59:39.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:39 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:39.639+0000 7f03fbf92200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-20T19:59:40.378 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.115+0000 7f254af20200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-20T19:59:40.379 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.199+0000 7f254af20200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-20T19:59:40.379 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.286+0000 7f254af20200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-20T19:59:40.499 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:40.232+0000 7f03fbf92200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-20T19:59:40.499 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:40.316+0000 7f03fbf92200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-20T19:59:40.499 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:40.405+0000 7f03fbf92200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-20T19:59:40.690 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.378+0000 7f254af20200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-20T19:59:40.746 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.599+0000 7f254af20200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-20T19:59:40.814 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:40.499+0000 7f03fbf92200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-20T19:59:40.814 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:40.722+0000 7f03fbf92200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-20T19:59:40.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.690+0000 7f254af20200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-20T19:59:40.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:40 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.904+0000 7f254af20200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-20T19:59:41.126 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:40 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:40.814+0000 7f03fbf92200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-20T19:59:41.126 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:41 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:41.030+0000 7f03fbf92200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-20T19:59:41.264 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:41 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:40.999+0000 7f254af20200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-20T19:59:41.265 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:41 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:41.180+0000 7f254af20200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-20T19:59:41.395 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:41 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:41.126+0000 7f03fbf92200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-20T19:59:41.395 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:41 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:41.310+0000 7f03fbf92200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-20T19:59:41.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:41 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:41.264+0000 7f254af20200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-20T19:59:42.373 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:42 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:42.005+0000 7f254af20200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-20T19:59:42.373 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:42 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:42.197+0000 7f254af20200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-20T19:59:42.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:41 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:41.395+0000 7f03fbf92200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-20T19:59:42.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:42 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:42.142+0000 7f03fbf92200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-20T19:59:42.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:42 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:42.337+0000 7f03fbf92200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-20T19:59:42.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:42 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:42.373+0000 7f254af20200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:59:42.976 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:42 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:42.516+0000 7f03fbf92200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:59:43.376 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:43.017+0000 7f254af20200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-20T19:59:43.377 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:43.196+0000 7f254af20200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:59:43.475 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:43.169+0000 7f03fbf92200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-20T19:59:43.476 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:43.354+0000 7f03fbf92200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-20T19:59:43.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:43.375+0000 7f254af20200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-20T19:59:43.699 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b[118950]: 2023-11-20T19:59:43.489+0000 7f254af20200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-20T19:59:43.699 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-mon[117565]: Standby manager daemon b restarted 2023-11-20T19:59:43.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-mon[117565]: Standby manager daemon b started 2023-11-20T19:59:43.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-20T19:59:43.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-20T19:59:43.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-20T19:59:43.700 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:43 smithi088 ceph-mon[117565]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-20T19:59:43.865 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:43 smithi150 ceph-mon[117246]: Standby manager daemon b restarted 2023-11-20T19:59:43.865 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:43 smithi150 ceph-mon[117246]: Standby manager daemon b started 2023-11-20T19:59:43.865 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:43 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-20T19:59:43.865 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:43 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-20T19:59:43.865 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:43 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-20T19:59:43.866 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:43 smithi150 ceph-mon[117246]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-20T19:59:43.934 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:43.535+0000 7f03fbf92200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:43.654+0000 7f03fbf92200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-mon[112512]: Standby manager daemon b restarted 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-mon[112512]: Standby manager daemon b started 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-20T19:59:43.935 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:43 smithi078 ceph-mon[112512]: from='mgr.? 172.21.15.88:0/4090763964' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: Active manager daemon a restarted 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: Activating manager daemon a 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: osdmap e22: 3 total, 3 up, 3 in 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: mgrmap e18: a(active, starting, since 0.00746852s), standbys: b 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-20T19:59:44.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: Manager daemon a is now available 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-20T19:59:44.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:44 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: Active manager daemon a restarted 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: Activating manager daemon a 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: osdmap e22: 3 total, 3 up, 3 in 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: mgrmap e18: a(active, starting, since 0.00746852s), standbys: b 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:44.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: Manager daemon a is now available 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-20T19:59:44.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:44 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-20T19:59:45.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-20T19:59:45.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: Active manager daemon a restarted 2023-11-20T19:59:45.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: Activating manager daemon a 2023-11-20T19:59:45.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: osdmap e22: 3 total, 3 up, 3 in 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: mgrmap e18: a(active, starting, since 0.00746852s), standbys: b 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-20T19:59:45.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: Manager daemon a is now available 2023-11-20T19:59:45.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:45.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:45.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-20T19:59:45.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:44 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-20T19:59:45.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: [20/Nov/2023:19:59:44] ENGINE Bus STARTING 2023-11-20T19:59:45.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: [20/Nov/2023:19:59:44] ENGINE Serving on https://172.21.15.78:7150 2023-11-20T19:59:45.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: [20/Nov/2023:19:59:44] ENGINE Serving on http://172.21.15.78:8765 2023-11-20T19:59:45.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: [20/Nov/2023:19:59:44] ENGINE Bus STARTED 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: mgrmap e19: a(active, since 1.01394s), standbys: b 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:45 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: [20/Nov/2023:19:59:44] ENGINE Bus STARTING 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: [20/Nov/2023:19:59:44] ENGINE Serving on https://172.21.15.78:7150 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: [20/Nov/2023:19:59:44] ENGINE Serving on http://172.21.15.78:8765 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: [20/Nov/2023:19:59:44] ENGINE Bus STARTED 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: mgrmap e19: a(active, since 1.01394s), standbys: b 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:45.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:45 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: [20/Nov/2023:19:59:44] ENGINE Bus STARTING 2023-11-20T19:59:46.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: [20/Nov/2023:19:59:44] ENGINE Serving on https://172.21.15.78:7150 2023-11-20T19:59:46.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: [20/Nov/2023:19:59:44] ENGINE Serving on http://172.21.15.78:8765 2023-11-20T19:59:46.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: [20/Nov/2023:19:59:44] ENGINE Bus STARTED 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: mgrmap e19: a(active, since 1.01394s), standbys: b 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:45 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:46.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: osdmap e23: 3 total, 3 up, 3 in 2023-11-20T19:59:46.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/2455506950' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-20T19:59:46.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:59:46.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:59:46.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:46 smithi088 ceph-mon[117565]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: osdmap e23: 3 total, 3 up, 3 in 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2455506950' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:59:46.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:46 smithi078 ceph-mon[112512]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: osdmap e23: 3 total, 3 up, 3 in 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/2455506950' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: Updating smithi078:/etc/ceph/ceph.conf 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: Updating smithi088:/etc/ceph/ceph.conf 2023-11-20T19:59:47.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:46 smithi150 ceph-mon[117246]: Updating smithi150:/etc/ceph/ceph.conf 2023-11-20T19:59:47.949 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:47.950 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: osdmap e24: 3 total, 3 up, 3 in 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.951 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:47.952 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:47 smithi088 ceph-mon[117565]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:47.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:47.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:47.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:47.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: osdmap e24: 3 total, 3 up, 3 in 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.977 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:47.978 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:47 smithi078 ceph-mon[112512]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:48.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.conf 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: Updating smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-20T19:59:48.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: osdmap e24: 3 total, 3 up, 3 in 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-20T19:59:48.023 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:47 smithi150 ceph-mon[117246]: from='mgr.14388 172.21.15.78:0/157341627' entity='mgr.a' 2023-11-20T19:59:48.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:48 smithi078 ceph-mon[112512]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:48.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:48 smithi078 ceph-mon[112512]: osdmap e25: 3 total, 3 up, 3 in 2023-11-20T19:59:48.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:48 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-20T19:59:49.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:48 smithi150 ceph-mon[117246]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:49.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:48 smithi150 ceph-mon[117246]: osdmap e25: 3 total, 3 up, 3 in 2023-11-20T19:59:49.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:48 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-20T19:59:49.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:48 smithi088 ceph-mon[117565]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:49.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:48 smithi088 ceph-mon[117565]: osdmap e25: 3 total, 3 up, 3 in 2023-11-20T19:59:49.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:48 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-20T19:59:49.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:49 smithi078 ceph-mon[112512]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-20T19:59:49.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:49 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-20T19:59:49.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:49 smithi078 ceph-mon[112512]: osdmap e26: 3 total, 3 up, 3 in 2023-11-20T19:59:50.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:49 smithi150 ceph-mon[117246]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-20T19:59:50.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:49 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-20T19:59:50.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:49 smithi150 ceph-mon[117246]: osdmap e26: 3 total, 3 up, 3 in 2023-11-20T19:59:50.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:49 smithi088 ceph-mon[117565]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-20T19:59:50.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:49 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-20T19:59:50.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:49 smithi088 ceph-mon[117565]: osdmap e26: 3 total, 3 up, 3 in 2023-11-20T19:59:50.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:50 smithi078 ceph-mon[112512]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:50.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:50 smithi078 ceph-mon[112512]: osdmap e27: 3 total, 3 up, 3 in 2023-11-20T19:59:50.976 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:50 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-20T19:59:51.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:50 smithi150 ceph-mon[117246]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:51.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:50 smithi150 ceph-mon[117246]: osdmap e27: 3 total, 3 up, 3 in 2023-11-20T19:59:51.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:50 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-20T19:59:51.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:50 smithi088 ceph-mon[117565]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-20T19:59:51.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:50 smithi088 ceph-mon[117565]: osdmap e27: 3 total, 3 up, 3 in 2023-11-20T19:59:51.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:50 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-20T19:59:52.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:51 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-20T19:59:52.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:51 smithi150 ceph-mon[117246]: osdmap e28: 3 total, 3 up, 3 in 2023-11-20T19:59:52.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:51 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-20T19:59:52.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:51 smithi088 ceph-mon[117565]: osdmap e28: 3 total, 3 up, 3 in 2023-11-20T19:59:52.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:51 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/3901280991' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-20T19:59:52.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:51 smithi078 ceph-mon[112512]: osdmap e28: 3 total, 3 up, 3 in 2023-11-20T19:59:53.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:52 smithi150 ceph-mon[117246]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-20T19:59:53.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:52 smithi150 ceph-mon[117246]: osdmap e29: 3 total, 3 up, 3 in 2023-11-20T19:59:53.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:52 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-20T19:59:53.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:52 smithi088 ceph-mon[117565]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-20T19:59:53.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:52 smithi088 ceph-mon[117565]: osdmap e29: 3 total, 3 up, 3 in 2023-11-20T19:59:53.199 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:52 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-20T19:59:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:52 smithi078 ceph-mon[112512]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-20T19:59:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:52 smithi078 ceph-mon[112512]: osdmap e29: 3 total, 3 up, 3 in 2023-11-20T19:59:53.226 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:52 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-20T19:59:53.790 INFO:teuthology.orchestra.run.smithi078.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: return self.func(mgr, **kwargs) 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: return func(self, *args, **kwargs) 2023-11-20T19:59:53.791 INFO:teuthology.orchestra.run.smithi078.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: self.update_period(realm, zonegroup) 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: period = RGWPeriod(period_info) 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: self.realm_name = period_dict['realm_name'] 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr:KeyError: 'realm_name' 2023-11-20T19:59:53.792 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-11-20T19:59:54.021 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:53 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-20T19:59:54.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:53 smithi150 ceph-mon[117246]: osdmap e30: 3 total, 3 up, 3 in 2023-11-20T19:59:54.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:53 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-20T19:59:54.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:53 smithi150 ceph-mon[117246]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-20T19:59:54.022 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:53 smithi150 ceph-mon[117246]: osdmap e31: 3 total, 3 up, 3 in 2023-11-20T19:59:54.087 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-20T19:59:54.087 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-mon[112512]: osdmap e30: 3 total, 3 up, 3 in 2023-11-20T19:59:54.087 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-20T19:59:54.087 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-mon[112512]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-20T19:59:54.088 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-mon[112512]: osdmap e31: 3 total, 3 up, 3 in 2023-11-20T19:59:54.088 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:53.786+0000 7f036b2db700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-11-20T19:59:54.088 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:53.787+0000 7f036b2db700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-11-20T19:59:54.088 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-20T19:59:54.088 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: return self.func(mgr, **kwargs) 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: return func(self, *args, **kwargs) 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-20T19:59:54.089 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: self.update_period(realm, zonegroup) 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: period = RGWPeriod(period_info) 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: self.realm_name = period_dict['realm_name'] 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: KeyError: 'realm_name' 2023-11-20T19:59:54.090 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:53 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:54.139 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-11-20T19:59:54.140 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-20T19:59:54.219 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=86b6b983ec6a4736b2064c6f07b3b457 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-20T19:59:54.221 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-20T19:59:54.231 INFO:tasks.cephadm:Teardown begin 2023-11-20T19:59:54.231 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:54.245 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:53 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-20T19:59:54.245 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:53 smithi088 ceph-mon[117565]: osdmap e30: 3 total, 3 up, 3 in 2023-11-20T19:59:54.245 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:53 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-20T19:59:54.246 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:53 smithi088 ceph-mon[117565]: from='client.? 172.21.15.78:0/2123190452' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-20T19:59:54.246 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:53 smithi088 ceph-mon[117565]: osdmap e31: 3 total, 3 up, 3 in 2023-11-20T19:59:54.274 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:54.311 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-20T19:59:54.347 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-20T19:59:54.347 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-20T19:59:54.365 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-20T19:59:54.385 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-20T19:59:54.408 INFO:tasks.cephadm:Stopping all daemons... 2023-11-20T19:59:54.408 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-11-20T19:59:54.408 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a 2023-11-20T19:59:54.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:54 smithi078 systemd[1]: Stopping Ceph mon.a for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:59:54.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:54 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-a[112507]: 2023-11-20T19:59:54.628+0000 7f2ee8c5f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T19:59:54.726 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:54 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-a[112507]: 2023-11-20T19:59:54.628+0000 7f2ee8c5f700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-11-20T19:59:55.120 INFO:journalctl@ceph.mon.a.smithi078.stdout:Nov 20 19:59:54 smithi078 bash[140313]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-a 2023-11-20T19:59:55.126 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.a.service' 2023-11-20T19:59:55.188 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T19:59:55.188 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-11-20T19:59:55.189 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-11-20T19:59:55.189 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.b 2023-11-20T19:59:55.525 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:55 smithi088 systemd[1]: Stopping Ceph mon.b for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:59:55.526 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:55 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-b[117561]: 2023-11-20T19:59:55.459+0000 7f63b5d7a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T19:59:55.526 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:55 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-b[117561]: 2023-11-20T19:59:55.459+0000 7f63b5d7a700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-11-20T19:59:55.885 INFO:journalctl@ceph.mon.b.smithi088.stdout:Nov 20 19:59:55 smithi088 bash[128281]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-b 2023-11-20T19:59:55.891 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.b.service' 2023-11-20T19:59:55.936 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T19:59:55.936 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-11-20T19:59:55.936 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-11-20T19:59:55.936 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.c 2023-11-20T19:59:56.232 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:55 smithi150 systemd[1]: Stopping Ceph mon.c for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:59:56.485 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:56 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-c[117240]: 2023-11-20T19:59:56.230+0000 7f3bc3baa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T19:59:56.485 INFO:journalctl@ceph.mon.c.smithi150.stdout:Nov 20 19:59:56 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mon-c[117240]: 2023-11-20T19:59:56.231+0000 7f3bc3baa700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-11-20T19:59:56.701 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mon.c.service' 2023-11-20T19:59:56.748 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T19:59:56.748 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-11-20T19:59:56.748 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-11-20T19:59:56.748 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a 2023-11-20T19:59:57.061 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:56 smithi078 systemd[1]: Stopping Ceph mgr.a for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:59:57.062 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:56 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:56.955+0000 7f03f0a07700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T19:59:57.062 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:56 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a[112734]: 2023-11-20T19:59:56.955+0000 7f03f0a07700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-11-20T19:59:57.323 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Nov 20 19:59:57 smithi078 bash[140448]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-a 2023-11-20T19:59:57.329 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.a.service' 2023-11-20T19:59:57.363 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T19:59:57.363 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-11-20T19:59:57.363 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-11-20T19:59:57.363 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.b 2023-11-20T19:59:57.674 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:57 smithi088 systemd[1]: Stopping Ceph mgr.b for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:59:57.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:57 smithi088 bash[128416]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-mgr-b 2023-11-20T19:59:57.949 INFO:journalctl@ceph.mgr.b.smithi088.stdout:Nov 20 19:59:57 smithi088 systemd[1]: ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-11-20T19:59:57.993 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@mgr.b.service' 2023-11-20T19:59:58.027 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T19:59:58.027 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-11-20T19:59:58.028 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-20T19:59:58.028 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.0 2023-11-20T19:59:58.476 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:58 smithi078 systemd[1]: Stopping Ceph osd.0 for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T19:59:58.476 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:58 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0[130320]: 2023-11-20T19:59:58.275+0000 7ff27fbcd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T19:59:58.476 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:58 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0[130320]: 2023-11-20T19:59:58.275+0000 7ff27fbcd700 -1 osd.0 31 *** Got signal Terminated *** 2023-11-20T19:59:58.476 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 19:59:58 smithi078 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0[130320]: 2023-11-20T19:59:58.275+0000 7ff27fbcd700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-20T20:00:03.976 INFO:journalctl@ceph.osd.0.smithi078.stdout:Nov 20 20:00:03 smithi078 bash[140583]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-0 2023-11-20T20:00:04.909 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.0.service' 2023-11-20T20:00:04.948 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T20:00:04.948 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-20T20:00:04.948 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-20T20:00:04.949 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.1 2023-11-20T20:00:05.231 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 20:00:04 smithi088 systemd[1]: Stopping Ceph osd.1 for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T20:00:05.699 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 20:00:05 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1[122108]: 2023-11-20T20:00:05.230+0000 7fa36f22b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T20:00:05.700 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 20:00:05 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1[122108]: 2023-11-20T20:00:05.230+0000 7fa36f22b700 -1 osd.1 31 *** Got signal Terminated *** 2023-11-20T20:00:05.700 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 20:00:05 smithi088 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1[122108]: 2023-11-20T20:00:05.230+0000 7fa36f22b700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-20T20:00:11.199 INFO:journalctl@ceph.osd.1.smithi088.stdout:Nov 20 20:00:10 smithi088 bash[128555]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-1 2023-11-20T20:00:12.015 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.1.service' 2023-11-20T20:00:12.054 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T20:00:12.054 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-20T20:00:12.054 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-20T20:00:12.054 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.2 2023-11-20T20:00:12.521 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 20:00:12 smithi150 systemd[1]: Stopping Ceph osd.2 for d1b6b660-87de-11ee-959e-87774f69a715... 2023-11-20T20:00:12.521 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 20:00:12 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2[121746]: 2023-11-20T20:00:12.274+0000 7f7e20ad7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-20T20:00:12.521 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 20:00:12 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2[121746]: 2023-11-20T20:00:12.274+0000 7f7e20ad7700 -1 osd.2 31 *** Got signal Terminated *** 2023-11-20T20:00:12.522 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 20:00:12 smithi150 ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2[121746]: 2023-11-20T20:00:12.274+0000 7f7e20ad7700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-20T20:00:18.271 INFO:journalctl@ceph.osd.2.smithi150.stdout:Nov 20 20:00:17 smithi150 bash[128448]: ceph-d1b6b660-87de-11ee-959e-87774f69a715-osd-2 2023-11-20T20:00:19.029 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1b6b660-87de-11ee-959e-87774f69a715@osd.2.service' 2023-11-20T20:00:19.067 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-20T20:00:19.067 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-20T20:00:19.068 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1b6b660-87de-11ee-959e-87774f69a715 --force --keep-logs 2023-11-20T20:00:19.303 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T20:00:19.941 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1b6b660-87de-11ee-959e-87774f69a715 --force --keep-logs 2023-11-20T20:00:20.164 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T20:00:20.791 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1b6b660-87de-11ee-959e-87774f69a715 --force --keep-logs 2023-11-20T20:00:21.015 INFO:teuthology.orchestra.run.smithi150.stdout:Deleting cluster with fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T20:00:21.545 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-20T20:00:21.583 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-20T20:00:21.615 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-20T20:00:21.644 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-20T20:00:21.646 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi078/crash 2023-11-20T20:00:21.647 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash -- . 2023-11-20T20:00:21.691 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-20T20:00:21.691 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2023-11-20T20:00:21.693 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi088/crash 2023-11-20T20:00:21.694 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash -- . 2023-11-20T20:00:21.734 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-20T20:00:21.734 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2023-11-20T20:00:21.736 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi150/crash 2023-11-20T20:00:21.737 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash -- . 2023-11-20T20:00:21.794 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/d1b6b660-87de-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-20T20:00:21.794 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2023-11-20T20:00:21.796 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-20T20:00:21.796 DEBUG:teuthology.orchestra.run.smithi078:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-20T20:00:21.828 INFO:teuthology.orchestra.run.smithi078.stderr:grep: /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph.log: No such file or directory 2023-11-20T20:00:21.830 INFO:tasks.cephadm:Compressing logs... 2023-11-20T20:00:21.830 DEBUG:teuthology.orchestra.run.smithi078:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-20T20:00:21.873 DEBUG:teuthology.orchestra.run.smithi088:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-20T20:00:21.876 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-20T20:00:21.902 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-20T20:00:21.902 INFO:teuthology.orchestra.run.smithi088.stderr:: No such file or directory 2023-11-20T20:00:21.903 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log 2023-11-20T20:00:21.903 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mgr.b.log 2023-11-20T20:00:21.903 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.b.log 2023-11-20T20:00:21.903 INFO:teuthology.orchestra.run.smithi088.stderr: 87.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-20T20:00:21.904 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.1.log 2023-11-20T20:00:21.905 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.b.log: /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.1.log: 91.1% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-20T20:00:21.908 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-20T20:00:21.908 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-20T20:00:21.908 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log 2023-11-20T20:00:21.908 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.2.log 2023-11-20T20:00:21.909 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.c.log 2023-11-20T20:00:21.909 INFO:teuthology.orchestra.run.smithi150.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-20T20:00:21.909 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.2.log: /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.c.log: 91.2% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-20T20:00:21.910 INFO:teuthology.orchestra.run.smithi078.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-20T20:00:21.910 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-20T20:00:21.910 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log 2023-11-20T20:00:21.910 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.0.log 2023-11-20T20:00:21.911 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mgr.a.log 2023-11-20T20:00:21.911 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.a.log 2023-11-20T20:00:21.912 INFO:teuthology.orchestra.run.smithi088.stderr: 89.8% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mgr.b.log.gz 2023-11-20T20:00:21.912 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mgr.a.log: /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-20T20:00:21.913 INFO:teuthology.orchestra.run.smithi078.stderr: 91.3% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-20T20:00:21.936 INFO:teuthology.orchestra.run.smithi088.stderr: 92.3% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.b.log.gz 2023-11-20T20:00:21.936 INFO:teuthology.orchestra.run.smithi150.stderr: 92.6% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.c.log.gz 2023-11-20T20:00:21.952 INFO:teuthology.orchestra.run.smithi078.stderr: 89.0% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mgr.a.log.gz 2023-11-20T20:00:22.013 INFO:teuthology.orchestra.run.smithi078.stderr: 94.5% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.0.log.gz 2023-11-20T20:00:22.024 INFO:teuthology.orchestra.run.smithi150.stderr: 94.4% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.2.log.gz 2023-11-20T20:00:22.026 INFO:teuthology.orchestra.run.smithi150.stderr: 2023-11-20T20:00:22.026 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m0.132s 2023-11-20T20:00:22.026 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m0.154s 2023-11-20T20:00:22.027 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.022s 2023-11-20T20:00:22.028 INFO:teuthology.orchestra.run.smithi078.stderr: 91.6% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-mon.a.log.gz 2023-11-20T20:00:22.028 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-11-20T20:00:22.028 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.137s 2023-11-20T20:00:22.029 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.281s 2023-11-20T20:00:22.029 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.030s 2023-11-20T20:00:22.047 INFO:teuthology.orchestra.run.smithi088.stderr: 94.4% -- replaced with /var/log/ceph/d1b6b660-87de-11ee-959e-87774f69a715/ceph-osd.1.log.gz 2023-11-20T20:00:22.049 INFO:teuthology.orchestra.run.smithi088.stderr: 2023-11-20T20:00:22.050 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.158s 2023-11-20T20:00:22.050 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.190s 2023-11-20T20:00:22.050 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.018s 2023-11-20T20:00:22.050 INFO:tasks.cephadm:Archiving logs... 2023-11-20T20:00:22.051 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi078/log 2023-11-20T20:00:22.052 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-20T20:00:22.159 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi088/log 2023-11-20T20:00:22.161 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-20T20:00:22.220 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi150/log 2023-11-20T20:00:22.220 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-20T20:00:22.273 INFO:tasks.cephadm:Removing cluster... 2023-11-20T20:00:22.273 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1b6b660-87de-11ee-959e-87774f69a715 --force 2023-11-20T20:00:22.479 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T20:00:22.707 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1b6b660-87de-11ee-959e-87774f69a715 --force 2023-11-20T20:00:22.922 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T20:00:23.151 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1b6b660-87de-11ee-959e-87774f69a715 --force 2023-11-20T20:00:23.368 INFO:teuthology.orchestra.run.smithi150.stdout:Deleting cluster with fsid: d1b6b660-87de-11ee-959e-87774f69a715 2023-11-20T20:00:23.602 INFO:tasks.cephadm:Removing cephadm ... 2023-11-20T20:00:23.603 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-20T20:00:23.626 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-20T20:00:23.646 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-20T20:00:23.665 INFO:tasks.cephadm:Teardown complete 2023-11-20T20:00:23.665 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-20T20:00:23.675 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-11-20T20:00:23.675 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-20T20:00:23.679 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-20T20:00:23.689 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-20T20:00:23.811 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-20T20:00:23.821 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-20T20:00:23.822 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-20T20:00:23.825 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-20T20:00:23.828 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-20T20:00:23.843 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-11-20T20:00:23.844 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-11-20T20:00:23.845 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-11-20T20:00:23.849 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-20T20:00:23.849 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-11-20T20:00:23.849 INFO:teuthology.orchestra.run.smithi088.stdout:^- hv01.front.sepia.ceph.com 2 7 377 25 +4297us[+4302us] +/- 609ms 2023-11-20T20:00:23.849 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 7 377 17 -295us[ -289us] +/- 66ms 2023-11-20T20:00:23.850 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 22 +498us[ +504us] +/- 92ms 2023-11-20T20:00:23.850 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T20:00:23.852 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-20T20:00:23.852 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-11-20T20:00:23.852 INFO:teuthology.orchestra.run.smithi150.stdout:^- hv01.front.sepia.ceph.com 2 7 377 29 +4267us[+4263us] +/- 609ms 2023-11-20T20:00:23.853 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -390us[ -394us] +/- 66ms 2023-11-20T20:00:23.853 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 86 +511us[ +507us] +/- 91ms 2023-11-20T20:00:23.853 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T20:00:23.854 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-20T20:00:23.854 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-11-20T20:00:23.854 INFO:teuthology.orchestra.run.smithi078.stdout:^- hv01.front.sepia.ceph.com 2 7 377 30 +4262us[+4262us] +/- 609ms 2023-11-20T20:00:23.855 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv02.front.sepia.ceph.com 3 6 377 31 -387us[ -393us] +/- 66ms 2023-11-20T20:00:23.855 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 +475us[ +475us] +/- 92ms 2023-11-20T20:00:23.855 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-11-20T20:00:23.856 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-20T20:00:23.864 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-20T20:00:23.865 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-20T20:00:23.888 DEBUG:teuthology.orchestra.run.smithi078:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-20T20:00:23.992 DEBUG:teuthology.orchestra.run.smithi088:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-20T20:00:24.085 DEBUG:teuthology.orchestra.run.smithi150:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-20T20:00:24.175 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-20T20:00:24.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T20:00:24.209 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-20T20:00:24.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T20:00:24.243 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-20T20:00:24.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T20:00:24.275 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-20T20:00:24.286 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-20T20:00:24.295 INFO:teuthology.task.internal:Duration was 5809.993869 seconds 2023-11-20T20:00:24.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-20T20:00:24.321 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-20T20:00:24.321 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-20T20:00:24.324 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-20T20:00:24.326 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-20T20:00:24.368 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-20T20:00:24.370 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-20T20:00:24.373 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-20T20:00:24.710 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-20T20:00:24.711 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2023-11-20T20:00:24.711 DEBUG:teuthology.orchestra.run.smithi078:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-20T20:00:24.734 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-11-20T20:00:24.734 DEBUG:teuthology.orchestra.run.smithi088:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-20T20:00:24.758 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2023-11-20T20:00:24.758 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-20T20:00:24.780 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-20T20:00:24.780 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-20T20:00:24.783 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-20T20:00:24.800 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-20T20:00:24.860 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-20T20:00:24.860 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-20T20:00:24.866 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-20T20:00:24.881 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-20T20:00:24.972 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-20T20:00:24.983 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-20T20:00:24.983 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-20T20:00:25.010 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-20T20:00:25.038 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-20T20:00:25.065 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-20T20:00:25.075 DEBUG:teuthology.orchestra.run.smithi078:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-20T20:00:25.078 DEBUG:teuthology.orchestra.run.smithi088:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-20T20:00:25.080 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-20T20:00:25.102 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2023-11-20T20:00:25.104 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-11-20T20:00:25.132 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2023-11-20T20:00:25.176 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-20T20:00:25.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T20:00:25.193 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-20T20:00:25.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T20:00:25.210 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-20T20:00:25.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-20T20:00:25.234 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-20T20:00:25.244 INFO:teuthology.task.internal:Transferring archived files... 2023-11-20T20:00:25.245 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi078 2023-11-20T20:00:25.245 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-20T20:00:25.287 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi088 2023-11-20T20:00:25.288 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-20T20:00:25.326 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555/remote/smithi150 2023-11-20T20:00:25.327 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-20T20:00:25.366 INFO:teuthology.task.internal:Removing archive directory... 2023-11-20T20:00:25.366 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-20T20:00:25.369 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-20T20:00:25.371 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-20T20:00:25.417 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-20T20:00:25.430 INFO:teuthology.task.internal:Not uploading archives. 2023-11-20T20:00:25.430 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-20T20:00:25.535 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-20T20:00:25.535 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-20T20:00:25.538 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-20T20:00:25.540 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-20T20:00:25.553 INFO:teuthology.orchestra.run.smithi078.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 20 20:00 /home/ubuntu/cephtest 2023-11-20T20:00:25.555 INFO:teuthology.orchestra.run.smithi088.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 20 20:00 /home/ubuntu/cephtest 2023-11-20T20:00:25.558 INFO:teuthology.orchestra.run.smithi150.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 20 20:00 /home/ubuntu/cephtest 2023-11-20T20:00:25.559 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-20T20:00:25.570 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-20T20:00:25.603 INFO:teuthology.nuke:Checking targets against current locks 2023-11-20T20:00:25.631 DEBUG:teuthology.nuke:shortname: smithi078 2023-11-20T20:00:25.631 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-20T20:00:25.656 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-20 18:14:36.451401', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ93b5e9LJznX/bjKgyq23lpCljs+7eXehcrT9e7+pmTWsXgMhl/CuidVLeqsgqg64thnmE6c0jYF4u2Kz83jHE='} 2023-11-20T20:00:25.661 DEBUG:teuthology.nuke:shortname: smithi088 2023-11-20T20:00:25.661 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-20T20:00:25.684 DEBUG:teuthology.nuke:shortname: smithi150 2023-11-20T20:00:25.685 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-20T20:00:25.693 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-20 18:14:36.449758', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKCnpQBoLOwGzBd7iQiGr24KC0Ibdg9k6fGlUTjt6YwKo789Ij255IefxAUryQkRbSQo+yV6QHr6J9ytZ1h6JrY='} 2023-11-20T20:00:25.707 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-20_15:58:13-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463555', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-20 18:14:36.454228', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFWyYwzo6cKCvUdK+yfZUR4aymhCYEz7qMUESQntZgTCWCTi+JloKDcgbzQ379lHwHwZHMaJA0AuLo94h1F9EYc='} 2023-11-20T20:00:25.720 INFO:teuthology.orchestra.console.smithi078:Power off 2023-11-20T20:00:25.721 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-20T20:00:25.746 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-11-20T20:00:25.747 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:25.764 INFO:teuthology.orchestra.console.smithi088:Power off 2023-11-20T20:00:25.764 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-20T20:00:25.777 INFO:teuthology.orchestra.console.smithi150:Power off 2023-11-20T20:00:25.778 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-20T20:00:25.786 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-11-20T20:00:25.786 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:25.793 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-20T20:00:25.799 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2023-11-20T20:00:25.800 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:25.809 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-20T20:00:25.822 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-11-20T20:00:29.795 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:29.810 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:29.823 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:29.907 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-11-20T20:00:29.920 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-20T20:00:29.934 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-11-20T20:00:33.912 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:33.921 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:33.936 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:34.021 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-11-20T20:00:34.030 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-20T20:00:34.044 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2023-11-20T20:00:34.122 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-11-20T20:00:34.145 INFO:teuthology.orchestra.console.smithi150:Power off completed 2023-11-20T20:00:38.034 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-20T20:00:38.143 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-11-20T20:00:38.243 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-11-20T20:00:38.348 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_rgw_multisite} duration: 5809.993869304657 failure_reason: 'Command failed on smithi078 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1b6b660-87de-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=86b6b983ec6a4736b2064c6f07b3b457 status: fail success: false 2023-11-20T20:00:38.348 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-20T20:00:38.442 INFO:teuthology.run:FAIL