2023-11-21T10:42:51.476 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-21T10:42:51.476 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759 --owner scheduled_gabrioux@teuthology --verbose --description orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/classic task/test_rgw_multisite} -- /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/orig.config.yaml 2023-11-21T10:42:51.505 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-21T10:42:51.582 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759 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@redhat.com first_in_suite: false job_id: '7463759' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-11-21_10:27:09-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: 50 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: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO2znfB/OfI23HlqasSvsIpFnttu4xjEez3UWO2EHyr/qgDEvMq0S/wvOWl4+kQl/6m2iQG54hl8TsqAbaWUIac= smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAM50CqcNy/SCUeZEq9RWl+dinlf5dZJrxmGXXd+AaAvlkSReyi18DUpQm0URZ95z/R8+wrG3wxIS/1fmmV8jlw= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGA2s2C+ez7P9xWHYehpahOJlt38dKybxTtNQWrNoLbhZjYlskagHFaLCKPuKgFVirhv67asuKlypB753q6sRxc= 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-21_10:27:09 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-21T10:42:51.582 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-21T10:42:51.583 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_52ca4a61d5d69ccfadeef8408a4711c820b98959/qa/tasks 2023-11-21T10:42:51.583 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-21T10:42:51.584 INFO:teuthology.task.internal:Checking packages... 2023-11-21T10:42:51.607 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '52ca4a61d5d69ccfadeef8408a4711c820b98959' 2023-11-21T10:42:51.607 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-21T10:42:51.607 INFO:teuthology.packaging:ref: None 2023-11-21T10:42:51.607 INFO:teuthology.packaging:tag: None 2023-11-21T10:42:51.607 INFO:teuthology.packaging:branch: wip-teo-track_58812 2023-11-21T10:42:51.607 INFO:teuthology.packaging:sha1: 52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:42:51.607 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-21T10:42:51.746 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7435.g52ca4a61 2023-11-21T10:42:51.746 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-21T10:42:51.753 INFO:teuthology.task.internal:no buildpackages task found 2023-11-21T10:42:51.753 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-21T10:42:51.760 INFO:teuthology.task.internal:Saving configuration 2023-11-21T10:42:51.772 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-21T10:42:51.778 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T10:42:51.802 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759', '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-21 10:37:26.403897', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO2znfB/OfI23HlqasSvsIpFnttu4xjEez3UWO2EHyr/qgDEvMq0S/wvOWl4+kQl/6m2iQG54hl8TsqAbaWUIac='} 2023-11-21T10:42:51.824 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759', '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-21 10:37:26.405958', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAM50CqcNy/SCUeZEq9RWl+dinlf5dZJrxmGXXd+AaAvlkSReyi18DUpQm0URZ95z/R8+wrG3wxIS/1fmmV8jlw='} 2023-11-21T10:42:51.845 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759', '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-21 10:37:26.407538', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGA2s2C+ez7P9xWHYehpahOJlt38dKybxTtNQWrNoLbhZjYlskagHFaLCKPuKgFVirhv67asuKlypB753q6sRxc='} 2023-11-21T10:42:51.846 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-21T10:42:51.854 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-21T10:42:51.854 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-21T10:42:51.854 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-11-21T10:42:51.855 INFO:teuthology.run_tasks:Running task console_log... 2023-11-21T10:42:51.952 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d9fa2ef70>, signals=[15]) 2023-11-21T10:42:51.952 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-21T10:42:51.960 INFO:teuthology.task.internal:Opening connections... 2023-11-21T10:42:51.960 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2023-11-21T10:42:51.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:42:52.029 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-11-21T10:42:52.030 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:42:52.098 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-11-21T10:42:52.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:42:52.167 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-21T10:42:52.176 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2023-11-21T10:42:52.199 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2023-11-21T10:42:52.199 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="CentOS Stream" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:ID="centos" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="rhel fedora" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-21T10:42:52.261 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2023-11-21T10:42:52.262 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-21T10:42:52.262 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://centos.org/" 2023-11-21T10:42:52.262 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-21T10:42:52.262 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-21T10:42:52.262 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-21T10:42:52.262 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2023-11-21T10:42:52.286 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-11-21T10:42:52.309 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-11-21T10:42:52.309 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-21T10:42:52.372 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-11-21T10:42:52.373 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-21T10:42:52.373 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2023-11-21T10:42:52.373 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-21T10:42:52.373 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-21T10:42:52.373 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-21T10:42:52.373 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-11-21T10:42:52.394 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-11-21T10:42:52.417 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-11-21T10:42:52.417 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-11-21T10:42:52.478 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="8" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="8" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el8" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-21T10:42:52.479 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-21T10:42:52.480 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-11-21T10:42:52.502 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-21T10:42:52.512 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-21T10:42:52.524 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-21T10:42:52.525 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2023-11-21T10:42:52.527 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-11-21T10:42:52.529 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-11-21T10:42:52.549 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-21T10:42:52.561 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-21T10:42:52.561 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2023-11-21T10:42:52.588 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-11-21T10:42:52.591 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-11-21T10:42:52.622 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-21T10:42:52.704 INFO:teuthology.run_tasks:Running task kernel... 2023-11-21T10:42:52.723 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-21T10:42:52.723 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-21T10:42:52.723 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-21T10:42:52.724 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-21T10:42:52.724 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-21T10:42:52.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:42:52.744 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-11-21T10:42:52.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:42:52.746 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-11-21T10:42:52.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:42:52.747 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-11-21T10:42:52.804 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-489.el8.x86_64 2023-11-21T10:42:52.805 INFO:teuthology.task.kernel:Running kernel on smithi079: 4.18.0-489.el8.x86_64 2023-11-21T10:42:52.805 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2023-11-21T10:42:52.807 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-489.el8.x86_64 2023-11-21T10:42:52.807 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-489.el8.x86_64 2023-11-21T10:42:52.807 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2023-11-21T10:42:52.809 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-489.el8.x86_64 2023-11-21T10:42:52.809 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-489.el8.x86_64 2023-11-21T10:42:52.809 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-11-21T10:42:56.764 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 22 MB/s | 34 MB 00:01 2023-11-21T10:42:56.917 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 20 MB/s | 34 MB 00:01 2023-11-21T10:42:57.154 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - AppStream 18 MB/s | 34 MB 00:01 2023-11-21T10:43:05.820 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 53 MB 00:02 2023-11-21T10:43:05.909 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 53 MB 00:02 2023-11-21T10:43:07.247 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 53 MB 00:03 2023-11-21T10:43:13.644 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras 59 kB/s | 18 kB 00:00 2023-11-21T10:43:14.028 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2023-11-21T10:43:14.175 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 92 kB/s | 18 kB 00:00 2023-11-21T10:43:14.338 INFO:teuthology.orchestra.run.smithi079.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-21T10:43:14.534 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 41 kB/s | 6.9 kB 00:00 2023-11-21T10:43:14.811 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-21T10:43:15.613 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 57 kB/s | 18 kB 00:00 2023-11-21T10:43:16.047 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 29 kB/s | 6.9 kB 00:00 2023-11-21T10:43:16.140 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-11-21T10:43:16.332 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-11-21T10:43:16.470 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-21T10:43:20.105 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 117 kB/s | 24 kB 00:00 2023-11-21T10:43:20.520 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 442 kB/s | 24 kB 00:00 2023-11-21T10:43:22.935 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 2.5 MB/s | 16 MB 00:06 2023-11-21T10:43:23.748 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-21T10:43:23.748 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-21T10:43:24.060 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:43:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:Install 3 Packages 2023-11-21T10:43:24.062 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:43:24.062 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 89 M 2023-11-21T10:43:24.062 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 96 M 2023-11-21T10:43:24.062 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:43:24.377 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-21T10:43:24.377 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-21T10:43:24.663 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:43:24.664 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:43:24.664 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-11-21T10:43:24.664 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:43:24.664 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:43:24.664 INFO:teuthology.orchestra.run.smithi019.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout:Install 3 Packages 2023-11-21T10:43:24.665 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:43:24.666 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 89 M 2023-11-21T10:43:24.666 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 96 M 2023-11-21T10:43:24.666 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:43:25.423 INFO:teuthology.orchestra.run.smithi079.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2023-11-21T10:43:26.054 INFO:teuthology.orchestra.run.smithi019.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 7.7 MB/s | 10 MB 00:01 2023-11-21T10:43:33.756 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 592 kB/s | 24 kB 00:00 2023-11-21T10:43:33.757 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-21T10:43:33.757 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-21T10:43:33.757 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:43:33.757 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:43:33.757 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-11-21T10:43:33.758 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:43:33.758 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:43:33.758 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-21T10:43:33.758 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:43:33.758 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-21T10:43:33.758 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-21T10:43:33.759 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:43:33.759 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:43:33.759 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:43:33.759 INFO:teuthology.orchestra.run.smithi045.stdout:Install 3 Packages 2023-11-21T10:43:33.759 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:43:33.759 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 89 M 2023-11-21T10:43:33.760 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 96 M 2023-11-21T10:43:33.760 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:43:33.760 INFO:teuthology.orchestra.run.smithi045.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.7 MB/s | 10 MB 00:01 2023-11-21T10:43:33.760 INFO:teuthology.orchestra.run.smithi045.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-21T10:43:33.760 INFO:teuthology.orchestra.run.smithi019.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-11-21T10:43:33.761 INFO:teuthology.orchestra.run.smithi019.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-11-21T10:43:33.761 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:43:33.761 INFO:teuthology.orchestra.run.smithi019.stdout:Total 28 MB/s | 89 MB 00:03 2023-11-21T10:43:33.761 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:43:33.761 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:43:33.761 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:43:33.762 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:43:33.762 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:43:33.762 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:43:33.762 INFO:teuthology.orchestra.run.smithi079.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-21T10:43:33.762 INFO:teuthology.orchestra.run.smithi079.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:02 2023-11-21T10:43:33.762 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:43:33.763 INFO:teuthology.orchestra.run.smithi079.stdout:Total 28 MB/s | 89 MB 00:03 2023-11-21T10:43:33.763 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:43:33.763 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:43:33.763 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:43:33.763 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:43:33.763 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:43:33.764 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:43:33.764 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:43:33.821 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:43:33.958 INFO:teuthology.orchestra.run.smithi045.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-11-21T10:43:33.959 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:43:33.959 INFO:teuthology.orchestra.run.smithi045.stdout:Total 31 MB/s | 89 MB 00:02 2023-11-21T10:43:34.667 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:43:35.144 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:43:35.144 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:43:36.446 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:43:36.461 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:43:36.537 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:43:36.955 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:43:37.578 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:43:37.928 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:43:39.350 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:43:39.924 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:43:40.389 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:43:40.760 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:43:41.602 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:43:41.880 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:43:43.639 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:43:43.990 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:43:47.663 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:43:47.940 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:02.665 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:02.689 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:03.051 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:03.051 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:44:03.051 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:44:03.839 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:03.839 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:44:03.839 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:44:03.839 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-21T10:44:03.839 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-21T10:44:03.839 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:44:03.840 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:44:03.997 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:44:04.209 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:44:04.209 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:44:04.210 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-21T10:44:04.210 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-21T10:44:04.210 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-21T10:44:04.210 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-11-21T10:44:04.210 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-11-21T10:44:04.210 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:44:04.418 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:44:04.419 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:44:04.419 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2023-11-21T10:44:04.452 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.02 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 129.el8 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Group : System Environment/Base 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 9265586 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-21T10:44:04.453 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:Relocations : (not relocatable) 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : CentOS BuildSystem 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:44:04.454 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2023-11-21T10:44:04.455 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-21T10:44:04.455 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 4.18.0-521.el8.x86_64 2023-11-21T10:44:04.455 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-21T10:44:05.114 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:05.138 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:05.493 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:05.493 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:44:05.493 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:44:06.268 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-11-21T10:44:06.724 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:06.724 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:44:06.724 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:44:06.724 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-21T10:44:06.725 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-21T10:44:06.725 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:44:06.725 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:44:06.870 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:44:07.099 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:44:07.099 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:44:07.099 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-21T10:44:07.099 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-21T10:44:07.099 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-21T10:44:07.099 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-21T10:44:07.099 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2023-11-21T10:44:07.100 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:44:07.319 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:44:07.319 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:44:07.319 DEBUG:teuthology.orchestra.run.smithi019:> sudo rpm -qi grub2-tools 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Name : grub2-tools 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Epoch : 1 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Version : 2.02 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Release : 129.el8 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: x86_64 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-21T10:44:07.354 INFO:teuthology.orchestra.run.smithi019.stdout:Group : System Environment/Base 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Size : 9265586 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:License : GPLv3+ 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Relocations : (not relocatable) 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Packager : CentOS BuildSystem 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Vendor : CentOS 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Summary : Support tools for GRUB. 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout:Description : 2023-11-21T10:44:07.355 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:44:07.356 INFO:teuthology.orchestra.run.smithi019.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-21T10:44:07.356 INFO:teuthology.orchestra.run.smithi019.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-21T10:44:07.356 INFO:teuthology.orchestra.run.smithi019.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-21T10:44:07.356 INFO:teuthology.orchestra.run.smithi019.stdout:hardware devices. 2023-11-21T10:44:07.356 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:44:07.356 INFO:teuthology.orchestra.run.smithi019.stdout:This subpackage provides tools for support of all platforms. 2023-11-21T10:44:07.357 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-21T10:44:07.357 INFO:teuthology.task.kernel:Updating grub on smithi019 to boot 4.18.0-521.el8.x86_64 2023-11-21T10:44:07.357 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-21T10:44:08.680 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2023-11-21T10:44:08.712 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-11-21T10:44:08.713 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-11-21T10:44:08.752 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.gim79DeEpP 2023-11-21T10:44:08.752 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gim79DeEpP 2023-11-21T10:44:08.829 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.gim79DeEpP 2023-11-21T10:44:08.970 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.gim79DeEpP is 6KB 2023-11-21T10:44:08.993 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.gim79DeEpP 2023-11-21T10:44:09.010 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2023-11-21T10:44:09.075 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-21T10:44:09.076 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-21T10:44:09.076 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-21T10:44:09.076 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-21T10:44:09.077 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-21T10:44:09.248 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-11-21T10:44:10.914 INFO:teuthology.orchestra.run.smithi019.stderr:done 2023-11-21T10:44:10.916 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2023-11-21T10:44:10.941 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.GIPloluNqE 2023-11-21T10:44:10.942 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.GIPloluNqE 2023-11-21T10:44:11.014 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.GIPloluNqE 2023-11-21T10:44:11.156 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.GIPloluNqE is 6KB 2023-11-21T10:44:11.212 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.GIPloluNqE 2023-11-21T10:44:11.230 DEBUG:teuthology.orchestra.run.smithi019:> sudo /bin/ls /boot/loader/entries || true 2023-11-21T10:44:11.299 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-21T10:44:11.299 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-21T10:44:11.299 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-21T10:44:11.299 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-21T10:44:11.300 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-21T10:44:11.451 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2023-11-21T10:44:11.478 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:11.502 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:11.944 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:11.944 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-21T10:44:11.944 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-21T10:44:12.733 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-21T10:44:12.733 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:44:12.733 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:44:12.734 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-21T10:44:12.734 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-21T10:44:12.734 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:44:12.734 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:44:12.880 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:44:13.105 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:44:13.105 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:44:13.105 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-21T10:44:13.105 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-21T10:44:13.105 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-21T10:44:13.106 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-21T10:44:13.106 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-11-21T10:44:13.106 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-11-21T10:44:13.325 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-21T10:44:13.326 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-21T10:44:13.326 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2023-11-21T10:44:13.360 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2023-11-21T10:44:13.361 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2023-11-21T10:44:13.361 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.02 2023-11-21T10:44:13.361 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 129.el8 2023-11-21T10:44:13.361 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2023-11-21T10:44:13.361 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-21T10:44:13.361 INFO:teuthology.orchestra.run.smithi045.stdout:Group : System Environment/Base 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 9265586 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-21T10:44:13.362 INFO:teuthology.orchestra.run.smithi045.stdout:Relocations : (not relocatable) 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : CentOS BuildSystem 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-21T10:44:13.363 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-21T10:44:13.364 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-21T10:44:13.364 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2023-11-21T10:44:13.364 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:44:13.364 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2023-11-21T10:44:13.365 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-21T10:44:13.365 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 4.18.0-521.el8.x86_64 2023-11-21T10:44:13.365 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-21T10:44:14.645 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-11-21T10:44:17.161 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-11-21T10:44:17.162 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-11-21T10:44:17.193 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.dzVf4Ip9vt 2023-11-21T10:44:17.193 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dzVf4Ip9vt 2023-11-21T10:44:17.265 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.dzVf4Ip9vt 2023-11-21T10:44:17.413 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.dzVf4Ip9vt is 6KB 2023-11-21T10:44:17.436 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.dzVf4Ip9vt 2023-11-21T10:44:17.454 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2023-11-21T10:44:17.524 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-21T10:44:17.524 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-21T10:44:17.524 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-21T10:44:17.524 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-21T10:44:17.525 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-21T10:44:17.697 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-11-21T10:44:39.270 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-11-21T10:44:39.270 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-11-21T10:44:39.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:44:41.454 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-21T10:44:41.454 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-21T10:44:41.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:44:47.706 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-21T10:44:47.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-21T10:44:47.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:44:59.874 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2023-11-21T10:45:06.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2023-11-21T10:45:08.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-21T10:45:08.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:45:15.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-21T10:45:17.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:45:39.295 DEBUG:teuthology.orchestra.remote:timed out 2023-11-21T10:45:48.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-11-21T10:45:48.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:45:48.621 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-11-21T10:45:48.953 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-11-21T10:45:48.954 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-521.el8.x86_64"... 2023-11-21T10:45:48.954 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-11-21T10:45:48.970 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-521.el8.x86_64 2023-11-21T10:45:48.970 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-21T10:45:48.970 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-21T10:45:48.970 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-21T10:45:49.971 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-21T10:45:49.972 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-21T10:45:50.050 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-11-21T10:45:50.062 DEBUG:teuthology.parallel:result is None 2023-11-21T10:46:08.880 DEBUG:teuthology.orchestra.remote:timed out 2023-11-21T10:46:17.652 DEBUG:teuthology.orchestra.remote:timed out 2023-11-21T10:46:20.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-21T10:46:20.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:46:21.226 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-11-21T10:46:21.547 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-21T10:46:21.547 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-21T10:46:21.547 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-11-21T10:46:21.569 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-521.el8.x86_64 2023-11-21T10:46:21.569 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-21T10:46:21.569 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-21T10:46:21.569 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-21T10:46:22.570 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-21T10:46:22.571 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-21T10:46:22.658 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2023-11-21T10:46:22.672 DEBUG:teuthology.parallel:result is None 2023-11-21T10:46:29.653 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-21T10:46:29.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:46:30.017 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-11-21T10:46:30.332 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-21T10:46:30.332 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-21T10:46:30.332 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-11-21T10:46:30.354 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-521.el8.x86_64 2023-11-21T10:46:30.354 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-21T10:46:30.354 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-21T10:46:30.354 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-21T10:46:31.356 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-21T10:46:31.356 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-21T10:46:31.445 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-11-21T10:46:31.464 DEBUG:teuthology.parallel:result is None 2023-11-21T10:46:31.464 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-21T10:46:31.473 INFO:teuthology.task.internal:Creating test directory... 2023-11-21T10:46:31.474 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-21T10:46:31.476 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-21T10:46:31.478 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-21T10:46:31.502 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-21T10:46:31.513 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-21T10:46:31.528 INFO:teuthology.task.internal:Creating archive directory... 2023-11-21T10:46:31.529 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-21T10:46:31.539 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-21T10:46:31.541 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-21T10:46:31.594 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-21T10:46:31.604 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-21T10:46:31.605 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:46:31.609 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:46:31.611 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:46:31.651 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:46:31.653 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:46:31.658 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:46:31.664 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:46:31.665 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:46:31.670 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-21T10:46:31.672 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-21T10:46:31.683 INFO:teuthology.task.internal:Configuring sudo... 2023-11-21T10:46:31.683 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-21T10:46:31.685 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-21T10:46:31.707 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-21T10:46:31.741 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-21T10:46:31.752 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-21T10:46:31.752 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-21T10:46:31.759 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-21T10:46:31.782 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-21T10:46:31.802 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:46:31.870 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:46:31.934 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:46:31.987 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:46:32.033 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:46:32.033 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-21T10:46:32.107 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:46:32.157 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:46:32.222 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:46:32.268 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:46:32.321 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T10:46:32.321 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-21T10:46:32.395 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:46:32.442 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-21T10:46:32.500 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:46:32.588 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-21T10:46:32.630 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T10:46:32.630 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-21T10:46:32.699 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2023-11-21T10:46:32.702 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-11-21T10:46:32.704 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-11-21T10:46:32.761 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T10:46:32.784 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T10:46:32.818 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T10:46:33.063 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-21T10:46:33.072 INFO:teuthology.task.internal:Starting timer... 2023-11-21T10:46:33.072 INFO:teuthology.run_tasks:Running task pcp... 2023-11-21T10:46:33.088 INFO:teuthology.run_tasks:Running task selinux... 2023-11-21T10:46:33.103 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-21T10:46:33.103 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2023-11-21T10:46:33.192 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2023-11-21T10:46:33.194 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-11-21T10:46:33.301 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-11-21T10:46:33.303 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2023-11-21T10:46:33.396 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2023-11-21T10:46:33.397 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-21T10:46:33.398 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2023-11-21T10:46:33.567 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2023-11-21T10:46:33.567 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-11-21T10:46:33.711 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-11-21T10:46:33.711 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2023-11-21T10:46:33.732 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2023-11-21T10:46:33.732 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive'} 2023-11-21T10:46:33.732 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:46:33.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:46:33.767 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:46:33.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:46:33.802 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:46:33.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T10:46:33.831 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-21T10:46:33.831 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2023-11-21T10:46:33.865 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-11-21T10:46:33.900 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2023-11-21T10:46:33.926 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-21T10:46:33.942 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-21T10:46:33.942 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-21T10:46:33.958 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-21T10:46:33.959 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi045.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-21T10:54:35.511 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2023-11-21T10:54:35.512 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-21T10:54:35.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:54:35.583 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-11-21T10:54:35.615 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-21T10:54:35.615 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-21T10:54:35.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:54:35.686 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-11-21T10:54:35.760 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-11-21T10:54:35.761 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-11-21T10:54:35.761 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-21T10:54:35.834 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-11-21T10:54:35.861 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-11-21T10:54:35.861 INFO:teuthology.run_tasks:Running task clock... 2023-11-21T10:54:35.871 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-21T10:54:35.872 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-21T10:54:35.872 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:54:35.874 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-21T10:54:35.875 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:54:35.877 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-21T10:54:35.877 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:54:35.913 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-21T10:54:35.915 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-21T10:54:35.930 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-21T10:54:35.932 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-21T10:54:35.934 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-21T10:54:35.949 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-21T10:54:36.000 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-11-21T10:54:36.008 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2023-11-21T10:54:36.014 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-11-21T10:54:36.017 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2023-11-21T10:54:36.022 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2023-11-21T10:54:36.028 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2023-11-21T10:54:36.031 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-21T10:54:36.038 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-21T10:54:36.042 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-21T10:54:36.048 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-21T10:54:36.054 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-21T10:54:36.055 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-21T10:54:36.124 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-11-21T10:54:36.126 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-11-21T10:54:36.128 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T10:54:36.128 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-11-21T10:54:36.128 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.129 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.129 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.129 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.129 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2023-11-21T10:54:36.131 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T10:54:36.131 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-11-21T10:54:36.131 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.131 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.131 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.131 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.133 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T10:54:36.133 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2023-11-21T10:54:36.133 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.133 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.133 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.133 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T10:54:36.134 INFO:teuthology.run_tasks:Running task pexec... 2023-11-21T10:54:36.143 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-21T10:54:36.144 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2023-11-21T10:54:36.144 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-21T10:54:36.144 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-11-21T10:54:36.144 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-21T10:54:36.145 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2023-11-21T10:54:36.145 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-21T10:54:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:23 ago on Tue 21 Nov 2023 10:52:13 AM UTC. 2023-11-21T10:54:37.186 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:41 ago on Tue 21 Nov 2023 10:52:55 AM UTC. 2023-11-21T10:54:37.187 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:39 ago on Tue 21 Nov 2023 10:52:57 AM UTC. 2023-11-21T10:54:39.143 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:54:39.144 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:54:39.144 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-11-21T10:54:39.144 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:54:39.145 INFO:teuthology.orchestra.run.smithi079.stdout:Resetting modules: 2023-11-21T10:54:39.145 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools 2023-11-21T10:54:39.145 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:39.145 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:54:39.145 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:54:39.145 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:39.413 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:54:39.546 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:54:39.547 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:54:39.547 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:54:39.548 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:39.558 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:39.560 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:54:39.561 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:54:39.561 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:39.827 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:54:39.838 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:54:40.361 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:27 ago on Tue 21 Nov 2023 10:52:13 AM UTC. 2023-11-21T10:54:40.924 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:45 ago on Tue 21 Nov 2023 10:52:55 AM UTC. 2023-11-21T10:54:40.934 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:43 ago on Tue 21 Nov 2023 10:52:57 AM UTC. 2023-11-21T10:54:42.455 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout:Installing group/module packages: 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-21T10:54:42.632 INFO:teuthology.orchestra.run.smithi079.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout:Installing module profiles: 2023-11-21T10:54:42.633 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools/common 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling module streams: 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools rhel8 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2023-11-21T10:54:42.634 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:42.635 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 27 M 2023-11-21T10:54:42.635 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 89 M 2023-11-21T10:54:42.635 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:54:43.259 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.7 MB/s | 750 kB 00:00 2023-11-21T10:54:43.274 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:54:43.280 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:54:43.292 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.1 MB/s | 1.0 MB 00:00 2023-11-21T10:54:43.326 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-11-21T10:54:43.410 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2023-11-21T10:54:43.474 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:54:43.474 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:54:43.474 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:54:43.474 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-21T10:54:43.475 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools rhel8 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:43.476 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:54:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:54:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-11-21T10:54:43.477 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 27 M 2023-11-21T10:54:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 89 M 2023-11-21T10:54:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:54:43.481 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:54:43.481 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:54:43.481 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:54:43.481 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-21T10:54:43.482 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout:Installing weak dependencies: 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:54:43.483 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:54:43.484 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2023-11-21T10:54:43.484 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:43.484 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 27 M 2023-11-21T10:54:43.484 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 89 M 2023-11-21T10:54:43.484 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:54:43.493 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-11-21T10:54:43.619 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-21T10:54:43.644 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 165 kB/s | 25 kB 00:00 2023-11-21T10:54:43.702 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-11-21T10:54:43.728 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 863 kB/s | 94 kB 00:00 2023-11-21T10:54:43.803 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 703 kB/s | 53 kB 00:00 2023-11-21T10:54:43.845 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 18 MB/s | 2.5 MB 00:00 2023-11-21T10:54:43.879 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2023-11-21T10:54:43.997 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.7 MB/s | 750 kB 00:00 2023-11-21T10:54:44.039 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.1 MB/s | 1.0 MB 00:00 2023-11-21T10:54:44.044 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.5 MB/s | 750 kB 00:00 2023-11-21T10:54:44.054 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 20 MB/s | 8.1 MB 00:00 2023-11-21T10:54:44.054 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:54:44.054 INFO:teuthology.orchestra.run.smithi079.stdout:Total 19 MB/s | 27 MB 00:01 2023-11-21T10:54:44.073 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 503 kB/s | 38 kB 00:00 2023-11-21T10:54:44.086 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.9 MB/s | 1.0 MB 00:00 2023-11-21T10:54:44.120 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 504 kB/s | 38 kB 00:00 2023-11-21T10:54:44.123 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-21T10:54:44.192 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-11-21T10:54:44.207 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-11-21T10:54:44.324 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2023-11-21T10:54:44.326 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:54:44.347 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:54:44.347 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:54:44.349 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2023-11-21T10:54:44.421 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 779 kB/s | 178 kB 00:00 2023-11-21T10:54:44.458 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-11-21T10:54:44.483 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 591 kB/s | 94 kB 00:00 2023-11-21T10:54:44.496 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-11-21T10:54:44.521 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-11-21T10:54:44.559 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 702 kB/s | 53 kB 00:00 2023-11-21T10:54:44.606 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:54:44.609 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:54:44.617 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 16 MB/s | 2.5 MB 00:00 2023-11-21T10:54:44.642 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2023-11-21T10:54:44.655 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.9 MB/s | 9.6 MB 00:01 2023-11-21T10:54:44.688 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 489 kB/s | 94 kB 00:00 2023-11-21T10:54:44.781 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 20 MB/s | 2.5 MB 00:00 2023-11-21T10:54:44.797 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 484 kB/s | 53 kB 00:00 2023-11-21T10:54:44.801 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2023-11-21T10:54:44.802 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:54:44.802 INFO:teuthology.orchestra.run.smithi045.stdout:Total 20 MB/s | 27 MB 00:01 2023-11-21T10:54:44.881 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-11-21T10:54:45.023 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-11-21T10:54:45.023 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:54:45.024 INFO:teuthology.orchestra.run.smithi019.stdout:Total 17 MB/s | 27 MB 00:01 2023-11-21T10:54:45.096 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:54:45.120 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:54:45.121 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:54:45.317 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:54:45.341 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:54:45.341 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:54:45.397 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:54:45.398 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:54:45.402 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:54:45.602 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-21T10:54:45.633 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:54:45.637 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:54:45.805 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-21T10:54:46.002 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-21T10:54:46.233 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:54:46.393 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:54:46.667 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-21T10:54:46.679 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:54:46.825 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-21T10:54:46.857 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-21T10:54:46.920 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-21T10:54:47.079 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-21T10:54:47.090 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-21T10:54:47.275 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-21T10:54:47.351 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:54:47.531 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:54:47.841 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:54:48.089 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-21T10:54:48.095 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-21T10:54:48.167 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-21T10:54:48.276 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-21T10:54:48.535 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-21T10:54:48.960 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-21T10:54:49.138 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:54:49.340 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:54:49.385 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-21T10:54:49.584 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-21T10:54:49.605 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-21T10:54:49.817 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-21T10:54:49.838 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-21T10:54:49.896 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:54:50.115 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-21T10:54:50.151 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-21T10:54:50.249 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-21T10:54:50.313 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:54:50.564 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-21T10:54:50.772 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:54:50.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-21T10:54:50.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-21T10:54:50.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-21T10:54:50.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-21T10:54:50.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:54:50.773 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-21T10:54:51.218 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:54:51.541 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:54:51.559 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:51.560 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:54:51.561 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:54:51.713 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-21T10:54:51.777 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-21T10:54:51.884 DEBUG:teuthology.parallel:result is None 2023-11-21T10:54:51.991 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:54:52.035 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:54:52.482 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:54:52.482 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-21T10:54:52.482 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:54:52.483 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-21T10:54:52.526 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-21T10:54:52.527 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-21T10:54:52.528 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-21T10:54:52.528 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-21T10:54:52.528 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-21T10:54:52.528 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-21T10:54:53.344 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-21T10:54:53.344 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.345 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:53.346 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-21T10:54:53.346 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:54:53.346 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-21T10:54:53.538 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:54:53.539 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:54:53.704 DEBUG:teuthology.parallel:result is None 2023-11-21T10:54:53.952 DEBUG:teuthology.parallel:result is None 2023-11-21T10:54:53.952 INFO:teuthology.run_tasks:Running task install... 2023-11-21T10:54:53.962 DEBUG:teuthology.task.install:project ceph 2023-11-21T10:54:53.962 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959'}} 2023-11-21T10:54:53.962 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '52ca4a61d5d69ccfadeef8408a4711c820b98959'} 2023-11-21T10:54:53.962 INFO:teuthology.task.install:Using flavor: default 2023-11-21T10:54:53.969 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-21T10:54:53.970 INFO:teuthology.task.install:extra packages: [] 2023-11-21T10:54:53.970 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-21T10:54:53.970 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-21T10:54:53.972 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-21T10:54:53.972 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-21T10:54:53.973 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-21T10:54:53.973 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-21T10:54:54.118 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-21T10:54:54.118 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7435.g52ca4a61 2023-11-21T10:54:54.199 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-21T10:54:54.199 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7435.g52ca4a61 2023-11-21T10:54:54.207 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-21T10:54:54.207 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7435.g52ca4a61 2023-11-21T10:54:54.239 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-21T10:54:54.240 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:54:54.240 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-21T10:54:54.286 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-21T10:54:54.287 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:54:54.363 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:54:54.377 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-21T10:54:54.377 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T10:54:54.377 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-21T10:54:54.405 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-21T10:54:54.407 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T10:54:54.407 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-21T10:54:54.413 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-21T10:54:54.414 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:54:54.441 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-21T10:54:54.441 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:54:54.455 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:54:54.488 INFO:teuthology.orchestra.run.smithi019.stdout:check_obsoletes = 1 2023-11-21T10:54:54.490 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:54:54.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum clean all 2023-11-21T10:54:54.511 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:54:54.576 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:54:54.591 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:54:54.609 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2023-11-21T10:54:54.610 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2023-11-21T10:54:54.660 INFO:teuthology.orchestra.run.smithi079.stdout:check_obsoletes = 1 2023-11-21T10:54:54.661 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum clean all 2023-11-21T10:54:54.805 INFO:teuthology.orchestra.run.smithi019.stdout:76 files removed 2023-11-21T10:54:54.837 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-radosgw 2023-11-21T10:54:54.912 INFO:teuthology.orchestra.run.smithi045.stdout:76 files removed 2023-11-21T10:54:54.928 INFO:teuthology.orchestra.run.smithi079.stdout:76 files removed 2023-11-21T10:54:54.944 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2023-11-21T10:54:54.955 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-radosgw 2023-11-21T10:54:55.716 INFO:teuthology.orchestra.run.smithi019.stdout:ceph packages for x86_64 198 kB/s | 81 kB 00:00 2023-11-21T10:54:55.817 INFO:teuthology.orchestra.run.smithi079.stdout:ceph packages for x86_64 177 kB/s | 81 kB 00:00 2023-11-21T10:54:55.820 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 200 kB/s | 81 kB 00:00 2023-11-21T10:54:55.993 INFO:teuthology.orchestra.run.smithi019.stdout:ceph noarch packages 41 kB/s | 9.5 kB 00:00 2023-11-21T10:54:56.155 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-11-21T10:54:56.218 INFO:teuthology.orchestra.run.smithi079.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-11-21T10:54:56.294 INFO:teuthology.orchestra.run.smithi019.stdout:ceph source packages 5.6 kB/s | 1.5 kB 00:00 2023-11-21T10:54:56.423 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 6.4 kB/s | 1.5 kB 00:00 2023-11-21T10:54:56.486 INFO:teuthology.orchestra.run.smithi079.stdout:ceph source packages 6.2 kB/s | 1.5 kB 00:00 2023-11-21T10:54:57.835 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 22 MB/s | 34 MB 00:01 2023-11-21T10:54:58.015 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 22 MB/s | 34 MB 00:01 2023-11-21T10:54:58.052 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - AppStream 22 MB/s | 34 MB 00:01 2023-11-21T10:55:05.378 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - BaseOS 54 MB/s | 53 MB 00:00 2023-11-21T10:55:05.752 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 53 MB/s | 53 MB 00:01 2023-11-21T10:55:06.974 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 53 MB 00:02 2023-11-21T10:55:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2023-11-21T10:55:14.111 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-11-21T10:55:14.753 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2023-11-21T10:55:15.196 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - PowerTools 7.1 MB/s | 6.6 MB 00:00 2023-11-21T10:55:15.470 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-11-21T10:55:15.990 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2023-11-21T10:55:16.479 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - PowerTools 7.9 MB/s | 6.6 MB 00:00 2023-11-21T10:55:16.647 INFO:teuthology.orchestra.run.smithi079.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-21T10:55:16.699 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-21T10:55:18.006 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-21T10:55:18.215 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-21T10:55:18.726 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - PowerTools 3.6 MB/s | 6.6 MB 00:01 2023-11-21T10:55:20.311 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-11-21T10:55:21.899 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 276 kB/s | 24 kB 00:00 2023-11-21T10:55:22.114 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 9.8 MB/s | 16 MB 00:01 2023-11-21T10:55:25.628 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 2.2 MB/s | 16 MB 00:07 2023-11-21T10:55:26.396 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:55:26.398 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 14 M 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout: librados2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.8 M 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.7 M 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 5.4 M 2023-11-21T10:55:26.399 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 23 M 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 24 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 838 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 517 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.9 M 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 45 k 2023-11-21T10:55:26.400 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 128 k 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 197 k 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 371 k 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 364 k 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 107 k 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout:Install 21 Packages 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 2 Packages 2023-11-21T10:55:26.401 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:55:26.402 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 62 M 2023-11-21T10:55:26.402 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:55:26.429 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 400 kB/s | 24 kB 00:00 2023-11-21T10:55:28.284 INFO:teuthology.orchestra.run.smithi079.stdout:(1/23): ceph-base-18.0.0-7435.g52ca4a61.el8.x86 11 MB/s | 5.4 MB 00:00 2023-11-21T10:55:28.350 INFO:teuthology.orchestra.run.smithi079.stdout:(2/23): ceph-selinux-18.0.0-7435.g52ca4a61.el8. 367 kB/s | 24 kB 00:00 2023-11-21T10:55:28.450 INFO:teuthology.orchestra.run.smithi079.stdout:(3/23): libcephfs2-18.0.0-7435.g52ca4a61.el8.x8 8.2 MB/s | 838 kB 00:00 2023-11-21T10:55:28.534 INFO:teuthology.orchestra.run.smithi079.stdout:(4/23): libradosstriper1-18.0.0-7435.g52ca4a61. 6.1 MB/s | 517 kB 00:00 2023-11-21T10:55:29.101 INFO:teuthology.orchestra.run.smithi079.stdout:(5/23): librgw2-18.0.0-7435.g52ca4a61.el8.x86_6 12 MB/s | 6.9 MB 00:00 2023-11-21T10:55:29.160 INFO:teuthology.orchestra.run.smithi079.stdout:(6/23): python3-ceph-argparse-18.0.0-7435.g52ca 770 kB/s | 45 kB 00:00 2023-11-21T10:55:29.219 INFO:teuthology.orchestra.run.smithi079.stdout:(7/23): python3-ceph-common-18.0.0-7435.g52ca4a 2.2 MB/s | 128 kB 00:00 2023-11-21T10:55:29.269 INFO:teuthology.orchestra.run.smithi079.stdout:(8/23): python3-cephfs-18.0.0-7435.g52ca4a61.el 3.8 MB/s | 197 kB 00:00 2023-11-21T10:55:29.362 INFO:teuthology.orchestra.run.smithi079.stdout:(9/23): python3-rados-18.0.0-7435.g52ca4a61.el8 3.9 MB/s | 371 kB 00:00 2023-11-21T10:55:29.603 INFO:teuthology.orchestra.run.smithi079.stdout:(10/23): ceph-common-18.0.0-7435.g52ca4a61.el8. 12 MB/s | 23 MB 00:01 2023-11-21T10:55:29.628 INFO:teuthology.orchestra.run.smithi079.stdout:(11/23): python3-rbd-18.0.0-7435.g52ca4a61.el8. 1.3 MB/s | 364 kB 00:00 2023-11-21T10:55:29.654 INFO:teuthology.orchestra.run.smithi079.stdout:(12/23): python3-rgw-18.0.0-7435.g52ca4a61.el8. 2.1 MB/s | 107 kB 00:00 2023-11-21T10:55:29.932 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-11-21T10:55:30.004 INFO:teuthology.orchestra.run.smithi079.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 943 kB/s | 354 kB 00:00 2023-11-21T10:55:30.029 INFO:teuthology.orchestra.run.smithi079.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 692 kB/s | 259 kB 00:00 2023-11-21T10:55:30.080 INFO:teuthology.orchestra.run.smithi079.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 583 kB/s | 44 kB 00:00 2023-11-21T10:55:30.121 INFO:teuthology.orchestra.run.smithi079.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 511 kB/s | 47 kB 00:00 2023-11-21T10:55:30.222 INFO:teuthology.orchestra.run.smithi079.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 588 kB/s | 59 kB 00:00 2023-11-21T10:55:30.248 INFO:teuthology.orchestra.run.smithi079.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-11-21T10:55:30.289 INFO:teuthology.orchestra.run.smithi079.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-11-21T10:55:30.448 INFO:teuthology.orchestra.run.smithi079.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 8.7 MB/s | 1.7 MB 00:00 2023-11-21T10:55:30.548 INFO:teuthology.orchestra.run.smithi079.stdout:(21/23): librados2-18.0.0-7435.g52ca4a61.el8.x8 15 MB/s | 3.8 MB 00:00 2023-11-21T10:55:30.757 INFO:teuthology.orchestra.run.smithi079.stdout:(22/23): librbd1-18.0.0-7435.g52ca4a61.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-11-21T10:55:31.429 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:55:31.432 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:55:31.432 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:55:31.432 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:55:31.432 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:55:31.432 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 14 M 2023-11-21T10:55:31.432 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.8 M 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.7 M 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 5.4 M 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 23 M 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 24 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 838 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 517 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-21T10:55:31.433 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.9 M 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 45 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 128 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 197 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 371 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 364 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 107 k 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:55:31.434 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:55:31.435 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:55:31.435 INFO:teuthology.orchestra.run.smithi045.stdout:Install 21 Packages 2023-11-21T10:55:31.435 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2023-11-21T10:55:31.435 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:55:31.435 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 62 M 2023-11-21T10:55:31.435 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:55:31.758 INFO:teuthology.orchestra.run.smithi079.stdout:(23/23): ceph-radosgw-18.0.0-7435.g52ca4a61.el8 3.5 MB/s | 14 MB 00:03 2023-11-21T10:55:31.760 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:55:31.760 INFO:teuthology.orchestra.run.smithi079.stdout:Total 11 MB/s | 62 MB 00:05 2023-11-21T10:55:31.802 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:55:31.847 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:55:31.847 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:55:32.211 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:55:32.214 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:55:33.419 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:55:33.571 INFO:teuthology.orchestra.run.smithi045.stdout:(1/23): ceph-common-18.0.0-7435.g52ca4a61.el8.x 14 MB/s | 23 MB 00:01 2023-11-21T10:55:33.610 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-21T10:55:33.614 INFO:teuthology.orchestra.run.smithi045.stdout:(2/23): ceph-selinux-18.0.0-7435.g52ca4a61.el8. 586 kB/s | 24 kB 00:00 2023-11-21T10:55:33.706 INFO:teuthology.orchestra.run.smithi045.stdout:(3/23): libcephfs2-18.0.0-7435.g52ca4a61.el8.x8 8.9 MB/s | 838 kB 00:00 2023-11-21T10:55:33.772 INFO:teuthology.orchestra.run.smithi045.stdout:(4/23): libradosstriper1-18.0.0-7435.g52ca4a61. 7.6 MB/s | 517 kB 00:00 2023-11-21T10:55:33.807 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-21T10:55:33.848 INFO:teuthology.orchestra.run.smithi045.stdout:(5/23): ceph-base-18.0.0-7435.g52ca4a61.el8.x86 2.9 MB/s | 5.4 MB 00:01 2023-11-21T10:55:33.940 INFO:teuthology.orchestra.run.smithi045.stdout:(6/23): python3-ceph-argparse-18.0.0-7435.g52ca 489 kB/s | 45 kB 00:00 2023-11-21T10:55:33.995 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-21T10:55:34.049 INFO:teuthology.orchestra.run.smithi045.stdout:(7/23): python3-ceph-common-18.0.0-7435.g52ca4a 1.2 MB/s | 128 kB 00:00 2023-11-21T10:55:34.157 INFO:teuthology.orchestra.run.smithi045.stdout:(8/23): librgw2-18.0.0-7435.g52ca4a61.el8.x86_6 18 MB/s | 6.9 MB 00:00 2023-11-21T10:55:34.182 INFO:teuthology.orchestra.run.smithi045.stdout:(9/23): python3-cephfs-18.0.0-7435.g52ca4a61.el 1.4 MB/s | 197 kB 00:00 2023-11-21T10:55:34.216 INFO:teuthology.orchestra.run.smithi045.stdout:(10/23): python3-rados-18.0.0-7435.g52ca4a61.el 6.2 MB/s | 371 kB 00:00 2023-11-21T10:55:34.250 INFO:teuthology.orchestra.run.smithi045.stdout:(11/23): python3-rbd-18.0.0-7435.g52ca4a61.el8. 5.3 MB/s | 364 kB 00:00 2023-11-21T10:55:34.267 INFO:teuthology.orchestra.run.smithi045.stdout:(12/23): python3-rgw-18.0.0-7435.g52ca4a61.el8. 2.1 MB/s | 107 kB 00:00 2023-11-21T10:55:34.392 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-21T10:55:34.604 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:55:34.617 INFO:teuthology.orchestra.run.smithi045.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 742 kB/s | 259 kB 00:00 2023-11-21T10:55:34.643 INFO:teuthology.orchestra.run.smithi045.stdout:(14/23): librdkafka-0.11.4-3.el8.x86_64.rpm 902 kB/s | 354 kB 00:00 2023-11-21T10:55:34.693 INFO:teuthology.orchestra.run.smithi045.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 583 kB/s | 44 kB 00:00 2023-11-21T10:55:34.700 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:55:34.735 INFO:teuthology.orchestra.run.smithi045.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 511 kB/s | 47 kB 00:00 2023-11-21T10:55:34.918 INFO:teuthology.orchestra.run.smithi045.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 321 kB/s | 59 kB 00:00 2023-11-21T10:55:34.923 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-21T10:55:34.959 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:55:34.961 INFO:teuthology.orchestra.run.smithi045.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 14 M 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrading: 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout: librados2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.8 M 2023-11-21T10:55:34.963 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.7 M 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 5.4 M 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 23 M 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 24 k 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 838 k 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-21T10:55:34.964 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 517 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2 x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.9 M 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 45 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 128 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 197 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 371 k 2023-11-21T10:55:34.965 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 364 k 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 107 k 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout:Install 21 Packages 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrade 2 Packages 2023-11-21T10:55:34.966 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:55:34.967 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 62 M 2023-11-21T10:55:34.967 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:55:35.028 INFO:teuthology.orchestra.run.smithi045.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 690 kB/s | 75 kB 00:00 2023-11-21T10:55:35.113 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-21T10:55:35.194 INFO:teuthology.orchestra.run.smithi045.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 7.4 MB/s | 1.7 MB 00:00 2023-11-21T10:55:35.518 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-21T10:55:35.529 INFO:teuthology.orchestra.run.smithi045.stdout:(21/23): librbd1-18.0.0-7435.g52ca4a61.el8.x86_ 11 MB/s | 3.7 MB 00:00 2023-11-21T10:55:35.670 INFO:teuthology.orchestra.run.smithi045.stdout:(22/23): ceph-radosgw-18.0.0-7435.g52ca4a61.el8 3.8 MB/s | 14 MB 00:03 2023-11-21T10:55:35.729 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:55:35.770 INFO:teuthology.orchestra.run.smithi045.stdout:(23/23): librados2-18.0.0-7435.g52ca4a61.el8.x8 5.1 MB/s | 3.8 MB 00:00 2023-11-21T10:55:35.773 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:55:35.774 INFO:teuthology.orchestra.run.smithi045.stdout:Total 14 MB/s | 62 MB 00:04 2023-11-21T10:55:35.797 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:55:35.816 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:55:35.868 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:55:35.868 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:55:35.977 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-21T10:55:36.128 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-21T10:55:36.192 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-21T10:55:36.264 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:55:36.268 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:55:36.342 INFO:teuthology.orchestra.run.smithi019.stdout:(1/23): ceph-base-18.0.0-7435.g52ca4a61.el8.x86 8.2 MB/s | 5.4 MB 00:00 2023-11-21T10:55:36.400 INFO:teuthology.orchestra.run.smithi019.stdout:(2/23): ceph-selinux-18.0.0-7435.g52ca4a61.el8. 419 kB/s | 24 kB 00:00 2023-11-21T10:55:36.525 INFO:teuthology.orchestra.run.smithi019.stdout:(3/23): libcephfs2-18.0.0-7435.g52ca4a61.el8.x8 6.6 MB/s | 838 kB 00:00 2023-11-21T10:55:36.573 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 10/25 2023-11-21T10:55:36.618 INFO:teuthology.orchestra.run.smithi019.stdout:(4/23): libradosstriper1-18.0.0-7435.g52ca4a61. 5.5 MB/s | 517 kB 00:00 2023-11-21T10:55:36.766 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-21T10:55:37.017 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-21T10:55:37.161 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-21T10:55:37.239 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-21T10:55:37.439 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-21T10:55:37.451 INFO:teuthology.orchestra.run.smithi019.stdout:(5/23): ceph-common-18.0.0-7435.g52ca4a61.el8.x 13 MB/s | 23 MB 00:01 2023-11-21T10:55:37.522 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:55:37.543 INFO:teuthology.orchestra.run.smithi019.stdout:(6/23): librgw2-18.0.0-7435.g52ca4a61.el8.x86_6 7.5 MB/s | 6.9 MB 00:00 2023-11-21T10:55:37.568 INFO:teuthology.orchestra.run.smithi019.stdout:(7/23): python3-ceph-argparse-18.0.0-7435.g52ca 384 kB/s | 45 kB 00:00 2023-11-21T10:55:37.594 INFO:teuthology.orchestra.run.smithi019.stdout:(8/23): python3-ceph-common-18.0.0-7435.g52ca4a 2.5 MB/s | 128 kB 00:00 2023-11-21T10:55:37.654 INFO:teuthology.orchestra.run.smithi019.stdout:(9/23): python3-cephfs-18.0.0-7435.g52ca4a61.el 2.3 MB/s | 197 kB 00:00 2023-11-21T10:55:37.686 INFO:teuthology.orchestra.run.smithi019.stdout:(10/23): python3-rados-18.0.0-7435.g52ca4a61.el 4.0 MB/s | 371 kB 00:00 2023-11-21T10:55:37.710 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-21T10:55:37.720 INFO:teuthology.orchestra.run.smithi019.stdout:(11/23): python3-rbd-18.0.0-7435.g52ca4a61.el8. 5.5 MB/s | 364 kB 00:00 2023-11-21T10:55:37.745 INFO:teuthology.orchestra.run.smithi019.stdout:(12/23): python3-rgw-18.0.0-7435.g52ca4a61.el8. 1.8 MB/s | 107 kB 00:00 2023-11-21T10:55:37.896 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-21T10:55:38.103 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-21T10:55:38.112 INFO:teuthology.orchestra.run.smithi019.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 903 kB/s | 354 kB 00:00 2023-11-21T10:55:38.137 INFO:teuthology.orchestra.run.smithi019.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 662 kB/s | 259 kB 00:00 2023-11-21T10:55:38.188 INFO:teuthology.orchestra.run.smithi019.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 585 kB/s | 44 kB 00:00 2023-11-21T10:55:38.221 INFO:teuthology.orchestra.run.smithi019.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 561 kB/s | 47 kB 00:00 2023-11-21T10:55:38.233 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-21T10:55:38.386 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-21T10:55:38.453 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-21T10:55:38.463 INFO:teuthology.orchestra.run.smithi019.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 243 kB/s | 59 kB 00:00 2023-11-21T10:55:38.553 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-21T10:55:38.630 INFO:teuthology.orchestra.run.smithi019.stdout:(18/23): ceph-radosgw-18.0.0-7435.g52ca4a61.el8 4.7 MB/s | 14 MB 00:02 2023-11-21T10:55:38.655 INFO:teuthology.orchestra.run.smithi019.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 391 kB/s | 75 kB 00:00 2023-11-21T10:55:38.681 INFO:teuthology.orchestra.run.smithi019.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 622 kB/s | 306 kB 00:00 2023-11-21T10:55:38.694 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 17/25 2023-11-21T10:55:38.803 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:55:38.862 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-21T10:55:38.909 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:55:38.998 INFO:teuthology.orchestra.run.smithi019.stdout:(21/23): librbd1-18.0.0-7435.g52ca4a61.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-11-21T10:55:39.070 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 19/25 2023-11-21T10:55:39.098 INFO:teuthology.orchestra.run.smithi019.stdout:(22/23): librados2-18.0.0-7435.g52ca4a61.el8.x8 8.5 MB/s | 3.8 MB 00:00 2023-11-21T10:55:39.196 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-21T10:55:39.306 INFO:teuthology.orchestra.run.smithi019.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 2.6 MB/s | 1.7 MB 00:00 2023-11-21T10:55:39.312 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:55:39.312 INFO:teuthology.orchestra.run.smithi019.stdout:Total 14 MB/s | 62 MB 00:04 2023-11-21T10:55:39.356 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:55:39.386 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-21T10:55:39.409 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:55:39.409 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:55:39.804 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:55:39.807 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:55:39.854 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-21T10:55:40.169 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:55:40.261 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:55:40.446 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-21T10:55:40.602 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-21T10:55:40.685 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-21T10:55:40.833 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 10/25 2023-11-21T10:55:41.068 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-21T10:55:41.094 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:55:41.278 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-21T10:55:41.308 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-21T10:55:41.444 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-21T10:55:41.515 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-21T10:55:41.595 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-21T10:55:41.665 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:41.725 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-21T10:55:41.801 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-21T10:55:41.894 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:42.247 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-21T10:55:42.442 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:55:42.529 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:42.545 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:55:42.572 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-21T10:55:42.760 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-21T10:55:42.803 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-21T10:55:42.841 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-21T10:55:42.848 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-21T10:55:42.967 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-21T10:55:42.992 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-21T10:55:43.062 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 17/25 2023-11-21T10:55:43.146 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:55:43.247 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-21T10:55:43.474 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/25 2023-11-21T10:55:43.594 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 19/25 2023-11-21T10:55:43.667 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:55:43.805 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:55:44.028 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-21T10:55:44.200 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-21T10:55:44.276 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-21T10:55:44.473 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 10/25 2023-11-21T10:55:44.698 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-21T10:55:44.952 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-21T10:55:45.134 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-21T10:55:45.220 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 13/25 2023-11-21T10:55:45.473 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-21T10:55:46.338 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-21T10:55:46.479 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:46.711 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-21T10:55:46.794 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:46.937 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 16/25 2023-11-21T10:55:47.168 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 17/25 2023-11-21T10:55:47.369 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-21T10:55:47.445 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:47.707 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-21T10:55:47.725 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 19/25 2023-11-21T10:55:47.833 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-21T10:55:48.051 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:55:50.653 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:51.067 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:51.712 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 20/25 2023-11-21T10:55:52.021 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-21T10:55:52.267 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 21/25 2023-11-21T10:55:52.883 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /sys 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /proc 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /dev 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /run 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /mnt 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /var/tmp 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /home 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /tmp 2023-11-21T10:56:01.723 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /dev 2023-11-21T10:56:01.724 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:03.185 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-21T10:56:03.206 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-21T10:56:03.206 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-21T10:56:03.408 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-21T10:56:03.408 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:04.134 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:04.134 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/25 2023-11-21T10:56:04.134 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/25 2023-11-21T10:56:04.134 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/25 2023-11-21T10:56:04.134 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:56:04.134 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 6/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 8/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 9/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 10/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 13/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-21T10:56:04.135 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-21T10:56:04.136 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 24/25 2023-11-21T10:56:05.299 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.300 INFO:teuthology.orchestra.run.smithi079.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.301 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.302 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:05.302 INFO:teuthology.orchestra.run.smithi079.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-21T10:56:05.302 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:05.302 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:05.651 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-test 2023-11-21T10:56:06.497 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:45 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:08.151 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:08.152 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:08.152 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:56:08.152 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:08.152 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:56:08.152 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 49 M 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 183 k 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2023-11-21T10:56:08.153 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:08.154 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 50 M 2023-11-21T10:56:08.154 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 223 M 2023-11-21T10:56:08.154 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:56:08.642 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): libcephsqlite-18.0.0-7435.g52ca4a61.el8. 604 kB/s | 183 kB 00:00 2023-11-21T10:56:08.667 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 619 kB/s | 203 kB 00:00 2023-11-21T10:56:08.826 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2023-11-21T10:56:08.935 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 652 kB/s | 71 kB 00:00 2023-11-21T10:56:08.960 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 589 kB/s | 187 kB 00:00 2023-11-21T10:56:09.398 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:09.398 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2023-11-21T10:56:09.398 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2023-11-21T10:56:09.398 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-11-21T10:56:09.398 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /run 2023-11-21T10:56:09.399 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2023-11-21T10:56:09.399 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2023-11-21T10:56:09.399 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2023-11-21T10:56:09.399 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2023-11-21T10:56:09.399 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-11-21T10:56:09.399 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:10.952 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): ceph-test-18.0.0-7435.g52ca4a61.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-21T10:56:10.953 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:10.954 INFO:teuthology.orchestra.run.smithi079.stdout:Total 18 MB/s | 50 MB 00:02 2023-11-21T10:56:10.970 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-21T10:56:10.996 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-21T10:56:10.996 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-21T10:56:10.997 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:56:11.018 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:56:11.018 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:56:11.226 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-21T10:56:11.226 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:11.313 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:56:11.316 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:56:11.772 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:56:11.991 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:11.991 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 6/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 8/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 9/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 10/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 13/25 2023-11-21T10:56:11.992 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-21T10:56:11.993 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 24/25 2023-11-21T10:56:12.006 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-21T10:56:12.197 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-21T10:56:12.320 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-21T10:56:12.439 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-21T10:56:12.619 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-21T10:56:12.787 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-21T10:56:13.120 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:13.120 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:13.120 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2023-11-21T10:56:13.120 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.121 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-21T10:56:13.122 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:13.123 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:56:13.480 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /sys 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /proc 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /run 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /mnt 2023-11-21T10:56:14.440 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /var/tmp 2023-11-21T10:56:14.441 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /home 2023-11-21T10:56:14.441 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /tmp 2023-11-21T10:56:14.441 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-11-21T10:56:14.441 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:14.469 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:48 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:56:16.026 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-21T10:56:16.052 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 23/25 2023-11-21T10:56:16.052 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-21T10:56:16.283 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-21T10:56:16.283 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:16.339 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:56:16.340 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:16.340 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:56:16.340 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:16.341 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:56:16.341 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 49 M 2023-11-21T10:56:16.341 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:56:16.341 INFO:teuthology.orchestra.run.smithi045.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-21T10:56:16.341 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 183 k 2023-11-21T10:56:16.341 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-21T10:56:16.342 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-21T10:56:16.342 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-21T10:56:16.342 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:16.342 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:56:16.342 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:16.343 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-11-21T10:56:16.343 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:16.344 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 50 M 2023-11-21T10:56:16.344 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 223 M 2023-11-21T10:56:16.344 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:56:16.638 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): libcephsqlite-18.0.0-7435.g52ca4a61.el8. 942 kB/s | 183 kB 00:00 2023-11-21T10:56:16.772 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 620 kB/s | 203 kB 00:00 2023-11-21T10:56:16.914 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2023-11-21T10:56:16.956 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 590 kB/s | 187 kB 00:00 2023-11-21T10:56:16.990 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 938 kB/s | 71 kB 00:00 2023-11-21T10:56:17.079 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_6 6/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 7/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8. 8/25 2023-11-21T10:56:17.080 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x8 9/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 10/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 11/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 12/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 13/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-21T10:56:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-21T10:56:17.082 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-21T10:56:17.082 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 22/25 2023-11-21T10:56:17.082 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-21T10:56:17.082 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 24/25 2023-11-21T10:56:17.524 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-21T10:56:17.784 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-21T10:56:18.066 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-21T10:56:18.067 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/6 2023-11-21T10:56:18.067 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/6 2023-11-21T10:56:18.067 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-21T10:56:18.067 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-21T10:56:18.067 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-21T10:56:18.371 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout:Upgraded: 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-21T10:56:18.372 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-21T10:56:18.373 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.374 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.374 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.374 INFO:teuthology.orchestra.run.smithi019.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-21T10:56:18.374 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:18.374 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:56:18.712 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-test 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: jq-1.6-8.el8.x86_64 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-21T10:56:18.814 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:18.815 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:18.990 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): ceph-test-18.0.0-7435.g52ca4a61.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-21T10:56:18.992 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:18.992 INFO:teuthology.orchestra.run.smithi045.stdout:Total 19 MB/s | 50 MB 00:02 2023-11-21T10:56:18.993 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph 2023-11-21T10:56:19.038 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:56:19.062 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:56:19.062 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:56:19.388 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:56:19.392 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:56:19.695 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:00:50 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:56:19.854 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:58 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:20.029 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:56:20.272 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-21T10:56:20.452 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-21T10:56:20.605 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-21T10:56:20.719 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-21T10:56:20.923 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-21T10:56:21.080 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-21T10:56:21.517 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.4 k 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:56:21.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 2.3 M 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 1.6 M 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 242 k 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 4.6 M 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 18 M 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-21T10:56:21.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-21T10:56:21.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout:Install 32 Packages 2023-11-21T10:56:21.524 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:21.525 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 30 M 2023-11-21T10:56:21.525 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 121 M 2023-11-21T10:56:21.525 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:56:21.545 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:56:21.546 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:56:21.546 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:56:21.546 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:56:21.546 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 49 M 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 183 k 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout:Install 6 Packages 2023-11-21T10:56:21.547 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:21.548 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 50 M 2023-11-21T10:56:21.548 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 223 M 2023-11-21T10:56:21.548 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:56:21.997 INFO:teuthology.orchestra.run.smithi079.stdout:(1/32): ceph-18.0.0-7435.g52ca4a61.el8.x86_64.r 48 kB/s | 6.4 kB 00:00 2023-11-21T10:56:22.072 INFO:teuthology.orchestra.run.smithi019.stdout:(1/6): libcephsqlite-18.0.0-7435.g52ca4a61.el8. 540 kB/s | 183 kB 00:00 2023-11-21T10:56:22.097 INFO:teuthology.orchestra.run.smithi019.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 559 kB/s | 203 kB 00:00 2023-11-21T10:56:22.265 INFO:teuthology.orchestra.run.smithi019.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.9 MB/s | 323 kB 00:00 2023-11-21T10:56:22.348 INFO:teuthology.orchestra.run.smithi019.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 858 kB/s | 71 kB 00:00 2023-11-21T10:56:22.390 INFO:teuthology.orchestra.run.smithi019.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 590 kB/s | 187 kB 00:00 2023-11-21T10:56:23.147 INFO:teuthology.orchestra.run.smithi079.stdout:(2/32): ceph-mgr-18.0.0-7435.g52ca4a61.el8.x86_ 1.3 MB/s | 1.6 MB 00:01 2023-11-21T10:56:24.155 INFO:teuthology.orchestra.run.smithi079.stdout:(3/32): ceph-mds-18.0.0-7435.g52ca4a61.el8.x86_ 1.0 MB/s | 2.3 MB 00:02 2023-11-21T10:56:24.289 INFO:teuthology.orchestra.run.smithi079.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7435.g52ca 1.8 MB/s | 242 kB 00:00 2023-11-21T10:56:24.323 INFO:teuthology.orchestra.run.smithi019.stdout:(6/6): ceph-test-18.0.0-7435.g52ca4a61.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-21T10:56:24.325 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:24.326 INFO:teuthology.orchestra.run.smithi019.stdout:Total 18 MB/s | 50 MB 00:02 2023-11-21T10:56:24.372 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:56:24.396 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:56:24.396 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:56:24.481 INFO:teuthology.orchestra.run.smithi079.stdout:(5/32): ceph-mon-18.0.0-7435.g52ca4a61.el8.x86_ 1.9 MB/s | 4.6 MB 00:02 2023-11-21T10:56:24.607 INFO:teuthology.orchestra.run.smithi079.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 495 kB/s | 157 kB 00:00 2023-11-21T10:56:24.682 INFO:teuthology.orchestra.run.smithi079.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 193 kB/s | 39 kB 00:00 2023-11-21T10:56:24.707 INFO:teuthology.orchestra.run.smithi079.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 1.0 MB/s | 103 kB 00:00 2023-11-21T10:56:24.725 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:56:24.728 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:56:24.808 INFO:teuthology.orchestra.run.smithi079.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 456 kB/s | 57 kB 00:00 2023-11-21T10:56:24.883 INFO:teuthology.orchestra.run.smithi079.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.5 MB/s | 457 kB 00:00 2023-11-21T10:56:24.925 INFO:teuthology.orchestra.run.smithi079.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.1 MB/s | 249 kB 00:00 2023-11-21T10:56:24.967 INFO:teuthology.orchestra.run.smithi079.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 2.6 MB/s | 109 kB 00:00 2023-11-21T10:56:25.034 INFO:teuthology.orchestra.run.smithi079.stdout:(13/32): python3-cryptography-3.2.1-6.el8.x86_6 4.2 MB/s | 641 kB 00:00 2023-11-21T10:56:25.126 INFO:teuthology.orchestra.run.smithi079.stdout:(14/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 275 kB/s | 44 kB 00:00 2023-11-21T10:56:25.251 INFO:teuthology.orchestra.run.smithi079.stdout:(15/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 854 kB/s | 185 kB 00:00 2023-11-21T10:56:25.253 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:56:25.277 INFO:teuthology.orchestra.run.smithi079.stdout:(16/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.1 MB/s | 173 kB 00:00 2023-11-21T10:56:25.369 INFO:teuthology.orchestra.run.smithi079.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 121 kB/s | 11 kB 00:00 2023-11-21T10:56:25.394 INFO:teuthology.orchestra.run.smithi079.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 2.6 MB/s | 384 kB 00:00 2023-11-21T10:56:25.444 INFO:teuthology.orchestra.run.smithi079.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 233 kB/s | 18 kB 00:00 2023-11-21T10:56:25.461 INFO:teuthology.orchestra.run.smithi079.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 729 kB/s | 49 kB 00:00 2023-11-21T10:56:25.503 INFO:teuthology.orchestra.run.smithi079.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 1.0 MB/s | 59 kB 00:00 2023-11-21T10:56:25.504 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-21T10:56:25.554 INFO:teuthology.orchestra.run.smithi079.stdout:(22/32): python3-pecan-1.3.2-9.el8.noarch.rpm 3.0 MB/s | 283 kB 00:00 2023-11-21T10:56:25.579 INFO:teuthology.orchestra.run.smithi079.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 207 kB/s | 16 kB 00:00 2023-11-21T10:56:25.621 INFO:teuthology.orchestra.run.smithi079.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 280 kB/s | 19 kB 00:00 2023-11-21T10:56:25.677 INFO:teuthology.orchestra.run.smithi079.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 245 kB/s | 24 kB 00:00 2023-11-21T10:56:25.705 INFO:teuthology.orchestra.run.smithi079.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 349 kB/s | 29 kB 00:00 2023-11-21T10:56:25.739 INFO:teuthology.orchestra.run.smithi079.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 449 kB/s | 27 kB 00:00 2023-11-21T10:56:25.751 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-21T10:56:25.806 INFO:teuthology.orchestra.run.smithi079.stdout:(28/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.5 MB/s | 255 kB 00:00 2023-11-21T10:56:25.831 INFO:teuthology.orchestra.run.smithi079.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.7 MB/s | 251 kB 00:00 2023-11-21T10:56:25.865 INFO:teuthology.orchestra.run.smithi079.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.4 MB/s | 85 kB 00:00 2023-11-21T10:56:25.890 INFO:teuthology.orchestra.run.smithi079.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 390 kB/s | 23 kB 00:00 2023-11-21T10:56:25.903 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-21T10:56:26.017 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-21T10:56:26.230 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-21T10:56:26.371 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-21T10:56:26.412 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-21T10:56:26.612 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-21T10:56:26.932 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-21T10:56:26.933 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/6 2023-11-21T10:56:26.933 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/6 2023-11-21T10:56:26.933 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-21T10:56:26.933 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-21T10:56:26.933 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-21T10:56:27.023 INFO:teuthology.orchestra.run.smithi079.stdout:(32/32): ceph-osd-18.0.0-7435.g52ca4a61.el8.x86 4.6 MB/s | 18 MB 00:03 2023-11-21T10:56:27.025 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:27.025 INFO:teuthology.orchestra.run.smithi079.stdout:Total 5.5 MB/s | 30 MB 00:05 2023-11-21T10:56:27.108 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:56:27.145 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:56:27.145 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:56:27.454 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:56:27.457 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:56:27.757 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-21T10:56:27.757 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:27.757 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:56:27.757 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout: jq-1.6-8.el8.x86_64 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:27.758 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:56:27.956 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2023-11-21T10:56:28.575 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:56:28.789 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-21T10:56:28.947 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:02 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:56:29.025 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-21T10:56:29.291 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-21T10:56:29.539 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-21T10:56:29.762 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-21T10:56:29.960 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-21T10:56:30.136 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-21T10:56:30.348 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-21T10:56:30.548 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-21T10:56:30.752 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-21T10:56:30.807 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:56:30.811 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:30.811 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:56:30.811 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:30.811 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:56:30.811 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.4 k 2023-11-21T10:56:30.811 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 2.3 M 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 1.6 M 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 242 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 4.6 M 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 18 M 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-21T10:56:30.812 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-21T10:56:30.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout:Install 32 Packages 2023-11-21T10:56:30.814 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:30.815 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 30 M 2023-11-21T10:56:30.815 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 121 M 2023-11-21T10:56:30.815 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:56:30.989 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-21T10:56:31.221 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-21T10:56:31.368 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-18.0.0-7435.g52ca4a61.el8.x86_64.r 54 kB/s | 6.4 kB 00:00 2023-11-21T10:56:31.620 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-21T10:56:31.686 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/6 2023-11-21T10:56:31.693 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-mgr-18.0.0-7435.g52ca4a61.el8.x86_ 3.7 MB/s | 1.6 MB 00:00 2023-11-21T10:56:31.852 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-21T10:56:31.977 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-21T10:56:32.048 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-21T10:56:32.127 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): ceph-mon-18.0.0-7435.g52ca4a61.el8.x86_ 6.1 MB/s | 4.6 MB 00:00 2023-11-21T10:56:32.177 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7435.g52ca 4.8 MB/s | 242 kB 00:00 2023-11-21T10:56:32.219 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): ceph-mds-18.0.0-7435.g52ca4a61.el8.x86_ 2.4 MB/s | 2.3 MB 00:00 2023-11-21T10:56:32.288 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-21T10:56:32.301 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 6/6 2023-11-21T10:56:32.302 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/6 2023-11-21T10:56:32.302 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/6 2023-11-21T10:56:32.302 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-21T10:56:32.302 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-21T10:56:32.302 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-21T10:56:32.420 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 194 kB/s | 39 kB 00:00 2023-11-21T10:56:32.487 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 508 kB/s | 157 kB 00:00 2023-11-21T10:56:32.508 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-21T10:56:32.579 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): python3-pytz-2017.2-11.el8.noarch.rpm 622 kB/s | 57 kB 00:00 2023-11-21T10:56:32.604 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 563 kB/s | 103 kB 00:00 2023-11-21T10:56:32.721 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.1 MB/s | 249 kB 00:00 2023-11-21T10:56:32.746 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.7 MB/s | 457 kB 00:00 2023-11-21T10:56:32.780 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): python3-cryptography-3.2.1-6.el8.x86_6 11 MB/s | 641 kB 00:00 2023-11-21T10:56:32.831 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-21T10:56:32.980 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): ceph-osd-18.0.0-7435.g52ca4a61.el8.x86 14 MB/s | 18 MB 00:01 2023-11-21T10:56:33.006 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 421 kB/s | 109 kB 00:00 2023-11-21T10:56:33.063 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: jq-1.6-8.el8.x86_64 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-21T10:56:33.110 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:33.111 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:56:33.243 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-21T10:56:33.364 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 75 kB/s | 44 kB 00:00 2023-11-21T10:56:33.414 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph 2023-11-21T10:56:33.440 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-21T10:56:33.614 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 292 kB/s | 185 kB 00:00 2023-11-21T10:56:33.640 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 272 kB/s | 173 kB 00:00 2023-11-21T10:56:33.689 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-21T10:56:33.723 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 102 kB/s | 11 kB 00:00 2023-11-21T10:56:33.749 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 162 kB/s | 18 kB 00:00 2023-11-21T10:56:33.841 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): python3-logutils-0.3.5-11.el8.noarch.r 417 kB/s | 49 kB 00:00 2023-11-21T10:56:33.866 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 502 kB/s | 59 kB 00:00 2023-11-21T10:56:33.937 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-21T10:56:33.974 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): python3-portend-2.6-1.el8.noarch.rpm 144 kB/s | 16 kB 00:00 2023-11-21T10:56:34.075 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): python3-cherrypy-18.4.0-1.el8.noarch.r 541 kB/s | 384 kB 00:00 2023-11-21T10:56:34.100 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 149 kB/s | 19 kB 00:00 2023-11-21T10:56:34.133 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-21T10:56:34.175 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): python3-singledispatch-3.4.0.3-18.el8. 238 kB/s | 24 kB 00:00 2023-11-21T10:56:34.201 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 291 kB/s | 29 kB 00:00 2023-11-21T10:56:34.276 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 274 kB/s | 27 kB 00:00 2023-11-21T10:56:34.301 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): python3-pecan-1.3.2-9.el8.noarch.rpm 614 kB/s | 283 kB 00:00 2023-11-21T10:56:34.401 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:05 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:56:34.451 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-21T10:56:34.493 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): python3-webtest-2.0.33-1.el8.noarch.rp 445 kB/s | 85 kB 00:00 2023-11-21T10:56:34.594 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): python3-zc-lockfile-2.0-2.el8.noarch.r 230 kB/s | 23 kB 00:00 2023-11-21T10:56:34.619 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): python3-waitress-1.4.3-1.el8.noarch.rp 611 kB/s | 255 kB 00:00 2023-11-21T10:56:34.644 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 683 kB/s | 251 kB 00:00 2023-11-21T10:56:34.645 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:34.646 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.0 MB/s | 30 MB 00:03 2023-11-21T10:56:34.737 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:56:34.745 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-21T10:56:34.779 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:56:34.779 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:56:35.126 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:56:35.130 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:56:35.137 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 27/32 2023-11-21T10:56:35.370 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-21T10:56:36.248 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:56:36.252 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:56:36.252 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:56:36.252 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: ceph x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 6.4 k 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mds x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 2.3 M 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 1.6 M 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 242 k 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mon x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 4.6 M 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-osd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 18 M 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-21T10:56:36.253 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-21T10:56:36.254 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout:Install 32 Packages 2023-11-21T10:56:36.255 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:36.256 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 30 M 2023-11-21T10:56:36.256 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 121 M 2023-11-21T10:56:36.256 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:56:36.294 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:56:36.552 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-21T10:56:36.814 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-21T10:56:37.005 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-21T10:56:37.082 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-21T10:56:37.159 INFO:teuthology.orchestra.run.smithi019.stdout:(1/32): ceph-18.0.0-7435.g52ca4a61.el8.x86_64.r 24 kB/s | 6.4 kB 00:00 2023-11-21T10:56:37.301 INFO:teuthology.orchestra.run.smithi019.stdout:(2/32): ceph-mds-18.0.0-7435.g52ca4a61.el8.x86_ 5.6 MB/s | 2.3 MB 00:00 2023-11-21T10:56:37.352 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-21T10:56:37.403 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-21T10:56:37.549 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-21T10:56:37.732 INFO:teuthology.orchestra.run.smithi019.stdout:(3/32): ceph-mgr-18.0.0-7435.g52ca4a61.el8.x86_ 1.9 MB/s | 1.6 MB 00:00 2023-11-21T10:56:37.741 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-21T10:56:37.868 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-21T10:56:37.876 INFO:teuthology.orchestra.run.smithi019.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7435.g52ca 1.6 MB/s | 242 kB 00:00 2023-11-21T10:56:37.972 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-21T10:56:38.040 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-21T10:56:38.159 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-21T10:56:38.173 INFO:teuthology.orchestra.run.smithi019.stdout:(5/32): ceph-mon-18.0.0-7435.g52ca4a61.el8.x86_ 4.6 MB/s | 4.6 MB 00:01 2023-11-21T10:56:38.202 INFO:teuthology.orchestra.run.smithi019.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 483 kB/s | 157 kB 00:00 2023-11-21T10:56:38.255 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-21T10:56:38.405 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-21T10:56:38.419 INFO:teuthology.orchestra.run.smithi019.stdout:(7/32): ceph-osd-18.0.0-7435.g52ca4a61.el8.x86_ 16 MB/s | 18 MB 00:01 2023-11-21T10:56:38.452 INFO:teuthology.orchestra.run.smithi019.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 413 kB/s | 103 kB 00:00 2023-11-21T10:56:38.473 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-21T10:56:38.491 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-21T10:56:38.561 INFO:teuthology.orchestra.run.smithi019.stdout:(9/32): python3-markupsafe-0.23-19.el8.x86_64.r 100 kB/s | 39 kB 00:00 2023-11-21T10:56:38.623 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-21T10:56:38.625 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-21T10:56:38.653 INFO:teuthology.orchestra.run.smithi019.stdout:(10/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.2 MB/s | 457 kB 00:00 2023-11-21T10:56:38.678 INFO:teuthology.orchestra.run.smithi019.stdout:(11/32): python3-pytz-2017.2-11.el8.noarch.rpm 220 kB/s | 57 kB 00:00 2023-11-21T10:56:38.720 INFO:teuthology.orchestra.run.smithi019.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2023-11-21T10:56:38.804 INFO:teuthology.orchestra.run.smithi019.stdout:(13/32): python3-cryptography-3.2.1-6.el8.x86_6 4.2 MB/s | 641 kB 00:00 2023-11-21T10:56:38.854 INFO:teuthology.orchestra.run.smithi019.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 622 kB/s | 109 kB 00:00 2023-11-21T10:56:38.863 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-21T10:56:39.026 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 6/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-21T10:56:39.027 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-21T10:56:39.028 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-21T10:56:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-21T10:56:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-21T10:56:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-21T10:56:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-21T10:56:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-21T10:56:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-21T10:56:39.071 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-21T10:56:39.213 INFO:teuthology.orchestra.run.smithi019.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 89 kB/s | 44 kB 00:00 2023-11-21T10:56:39.405 INFO:teuthology.orchestra.run.smithi019.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 308 kB/s | 185 kB 00:00 2023-11-21T10:56:39.454 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-21T10:56:39.547 INFO:teuthology.orchestra.run.smithi019.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 251 kB/s | 173 kB 00:00 2023-11-21T10:56:39.572 INFO:teuthology.orchestra.run.smithi019.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 66 kB/s | 11 kB 00:00 2023-11-21T10:56:39.697 INFO:teuthology.orchestra.run.smithi019.stdout:(19/32): python3-cherrypy-18.4.0-1.el8.noarch.r 794 kB/s | 384 kB 00:00 2023-11-21T10:56:39.717 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-21T10:56:39.749 INFO:teuthology.orchestra.run.smithi019.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 87 kB/s | 18 kB 00:00 2023-11-21T10:56:39.773 INFO:teuthology.orchestra.run.smithi019.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 243 kB/s | 49 kB 00:00 2023-11-21T10:56:39.840 INFO:teuthology.orchestra.run.smithi019.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 413 kB/s | 59 kB 00:00 2023-11-21T10:56:39.907 INFO:teuthology.orchestra.run.smithi019.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 117 kB/s | 16 kB 00:00 2023-11-21T10:56:39.945 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-21T10:56:39.982 INFO:teuthology.orchestra.run.smithi019.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 132 kB/s | 19 kB 00:00 2023-11-21T10:56:40.041 INFO:teuthology.orchestra.run.smithi019.stdout:(25/32): python3-pecan-1.3.2-9.el8.noarch.rpm 970 kB/s | 283 kB 00:00 2023-11-21T10:56:40.058 INFO:teuthology.orchestra.run.smithi019.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 159 kB/s | 24 kB 00:00 2023-11-21T10:56:40.091 INFO:teuthology.orchestra.run.smithi019.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 268 kB/s | 29 kB 00:00 2023-11-21T10:56:40.191 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-21T10:56:40.208 INFO:teuthology.orchestra.run.smithi019.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 165 kB/s | 27 kB 00:00 2023-11-21T10:56:40.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-21T10:56:40.232 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:40.232 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:56:40.232 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-21T10:56:40.233 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend-2.6-1.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-21T10:56:40.234 INFO:teuthology.orchestra.run.smithi079.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:40.235 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:40.275 INFO:teuthology.orchestra.run.smithi019.stdout:(29/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.3 MB/s | 251 kB 00:00 2023-11-21T10:56:40.325 INFO:teuthology.orchestra.run.smithi019.stdout:(30/32): python3-waitress-1.4.3-1.el8.noarch.rp 955 kB/s | 255 kB 00:00 2023-11-21T10:56:40.351 INFO:teuthology.orchestra.run.smithi019.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 601 kB/s | 85 kB 00:00 2023-11-21T10:56:40.383 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-base 2023-11-21T10:56:40.434 INFO:teuthology.orchestra.run.smithi019.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 145 kB/s | 23 kB 00:00 2023-11-21T10:56:40.439 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:40.439 INFO:teuthology.orchestra.run.smithi019.stdout:Total 7.3 MB/s | 30 MB 00:04 2023-11-21T10:56:40.439 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-21T10:56:40.530 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:56:40.573 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:56:40.573 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:56:40.759 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-21T10:56:40.894 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:56:40.897 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:56:40.994 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-21T10:56:41.124 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-21T10:56:41.231 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:20 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:41.362 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-21T10:56:41.636 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-21T10:56:41.903 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-21T10:56:42.117 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-21T10:56:42.158 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:56:42.382 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-21T10:56:42.472 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-21T10:56:42.655 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-21T10:56:42.698 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:56:42.774 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-21T10:56:42.911 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:42.912 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:56:42.912 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:42.931 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-21T10:56:43.048 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install cephadm 2023-11-21T10:56:43.140 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 27/32 2023-11-21T10:56:43.209 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-21T10:56:43.390 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-21T10:56:43.431 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-21T10:56:43.639 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-21T10:56:43.896 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-21T10:56:43.902 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:22 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:44.099 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-21T10:56:44.354 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-21T10:56:44.606 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-21T10:56:44.862 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-21T10:56:45.121 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-21T10:56:45.168 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-21T10:56:45.389 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-21T10:56:45.556 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-21T10:56:45.573 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:45.574 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:45.574 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:56:45.574 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:45.574 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:56:45.574 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 409 k 2023-11-21T10:56:45.575 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:45.575 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:56:45.575 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:45.575 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:56:45.575 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:45.575 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 409 k 2023-11-21T10:56:45.576 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 2.1 M 2023-11-21T10:56:45.576 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:56:45.834 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-21T10:56:45.903 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-21T10:56:45.976 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm-18.0.0-7435.g52ca4a61.el8.noarch.rpm 1.0 MB/s | 409 kB 00:00 2023-11-21T10:56:45.977 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:45.977 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.0 MB/s | 409 kB 00:00 2023-11-21T10:56:45.977 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:56:45.985 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:56:45.986 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:56:45.988 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:56:45.991 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:56:46.035 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:56:46.036 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-21T10:56:46.085 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-21T10:56:46.326 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-21T10:56:46.328 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-21T10:56:46.502 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-21T10:56:46.524 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-21T10:56:46.561 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-21T10:56:46.580 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:46.710 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-21T10:56:46.772 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:46.908 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-21T10:56:46.994 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:47.143 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-21T10:56:47.163 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-21T10:56:47.163 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/32 2023-11-21T10:56:47.163 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/32 2023-11-21T10:56:47.163 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/32 2023-11-21T10:56:47.164 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/32 2023-11-21T10:56:47.164 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/32 2023-11-21T10:56:47.164 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 6/32 2023-11-21T10:56:47.164 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-21T10:56:47.164 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-21T10:56:47.165 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-21T10:56:47.165 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-21T10:56:47.165 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-21T10:56:47.165 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-21T10:56:47.165 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-21T10:56:47.165 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-21T10:56:47.166 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-21T10:56:47.166 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-21T10:56:47.166 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-21T10:56:47.166 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-21T10:56:47.166 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-21T10:56:47.166 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-21T10:56:47.167 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-21T10:56:47.167 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-21T10:56:47.167 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-21T10:56:47.167 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-21T10:56:47.167 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-21T10:56:47.168 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-21T10:56:47.168 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-21T10:56:47.168 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-21T10:56:47.168 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-21T10:56:47.168 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-21T10:56:47.168 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-21T10:56:47.323 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-21T10:56:47.551 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-21T10:56:47.688 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:47.689 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:47.689 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:56:47.689 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:56:47.689 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:47.689 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:47.874 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-21T10:56:48.135 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-21T10:56:48.391 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-21T10:56:48.478 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-21T10:56:48.478 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:48.478 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-21T10:56:48.479 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-2.6-1.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-21T10:56:48.480 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:48.481 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:56:48.641 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2023-11-21T10:56:48.763 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-21T10:56:49.093 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-21T10:56:49.382 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-immutable-object-cache 2023-11-21T10:56:49.619 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:23 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:56:50.064 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 27/32 2023-11-21T10:56:50.249 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:29 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:50.321 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-21T10:56:51.240 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:56:51.480 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:56:51.481 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:56:51.482 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:56:51.597 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2023-11-21T10:56:51.921 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 171 k 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:51.922 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:56:51.923 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:51.923 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 171 k 2023-11-21T10:56:51.923 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 524 k 2023-11-21T10:56:51.923 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:56:52.101 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 28/32 2023-11-21T10:56:52.208 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-immutable-object-cache-18.0.0-7435.g52ca4a 599 kB/s | 171 kB 00:00 2023-11-21T10:56:52.209 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:52.209 INFO:teuthology.orchestra.run.smithi079.stdout:Total 596 kB/s | 171 kB 00:00 2023-11-21T10:56:52.210 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:56:52.220 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:56:52.221 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:56:52.267 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:56:52.270 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:56:52.312 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-21T10:56:52.380 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:56:52.570 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:26 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:56:52.595 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:56:52.827 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 29/32 2023-11-21T10:56:53.012 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:56:53.050 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-21T10:56:53.293 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 30/32 2023-11-21T10:56:53.517 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-21T10:56:53.540 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 31/32 2023-11-21T10:56:53.655 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:56:53.655 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:53.655 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:56:53.656 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:53.656 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:53.656 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:53.676 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-21T10:56:53.918 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 32/32 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/32 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/32 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 3/32 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 4/32 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 5/32 2023-11-21T10:56:54.165 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8. 6/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-21T10:56:54.166 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-21T10:56:54.167 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-21T10:56:54.168 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-21T10:56:54.168 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-21T10:56:54.168 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-21T10:56:54.168 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-21T10:56:54.424 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 409 k 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:56:54.425 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:54.426 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 409 k 2023-11-21T10:56:54.426 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 2.1 M 2023-11-21T10:56:54.426 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:56:54.776 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:33 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:54.872 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-18.0.0-7435.g52ca4a61.el8.noarch.rpm 917 kB/s | 409 kB 00:00 2023-11-21T10:56:54.873 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:54.874 INFO:teuthology.orchestra.run.smithi045.stdout:Total 913 kB/s | 409 kB 00:00 2023-11-21T10:56:54.874 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:56:54.884 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:56:54.884 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:56:54.888 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:56:54.892 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:56:55.330 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mds-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-modules-core-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mon-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-osd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:56:55.579 INFO:teuthology.orchestra.run.smithi019.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-21T10:56:55.580 INFO:teuthology.orchestra.run.smithi019.stdout: python3-portend-2.6-1.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:56:55.581 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:56:55.860 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-base 2023-11-21T10:56:56.220 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:56:56.436 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:56.437 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:56:56.437 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:56:56.543 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-dashboard 2023-11-21T10:56:56.848 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:27 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:56:57.383 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:57.388 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:36 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:56:57.576 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:57.836 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:58.462 INFO:teuthology.orchestra.run.smithi019.stdout:Package ceph-base-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:56:58.631 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:56:58.631 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:58.631 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:56:58.631 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:56:58.631 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:56:58.631 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:56:58.701 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:56:58.703 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:56:58.703 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:56:58.823 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install cephadm 2023-11-21T10:56:58.846 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2023-11-21T10:56:59.052 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:56:59.053 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 1.8 M 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 28 k 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 15 k 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-21T10:56:59.054 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 2.1 M 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 8.6 M 2023-11-21T10:56:59.055 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:56:59.532 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7435.g52c 119 kB/s | 28 kB 00:00 2023-11-21T10:56:59.562 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7435.g52ca 57 kB/s | 15 kB 00:00 2023-11-21T10:56:59.654 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 349 kB/s | 43 kB 00:00 2023-11-21T10:56:59.696 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): ceph-mgr-dashboard-18.0.0-7435.g52ca4a61 4.4 MB/s | 1.8 MB 00:00 2023-11-21T10:56:59.713 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 224 kB/s | 34 kB 00:00 2023-11-21T10:56:59.818 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:30 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:56:59.841 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:33 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:56:59.855 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 980 kB/s | 196 kB 00:00 2023-11-21T10:56:59.857 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:56:59.857 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.6 MB/s | 2.1 MB 00:00 2023-11-21T10:56:59.867 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:56:59.876 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:56:59.876 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:56:59.951 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:56:59.954 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:00.236 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:00.541 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-21T10:57:00.819 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-21T10:57:01.012 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-21T10:57:01.117 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 4/6 2023-11-21T10:57:01.490 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 5/6 2023-11-21T10:57:01.671 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:01.672 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:01.672 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:57:01.672 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:01.672 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:01.672 INFO:teuthology.orchestra.run.smithi019.stdout: cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 409 k 2023-11-21T10:57:01.672 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:01.673 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:01.673 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:01.673 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:57:01.673 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:01.674 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 409 k 2023-11-21T10:57:01.674 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 2.1 M 2023-11-21T10:57:01.674 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:01.694 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:01.694 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 171 k 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:57:01.695 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:01.696 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 171 k 2023-11-21T10:57:01.696 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 524 k 2023-11-21T10:57:01.696 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:01.705 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-21T10:57:01.888 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-18.0.0-7435.g52ca4a 892 kB/s | 171 kB 00:00 2023-11-21T10:57:01.888 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:01.889 INFO:teuthology.orchestra.run.smithi045.stdout:Total 885 kB/s | 171 kB 00:00 2023-11-21T10:57:01.889 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:01.903 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:01.903 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:01.961 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:01.964 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:01.988 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-21T10:57:01.988 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 1/6 2023-11-21T10:57:01.988 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 2/6 2023-11-21T10:57:01.988 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 3/6 2023-11-21T10:57:01.988 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-21T10:57:01.988 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-21T10:57:02.080 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:02.291 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:57:02.293 INFO:teuthology.orchestra.run.smithi019.stdout:cephadm-18.0.0-7435.g52ca4a61.el8.noarch.rpm 660 kB/s | 409 kB 00:00 2023-11-21T10:57:02.294 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:02.294 INFO:teuthology.orchestra.run.smithi019.stdout:Total 658 kB/s | 409 kB 00:00 2023-11-21T10:57:02.295 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:02.305 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:02.305 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:02.309 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:02.312 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:02.484 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:02.638 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:02.639 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:02.757 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-21T10:57:02.767 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:57:03.106 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:03.308 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:03.488 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:57:03.488 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:03.488 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:03.488 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:57:03.488 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:03.488 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:03.567 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:03.610 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:42 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:03.701 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2023-11-21T10:57:04.332 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:04.332 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:04.333 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:04.333 INFO:teuthology.orchestra.run.smithi019.stdout: cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:04.333 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:04.333 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:04.608 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-immutable-object-cache 2023-11-21T10:57:04.703 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:38 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:05.260 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:05.261 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================================ 2023-11-21T10:57:05.261 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:57:05.261 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================================ 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 7.4 M 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-21T10:57:05.262 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================================ 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout:Install 8 Packages 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:05.263 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 35 M 2023-11-21T10:57:05.264 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 210 M 2023-11-21T10:57:05.264 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:05.603 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:36 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:06.123 INFO:teuthology.orchestra.run.smithi079.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 8.0 MB/s | 4.7 MB 00:00 2023-11-21T10:57:06.190 INFO:teuthology.orchestra.run.smithi079.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 7.4 MB/s | 4.9 MB 00:00 2023-11-21T10:57:06.266 INFO:teuthology.orchestra.run.smithi079.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.9 MB/s | 225 kB 00:00 2023-11-21T10:57:06.326 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:57:06.340 INFO:teuthology.orchestra.run.smithi079.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 17 MB/s | 3.7 MB 00:00 2023-11-21T10:57:06.508 INFO:teuthology.orchestra.run.smithi079.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 3.8 MB/s | 645 kB 00:00 2023-11-21T10:57:06.550 INFO:teuthology.orchestra.run.smithi079.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 4.0 MB/s | 172 kB 00:00 2023-11-21T10:57:06.570 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:06.571 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:57:06.572 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:06.684 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2023-11-21T10:57:06.727 INFO:teuthology.orchestra.run.smithi079.stdout:(7/8): python3-scipy-1.0.0-21.module_el8.5.0+77 30 MB/s | 14 MB 00:00 2023-11-21T10:57:06.984 INFO:teuthology.orchestra.run.smithi079.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-743 5.1 MB/s | 7.4 MB 00:01 2023-11-21T10:57:06.985 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:06.985 INFO:teuthology.orchestra.run.smithi079.stdout:Total 21 MB/s | 35 MB 00:01 2023-11-21T10:57:07.220 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:07.238 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:07.238 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:07.495 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:07.496 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:07.496 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-11-21T10:57:07.496 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:07.496 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:07.497 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 171 k 2023-11-21T10:57:07.497 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:07.497 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:07.497 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:07.497 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:57:07.497 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:07.498 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 171 k 2023-11-21T10:57:07.498 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 524 k 2023-11-21T10:57:07.498 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:07.610 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:07.613 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:07.712 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:41 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:07.790 INFO:teuthology.orchestra.run.smithi019.stdout:ceph-immutable-object-cache-18.0.0-7435.g52ca4a 584 kB/s | 171 kB 00:00 2023-11-21T10:57:07.791 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:07.791 INFO:teuthology.orchestra.run.smithi019.stdout:Total 581 kB/s | 171 kB 00:00 2023-11-21T10:57:07.791 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:07.806 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:07.806 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:07.864 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:07.867 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:07.989 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:08.177 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:08.198 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:57:08.333 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-21T10:57:08.458 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-21T10:57:08.636 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-21T10:57:08.704 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:57:09.230 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-21T10:57:09.424 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:09.464 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61. 1/1 2023-11-21T10:57:09.464 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:09.464 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:09.464 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-immutable-object-cache-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:57:09.464 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:09.464 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:09.561 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 1.8 M 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 28 k 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 15 k 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-21T10:57:09.563 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-21T10:57:09.564 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:09.564 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:09.564 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:09.564 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-11-21T10:57:09.564 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:09.565 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.1 M 2023-11-21T10:57:09.565 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 8.6 M 2023-11-21T10:57:09.565 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:09.744 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr 2023-11-21T10:57:09.934 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7435.g52ca 99 kB/s | 15 kB 00:00 2023-11-21T10:57:10.017 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 512 kB/s | 43 kB 00:00 2023-11-21T10:57:10.024 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:10.034 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): ceph-grafana-dashboards-18.0.0-7435.g52c 110 kB/s | 28 kB 00:00 2023-11-21T10:57:10.101 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 403 kB/s | 34 kB 00:00 2023-11-21T10:57:10.168 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.4 MB/s | 196 kB 00:00 2023-11-21T10:57:10.173 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-21T10:57:10.352 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7435.g52ca4a61 3.1 MB/s | 1.8 MB 00:00 2023-11-21T10:57:10.354 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:10.354 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.6 MB/s | 2.1 MB 00:00 2023-11-21T10:57:10.367 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:10.378 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:10.378 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:10.472 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:10.476 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:10.738 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:41 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:10.789 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:10.865 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-21T10:57:10.997 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-21T10:57:11.272 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-21T10:57:11.467 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-21T10:57:11.590 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 4/6 2023-11-21T10:57:11.965 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-21T10:57:12.022 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 5/6 2023-11-21T10:57:12.223 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-21T10:57:12.268 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-21T10:57:12.359 INFO:teuthology.orchestra.run.smithi019.stdout:Package ceph-mgr-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:57:12.597 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-21T10:57:12.597 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 1/6 2023-11-21T10:57:12.597 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 2/6 2023-11-21T10:57:12.597 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 3/6 2023-11-21T10:57:12.597 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-21T10:57:12.598 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-21T10:57:12.602 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:12.604 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:57:12.604 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:12.748 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-dashboard 2023-11-21T10:57:13.509 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-21T10:57:13.509 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:13.509 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:13.509 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:13.509 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:13.510 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:13.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-21T10:57:13.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-21T10:57:13.510 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-21T10:57:13.510 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:13.510 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:13.679 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-21T10:57:13.735 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:44 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:13.998 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-21T10:57:14.674 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:48 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:15.222 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-21T10:57:15.448 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-21T10:57:15.587 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:15.588 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:15.588 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 1.8 M 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 28 k 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 15 k 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:15.589 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:15.590 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:15.590 INFO:teuthology.orchestra.run.smithi019.stdout:Install 6 Packages 2023-11-21T10:57:15.590 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:15.590 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 2.1 M 2023-11-21T10:57:15.590 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 8.6 M 2023-11-21T10:57:15.590 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 1/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-21T10:57:15.754 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-21T10:57:16.352 INFO:teuthology.orchestra.run.smithi019.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7435.g52c 117 kB/s | 28 kB 00:00 2023-11-21T10:57:16.377 INFO:teuthology.orchestra.run.smithi019.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7435.g52ca 57 kB/s | 15 kB 00:00 2023-11-21T10:57:16.436 INFO:teuthology.orchestra.run.smithi019.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7435.g52ca4a61 5.4 MB/s | 1.8 MB 00:00 2023-11-21T10:57:16.439 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-21T10:57:16.439 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:16.439 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:16.439 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:16.439 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-21T10:57:16.439 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:16.440 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:16.505 INFO:teuthology.orchestra.run.smithi019.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 283 kB/s | 43 kB 00:00 2023-11-21T10:57:16.530 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:16.531 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================ 2023-11-21T10:57:16.531 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:57:16.531 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================ 2023-11-21T10:57:16.531 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 7.4 M 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================ 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout:Install 8 Packages 2023-11-21T10:57:16.532 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:16.533 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 35 M 2023-11-21T10:57:16.533 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 210 M 2023-11-21T10:57:16.533 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:16.561 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-rook 2023-11-21T10:57:16.870 INFO:teuthology.orchestra.run.smithi019.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 68 kB/s | 34 kB 00:00 2023-11-21T10:57:17.154 INFO:teuthology.orchestra.run.smithi019.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 274 kB/s | 196 kB 00:00 2023-11-21T10:57:17.158 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:17.158 INFO:teuthology.orchestra.run.smithi019.stdout:Total 1.3 MB/s | 2.1 MB 00:01 2023-11-21T10:57:17.171 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:17.182 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:17.182 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:17.282 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:17.286 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:17.413 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:56 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:17.544 INFO:teuthology.orchestra.run.smithi045.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 7.4 MB/s | 4.7 MB 00:00 2023-11-21T10:57:17.593 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:17.619 INFO:teuthology.orchestra.run.smithi045.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 6.8 MB/s | 4.9 MB 00:00 2023-11-21T10:57:17.792 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-21T10:57:17.870 INFO:teuthology.orchestra.run.smithi045.stdout:(3/8): ceph-mgr-diskprediction-local-18.0.0-743 7.7 MB/s | 7.4 MB 00:00 2023-11-21T10:57:18.171 INFO:teuthology.orchestra.run.smithi045.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 408 kB/s | 225 kB 00:00 2023-11-21T10:57:18.335 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-21T10:57:18.549 INFO:teuthology.orchestra.run.smithi045.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.7 MB/s | 3.7 MB 00:01 2023-11-21T10:57:18.567 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-21T10:57:18.697 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 4/6 2023-11-21T10:57:18.788 INFO:teuthology.orchestra.run.smithi045.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 716 kB/s | 172 kB 00:00 2023-11-21T10:57:18.814 INFO:teuthology.orchestra.run.smithi045.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 1.0 MB/s | 645 kB 00:00 2023-11-21T10:57:19.082 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 5/6 2023-11-21T10:57:19.082 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:19.084 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:19.084 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:57:19.084 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:19.084 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 50 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-21T10:57:19.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2023-11-21T10:57:19.086 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:19.087 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 1.9 M 2023-11-21T10:57:19.087 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 25 M 2023-11-21T10:57:19.087 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:19.342 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-21T10:57:19.667 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 6/6 2023-11-21T10:57:19.667 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8. 1/6 2023-11-21T10:57:19.667 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarc 2/6 2023-11-21T10:57:19.667 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.n 3/6 2023-11-21T10:57:19.667 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-21T10:57:19.667 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-21T10:57:19.731 INFO:teuthology.orchestra.run.smithi045.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 7.4 MB/s | 14 MB 00:01 2023-11-21T10:57:19.731 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:19.731 INFO:teuthology.orchestra.run.smithi045.stdout:Total 11 MB/s | 35 MB 00:03 2023-11-21T10:57:19.801 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 107 kB/s | 20 kB 00:00 2023-11-21T10:57:19.826 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 125 kB/s | 27 kB 00:00 2023-11-21T10:57:19.860 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): ceph-mgr-rook-18.0.0-7435.g52ca4a61.el8 204 kB/s | 50 kB 00:00 2023-11-21T10:57:19.968 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.4 MB/s | 155 kB 00:00 2023-11-21T10:57:19.982 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:19.994 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 656 kB/s | 126 kB 00:00 2023-11-21T10:57:20.003 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:20.003 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:20.019 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-pyasn1-modules-0.3.7-6.el8.noar 571 kB/s | 110 kB 00:00 2023-11-21T10:57:20.044 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 563 kB/s | 43 kB 00:00 2023-11-21T10:57:20.345 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 94 kB/s | 33 kB 00:00 2023-11-21T10:57:20.370 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 46 kB/s | 16 kB 00:00 2023-11-21T10:57:20.416 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:20.419 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:20.437 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-grafana-dashboards-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-dashboard-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-prometheus-alerts-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-21T10:57:20.438 INFO:teuthology.orchestra.run.smithi019.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-21T10:57:20.439 INFO:teuthology.orchestra.run.smithi019.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-21T10:57:20.439 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:20.439 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:20.454 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 199 kB/s | 81 kB 00:00 2023-11-21T10:57:20.512 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 453 kB/s | 64 kB 00:00 2023-11-21T10:57:20.538 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 735 kB/s | 61 kB 00:00 2023-11-21T10:57:20.582 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-21T10:57:21.013 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.7 MB/s | 1.2 MB 00:00 2023-11-21T10:57:21.015 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:21.015 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.0 MB/s | 1.9 MB 00:01 2023-11-21T10:57:21.036 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:21.075 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:21.091 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:21.091 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:21.177 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:21.179 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-21T10:57:21.180 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:21.321 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-21T10:57:21.483 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-21T10:57:21.581 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:52 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:21.776 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:22.007 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-21T10:57:22.146 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-21T10:57:22.229 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-21T10:57:22.312 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:22.798 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-21T10:57:22.991 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:23.020 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-21T10:57:23.133 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-21T10:57:23.218 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-21T10:57:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================ 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================ 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 7.4 M 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-21T10:57:23.433 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================ 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout:Install 8 Packages 2023-11-21T10:57:23.434 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:23.435 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 35 M 2023-11-21T10:57:23.435 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 210 M 2023-11-21T10:57:23.435 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:23.466 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-21T10:57:23.758 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-21T10:57:23.908 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-21T10:57:24.034 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-21T10:57:24.319 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-21T10:57:24.502 INFO:teuthology.orchestra.run.smithi019.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 6.0 MB/s | 4.7 MB 00:00 2023-11-21T10:57:24.571 INFO:teuthology.orchestra.run.smithi019.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 5.6 MB/s | 4.9 MB 00:00 2023-11-21T10:57:24.647 INFO:teuthology.orchestra.run.smithi019.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.9 MB/s | 225 kB 00:00 2023-11-21T10:57:24.674 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-21T10:57:24.755 INFO:teuthology.orchestra.run.smithi019.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2023-11-21T10:57:24.847 INFO:teuthology.orchestra.run.smithi019.stdout:(5/8): ceph-mgr-diskprediction-local-18.0.0-743 6.5 MB/s | 7.4 MB 00:01 2023-11-21T10:57:24.973 INFO:teuthology.orchestra.run.smithi019.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.3 MB/s | 172 kB 00:00 2023-11-21T10:57:24.998 INFO:teuthology.orchestra.run.smithi019.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.6 MB/s | 645 kB 00:00 2023-11-21T10:57:25.060 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-21T10:57:25.257 INFO:teuthology.orchestra.run.smithi019.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 22 MB/s | 14 MB 00:00 2023-11-21T10:57:25.257 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:25.258 INFO:teuthology.orchestra.run.smithi019.stdout:Total 19 MB/s | 35 MB 00:01 2023-11-21T10:57:25.311 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-21T10:57:25.510 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:25.527 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-21T10:57:25.530 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:25.530 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:25.756 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-21T10:57:25.896 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-21T10:57:25.986 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:25.990 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:26.199 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 1/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-21T10:57:26.200 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-21T10:57:26.201 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-21T10:57:26.201 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-21T10:57:26.201 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-21T10:57:26.201 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-21T10:57:26.201 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-21T10:57:26.600 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:26.645 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-21T10:57:26.762 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-21T10:57:26.912 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-21T10:57:26.953 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-21T10:57:26.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-21T10:57:26.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-21T10:57:26.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-21T10:57:26.955 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:26.955 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:27.067 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-21T10:57:27.077 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-cephadm 2023-11-21T10:57:27.741 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-21T10:57:27.930 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:06 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:27.945 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:28.116 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-21T10:57:28.461 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-21T10:57:28.608 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:28.770 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-21T10:57:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-21T10:57:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 1/8 2023-11-21T10:57:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-21T10:57:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-21T10:57:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-21T10:57:28.858 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-21T10:57:28.858 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-21T10:57:29.538 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-21T10:57:29.596 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:29.597 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 133 k 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-21T10:57:29.598 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout:Install 5 Packages 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 6.0 M 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 26 M 2023-11-21T10:57:29.599 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-21T10:57:29.971 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-21T10:57:29.972 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-21T10:57:29.972 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:29.972 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:30.159 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-21T10:57:30.217 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2023-11-21T10:57:30.347 INFO:teuthology.orchestra.run.smithi079.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.2 MB/s | 538 kB 00:00 2023-11-21T10:57:30.372 INFO:teuthology.orchestra.run.smithi079.stdout:(2/5): ceph-mgr-cephadm-18.0.0-7435.g52ca4a61.e 289 kB/s | 133 kB 00:00 2023-11-21T10:57:30.436 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-21T10:57:30.565 INFO:teuthology.orchestra.run.smithi079.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 7.4 MB/s | 4.8 MB 00:00 2023-11-21T10:57:30.756 INFO:teuthology.orchestra.run.smithi079.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 157 kB/s | 60 kB 00:00 2023-11-21T10:57:30.982 INFO:teuthology.orchestra.run.smithi079.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 751 kB/s | 476 kB 00:00 2023-11-21T10:57:30.982 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:30.983 INFO:teuthology.orchestra.run.smithi079.stdout:Total 4.3 MB/s | 6.0 MB 00:01 2023-11-21T10:57:31.037 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:31.048 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:31.049 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:31.150 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:31.153 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:31.207 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:05 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:31.411 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:31.758 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-21T10:57:32.414 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-21T10:57:32.698 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-21T10:57:33.082 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-21T10:57:33.092 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:33.094 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:33.094 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:57:33.094 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 50 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-21T10:57:33.095 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-11-21T10:57:33.096 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:33.097 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 1.9 M 2023-11-21T10:57:33.097 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 25 M 2023-11-21T10:57:33.097 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:33.409 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-21T10:57:33.586 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-21T10:57:33.704 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 106 kB/s | 20 kB 00:00 2023-11-21T10:57:33.729 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 124 kB/s | 27 kB 00:00 2023-11-21T10:57:33.731 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-21T10:57:33.763 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): ceph-mgr-rook-18.0.0-7435.g52ca4a61.el8 202 kB/s | 50 kB 00:00 2023-11-21T10:57:33.866 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-21T10:57:33.867 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/5 2023-11-21T10:57:33.867 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-21T10:57:33.867 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-21T10:57:33.867 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-21T10:57:33.872 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.4 MB/s | 155 kB 00:00 2023-11-21T10:57:33.897 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 655 kB/s | 126 kB 00:00 2023-11-21T10:57:33.922 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-pyasn1-modules-0.3.7-6.el8.noar 570 kB/s | 110 kB 00:00 2023-11-21T10:57:33.944 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-21T10:57:33.948 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 561 kB/s | 43 kB 00:00 2023-11-21T10:57:34.023 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 162 kB/s | 16 kB 00:00 2023-11-21T10:57:34.040 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 231 kB/s | 33 kB 00:00 2023-11-21T10:57:34.099 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 539 kB/s | 81 kB 00:00 2023-11-21T10:57:34.124 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 768 kB/s | 64 kB 00:00 2023-11-21T10:57:34.174 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 818 kB/s | 61 kB 00:00 2023-11-21T10:57:34.249 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 5.2 MB/s | 1.2 MB 00:00 2023-11-21T10:57:34.250 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:34.250 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.7 MB/s | 1.9 MB 00:01 2023-11-21T10:57:34.314 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:34.331 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:34.331 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 8/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a6 1/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-21T10:57:34.343 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-21T10:57:34.429 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:34.433 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:34.547 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-21T10:57:34.547 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:34.548 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:34.680 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-fuse 2023-11-21T10:57:35.060 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:35.161 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-21T10:57:35.161 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:35.161 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:35.161 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:35.161 INFO:teuthology.orchestra.run.smithi019.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-21T10:57:35.161 INFO:teuthology.orchestra.run.smithi019.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:35.162 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:35.329 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-21T10:57:35.347 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-rook 2023-11-21T10:57:35.525 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-21T10:57:35.541 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:14 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:35.751 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-21T10:57:35.977 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-21T10:57:36.161 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-21T10:57:36.324 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:07 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:36.405 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-21T10:57:36.709 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-21T10:57:36.961 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-21T10:57:37.201 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:37.201 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:37.201 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:57:37.201 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 919 k 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2023-11-21T10:57:37.202 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 1.0 M 2023-11-21T10:57:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 3.1 M 2023-11-21T10:57:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:37.532 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 816 kB/s | 83 kB 00:00 2023-11-21T10:57:37.715 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-fuse-18.0.0-7435.g52ca4a61.el8.x86_ 3.1 MB/s | 919 kB 00:00 2023-11-21T10:57:37.716 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:37.716 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.9 MB/s | 1.0 MB 00:00 2023-11-21T10:57:37.726 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:37.747 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:37.748 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:37.834 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:37.835 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:38.038 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:38.091 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-21T10:57:38.172 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:38.175 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:38.175 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:57:38.175 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:38.175 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:38.175 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-rook noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 50 k 2023-11-21T10:57:38.176 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:57:38.176 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-21T10:57:38.176 INFO:teuthology.orchestra.run.smithi019.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-21T10:57:38.176 INFO:teuthology.orchestra.run.smithi019.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-21T10:57:38.176 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-21T10:57:38.176 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-21T10:57:38.177 INFO:teuthology.orchestra.run.smithi019.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-21T10:57:38.177 INFO:teuthology.orchestra.run.smithi019.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-21T10:57:38.177 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-21T10:57:38.177 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-21T10:57:38.177 INFO:teuthology.orchestra.run.smithi019.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-21T10:57:38.177 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-21T10:57:38.178 INFO:teuthology.orchestra.run.smithi019.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-21T10:57:38.178 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:38.178 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:38.178 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:38.178 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2023-11-21T10:57:38.178 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:38.182 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 1.9 M 2023-11-21T10:57:38.182 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 25 M 2023-11-21T10:57:38.182 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:38.306 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-21T10:57:38.368 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-21T10:57:38.535 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-21T10:57:38.548 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-21T10:57:38.738 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): ceph-mgr-rook-18.0.0-7435.g52ca4a61.el8 309 kB/s | 50 kB 00:00 2023-11-21T10:57:38.741 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-21T10:57:38.763 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 142 kB/s | 27 kB 00:00 2023-11-21T10:57:38.788 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 94 kB/s | 20 kB 00:00 2023-11-21T10:57:38.896 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.4 MB/s | 155 kB 00:00 2023-11-21T10:57:38.909 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-21T10:57:38.909 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/2 2023-11-21T10:57:38.918 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-21T10:57:38.955 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 581 kB/s | 126 kB 00:00 2023-11-21T10:57:38.980 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 509 kB/s | 43 kB 00:00 2023-11-21T10:57:39.006 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 506 kB/s | 110 kB 00:00 2023-11-21T10:57:39.198 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 75 kB/s | 16 kB 00:00 2023-11-21T10:57:39.223 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 123 kB/s | 33 kB 00:00 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 1/13 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-21T10:57:39.234 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-21T10:57:39.235 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-21T10:57:39.235 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-21T10:57:39.235 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-21T10:57:39.235 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-21T10:57:39.235 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-21T10:57:39.235 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-21T10:57:39.282 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 295 kB/s | 81 kB 00:00 2023-11-21T10:57:39.387 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 394 kB/s | 64 kB 00:00 2023-11-21T10:57:39.416 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 459 kB/s | 61 kB 00:00 2023-11-21T10:57:39.574 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 3.1 MB/s | 1.2 MB 00:00 2023-11-21T10:57:39.577 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:39.578 INFO:teuthology.orchestra.run.smithi019.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-11-21T10:57:39.583 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-21T10:57:39.584 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:39.584 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:39.584 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-21T10:57:39.584 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:39.584 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:39.641 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:39.659 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:39.659 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:39.758 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:39.761 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:39.880 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-volume 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-21T10:57:40.051 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:40.052 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:40.176 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2023-11-21T10:57:40.395 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:40.638 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-21T10:57:40.741 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:19 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:40.866 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-21T10:57:41.100 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-21T10:57:41.174 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:15 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:41.335 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-21T10:57:41.560 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-21T10:57:41.821 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-21T10:57:42.158 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-21T10:57:42.379 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:42.379 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 262 k 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:57:42.380 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:42.381 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 262 k 2023-11-21T10:57:42.381 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 1.3 M 2023-11-21T10:57:42.381 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:42.435 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-21T10:57:42.626 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-volume-18.0.0-7435.g52ca4a61.el8.noarch.rp 1.0 MB/s | 262 kB 00:00 2023-11-21T10:57:42.627 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:42.627 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.0 MB/s | 262 kB 00:00 2023-11-21T10:57:42.627 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:42.637 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:42.638 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:42.671 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:42.674 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:42.849 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:43.020 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:43.021 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 133 k 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:43.022 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:43.023 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:43.023 INFO:teuthology.orchestra.run.smithi045.stdout:Install 5 Packages 2023-11-21T10:57:43.023 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:43.023 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 6.0 M 2023-11-21T10:57:43.023 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2023-11-21T10:57:43.023 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:43.100 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:43.375 INFO:teuthology.orchestra.run.smithi045.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7435.g52ca4a61.e 710 kB/s | 133 kB 00:00 2023-11-21T10:57:43.505 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:43.554 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-21T10:57:43.592 INFO:teuthology.orchestra.run.smithi045.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.3 MB/s | 538 kB 00:00 2023-11-21T10:57:43.650 INFO:teuthology.orchestra.run.smithi045.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.7 MB/s | 476 kB 00:00 2023-11-21T10:57:43.734 INFO:teuthology.orchestra.run.smithi045.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 425 kB/s | 60 kB 00:00 2023-11-21T10:57:43.834 INFO:teuthology.orchestra.run.smithi045.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 7.4 MB/s | 4.8 MB 00:00 2023-11-21T10:57:43.835 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:43.836 INFO:teuthology.orchestra.run.smithi045.stdout:Total 7.3 MB/s | 6.0 MB 00:00 2023-11-21T10:57:43.893 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-21T10:57:43.893 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:43.906 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:43.906 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:44.022 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:44.026 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:44.135 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-21T10:57:44.340 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:44.357 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-21T10:57:44.559 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-21T10:57:44.658 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-21T10:57:44.816 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:44.816 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:44.817 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:44.817 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:44.817 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:44.817 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 13/13 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 1/13 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-21T10:57:44.921 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-21T10:57:44.922 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-21T10:57:44.922 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-21T10:57:44.922 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-21T10:57:44.922 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-21T10:57:44.922 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-21T10:57:44.922 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-21T10:57:45.756 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-rook-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-21T10:57:45.757 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-21T10:57:45.758 INFO:teuthology.orchestra.run.smithi019.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-21T10:57:45.759 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:45.759 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:45.836 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-21T10:57:45.867 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados-devel 2023-11-21T10:57:45.876 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-mgr-cephadm 2023-11-21T10:57:46.247 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-21T10:57:46.502 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-21T10:57:46.717 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-21T10:57:46.748 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:25 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:46.893 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:17 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:47.040 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-21T10:57:47.040 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/5 2023-11-21T10:57:47.040 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-21T10:57:47.040 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-21T10:57:47.040 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-21T10:57:47.799 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-21T10:57:47.799 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:47.799 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:47.800 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:47.946 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2023-11-21T10:57:48.412 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:48.413 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:48.413 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2023-11-21T10:57:48.413 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:48.413 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:48.413 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 139 k 2023-11-21T10:57:48.413 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 139 k 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 513 k 2023-11-21T10:57:48.414 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:48.760 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:48.761 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:48.761 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:57:48.761 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:48.761 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:48.761 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 133 k 2023-11-21T10:57:48.761 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout:Install 5 Packages 2023-11-21T10:57:48.762 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:48.763 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 6.0 M 2023-11-21T10:57:48.763 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 26 M 2023-11-21T10:57:48.763 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:48.785 INFO:teuthology.orchestra.run.smithi079.stdout:librados-devel-18.0.0-7435.g52ca4a61.el8.x86_64 374 kB/s | 139 kB 00:00 2023-11-21T10:57:48.785 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:48.786 INFO:teuthology.orchestra.run.smithi079.stdout:Total 373 kB/s | 139 kB 00:00 2023-11-21T10:57:48.786 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:48.791 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:48.791 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:48.841 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:48.844 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:48.943 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:22 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:48.964 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:49.107 INFO:teuthology.orchestra.run.smithi019.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7435.g52ca4a61.e 687 kB/s | 133 kB 00:00 2023-11-21T10:57:49.222 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:57:49.316 INFO:teuthology.orchestra.run.smithi019.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.3 MB/s | 538 kB 00:00 2023-11-21T10:57:49.515 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:57:49.549 INFO:teuthology.orchestra.run.smithi019.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 7.5 MB/s | 4.8 MB 00:00 2023-11-21T10:57:49.700 INFO:teuthology.orchestra.run.smithi019.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 157 kB/s | 60 kB 00:00 2023-11-21T10:57:49.775 INFO:teuthology.orchestra.run.smithi019.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 713 kB/s | 476 kB 00:00 2023-11-21T10:57:49.775 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:49.776 INFO:teuthology.orchestra.run.smithi019.stdout:Total 5.9 MB/s | 6.0 MB 00:01 2023-11-21T10:57:49.833 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:49.845 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:49.846 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:49.967 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:49.971 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:50.195 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:57:50.196 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:50.196 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:50.196 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:57:50.196 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:50.196 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:50.256 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:50.444 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs2 2023-11-21T10:57:50.590 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-21T10:57:50.800 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:50.801 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:50.801 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:57:50.801 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:50.801 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 919 k 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2023-11-21T10:57:50.802 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:50.803 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 1.0 M 2023-11-21T10:57:50.803 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 3.1 M 2023-11-21T10:57:50.803 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:51.102 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 785 kB/s | 83 kB 00:00 2023-11-21T10:57:51.277 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-fuse-18.0.0-7435.g52ca4a61.el8.x86_ 3.2 MB/s | 919 kB 00:00 2023-11-21T10:57:51.278 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:51.279 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.1 MB/s | 1.0 MB 00:00 2023-11-21T10:57:51.291 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:51.305 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:30 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:51.317 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:51.317 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:51.417 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:51.421 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:51.628 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:51.755 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-21T10:57:51.912 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-21T10:57:52.138 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-21T10:57:52.170 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-21T10:57:52.406 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-21T10:57:52.583 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-21T10:57:52.586 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-21T10:57:52.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/2 2023-11-21T10:57:52.746 INFO:teuthology.orchestra.run.smithi079.stdout:Package libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:57:52.928 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 5/5 2023-11-21T10:57:52.929 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 1/5 2023-11-21T10:57:52.929 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-21T10:57:52.929 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-21T10:57:52.929 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-21T10:57:52.961 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:52.962 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:57:52.962 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:53.067 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs-devel 2023-11-21T10:57:53.382 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-21T10:57:53.382 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:53.383 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:53.383 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-21T10:57:53.383 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:53.383 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:53.644 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2023-11-21T10:57:53.724 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-21T10:57:53.724 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:53.724 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:53.724 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-mgr-cephadm-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:53.725 INFO:teuthology.orchestra.run.smithi019.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-21T10:57:53.725 INFO:teuthology.orchestra.run.smithi019.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-21T10:57:53.725 INFO:teuthology.orchestra.run.smithi019.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-21T10:57:53.725 INFO:teuthology.orchestra.run.smithi019.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-21T10:57:53.725 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:53.725 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:53.868 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-fuse 2023-11-21T10:57:53.922 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:32 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:54.647 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:28 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:54.870 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:25 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:57:55.582 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 31 k 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:55.583 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:57:55.584 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:57:55.584 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:57:55.584 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:55.584 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 31 k 2023-11-21T10:57:55.584 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 139 k 2023-11-21T10:57:55.584 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:57:55.745 INFO:teuthology.orchestra.run.smithi079.stdout:libcephfs-devel-18.0.0-7435.g52ca4a61.el8.x86_6 192 kB/s | 31 kB 00:00 2023-11-21T10:57:55.746 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:55.746 INFO:teuthology.orchestra.run.smithi079.stdout:Total 190 kB/s | 31 kB 00:00 2023-11-21T10:57:55.746 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:57:55.749 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:57:55.750 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:57:55.774 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:57:55.777 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:57:55.836 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:57:56.030 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:57:56.363 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:57:56.498 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 262 k 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:57:56.499 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:56.500 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 262 k 2023-11-21T10:57:56.500 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.3 M 2023-11-21T10:57:56.500 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:57:56.718 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-volume-18.0.0-7435.g52ca4a61.el8.noarch.rp 1.2 MB/s | 262 kB 00:00 2023-11-21T10:57:56.719 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:56.719 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-21T10:57:56.719 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:57:56.720 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:57:56.721 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:56.721 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:57:56.721 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:56.721 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 919 k 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout:Install 2 Packages 2023-11-21T10:57:56.722 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:56.723 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 1.0 M 2023-11-21T10:57:56.723 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 3.1 M 2023-11-21T10:57:56.723 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:57:56.732 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:57:56.732 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:57:56.775 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:57:56.781 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:57:56.909 INFO:teuthology.orchestra.run.smithi019.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 792 kB/s | 83 kB 00:00 2023-11-21T10:57:56.982 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:57:57.084 INFO:teuthology.orchestra.run.smithi019.stdout:(2/2): ceph-fuse-18.0.0-7435.g52ca4a61.el8.x86_ 3.2 MB/s | 919 kB 00:00 2023-11-21T10:57:57.085 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:57:57.085 INFO:teuthology.orchestra.run.smithi019.stdout:Total 2.7 MB/s | 1.0 MB 00:00 2023-11-21T10:57:57.098 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:57:57.123 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:57:57.123 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:57:57.224 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:57:57.227 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:57:57.229 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:57.312 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:57:57.312 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:57.312 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:57:57.312 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:57:57.312 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:57:57.312 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:57:57.441 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados2 2023-11-21T10:57:57.447 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:57:57.705 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:57.788 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-21T10:57:58.018 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-21T10:57:58.293 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:37 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:57:58.462 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:57:58.462 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:58.462 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:57:58.462 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:57:58.463 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:57:58.463 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:57:58.465 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2/2 2023-11-21T10:57:58.465 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/2 2023-11-21T10:57:58.658 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2023-11-21T10:57:59.256 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-21T10:57:59.256 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:59.256 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:57:59.256 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-21T10:57:59.257 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:57:59.257 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:57:59.528 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-volume 2023-11-21T10:57:59.665 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:33 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:57:59.735 INFO:teuthology.orchestra.run.smithi079.stdout:Package librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:57:59.951 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:57:59.952 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:57:59.953 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:00.060 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librbd1 2023-11-21T10:58:00.521 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:31 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:00.913 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:39 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:01.527 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 139 k 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:58:01.528 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 139 k 2023-11-21T10:58:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 513 k 2023-11-21T10:58:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:58:02.150 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-18.0.0-7435.g52ca4a61.el8.x86_64 224 kB/s | 139 kB 00:00 2023-11-21T10:58:02.150 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:02.150 INFO:teuthology.orchestra.run.smithi045.stdout:Total 223 kB/s | 139 kB 00:00 2023-11-21T10:58:02.151 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:58:02.158 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:58:02.158 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:58:02.219 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:58:02.222 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:58:02.341 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:58:02.368 INFO:teuthology.orchestra.run.smithi079.stdout:Package librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:02.387 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:02.388 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:02.388 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-11-21T10:58:02.388 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:02.388 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-volume noarch 2:18.0.0-7435.g52ca4a61.el8 ceph-noarch 262 k 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 262 k 2023-11-21T10:58:02.389 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 1.3 M 2023-11-21T10:58:02.390 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:58:02.569 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:02.585 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:02.586 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:58:02.587 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:02.696 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rados 2023-11-21T10:58:02.800 INFO:teuthology.orchestra.run.smithi019.stdout:ceph-volume-18.0.0-7435.g52ca4a61.el8.noarch.rp 638 kB/s | 262 kB 00:00 2023-11-21T10:58:02.800 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:02.801 INFO:teuthology.orchestra.run.smithi019.stdout:Total 636 kB/s | 262 kB 00:00 2023-11-21T10:58:02.801 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:58:02.814 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:58:02.814 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:58:02.857 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:58:02.861 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:58:02.903 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:03.056 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:58:03.341 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:58:03.546 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:42 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:03.692 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:03.693 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:03.693 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:58:03.693 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:03.693 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:03.693 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:03.849 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:58:03.937 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2023-11-21T10:58:04.598 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 1/1 2023-11-21T10:58:04.599 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:04.599 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:58:04.599 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-volume-2:18.0.0-7435.g52ca4a61.el8.noarch 2023-11-21T10:58:04.599 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:04.599 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:04.803 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install librados-devel 2023-11-21T10:58:04.927 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:38 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:04.995 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:05.212 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:05.213 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:58:05.214 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:05.313 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rgw 2023-11-21T10:58:05.807 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:36 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:06.164 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:45 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:06.533 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:06.776 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:06.778 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:06.778 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:06.892 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2023-11-21T10:58:07.615 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:07.648 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:07.648 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:07.649 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-11-21T10:58:07.649 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:07.649 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:58:07.649 INFO:teuthology.orchestra.run.smithi019.stdout: librados-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 139 k 2023-11-21T10:58:07.650 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:07.650 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:58:07.650 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:07.650 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:58:07.650 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:07.651 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 139 k 2023-11-21T10:58:07.651 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 513 k 2023-11-21T10:58:07.651 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:58:07.829 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:07.831 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:58:07.831 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:07.884 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:41 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:07.933 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-cephfs 2023-11-21T10:58:07.955 INFO:teuthology.orchestra.run.smithi019.stdout:librados-devel-18.0.0-7435.g52ca4a61.el8.x86_64 455 kB/s | 139 kB 00:00 2023-11-21T10:58:07.956 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:07.956 INFO:teuthology.orchestra.run.smithi019.stdout:Total 453 kB/s | 139 kB 00:00 2023-11-21T10:58:07.956 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:58:07.963 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:58:07.963 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:58:08.025 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:58:08.028 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:58:08.196 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:58:08.423 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:08.775 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:08.787 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:47 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:09.505 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:09.506 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:09.506 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:58:09.506 INFO:teuthology.orchestra.run.smithi019.stdout: librados-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:09.506 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:09.506 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:09.712 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install libcephfs2 2023-11-21T10:58:09.743 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:09.744 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:09.744 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-11-21T10:58:09.744 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:09.744 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:58:09.745 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 31 k 2023-11-21T10:58:09.745 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:09.745 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:58:09.745 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:09.745 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:58:09.745 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:09.746 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 31 k 2023-11-21T10:58:09.746 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 139 k 2023-11-21T10:58:09.746 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:58:09.970 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-18.0.0-7435.g52ca4a61.el8.x86_6 138 kB/s | 31 kB 00:00 2023-11-21T10:58:09.971 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:09.971 INFO:teuthology.orchestra.run.smithi045.stdout:Total 137 kB/s | 31 kB 00:00 2023-11-21T10:58:09.972 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:58:09.976 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:58:09.976 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:58:10.004 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:58:10.007 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:58:10.068 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:58:10.226 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:10.322 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:10.438 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:10.439 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:58:10.439 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:10.545 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rbd 2023-11-21T10:58:10.607 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:10.704 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:41 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:11.325 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:11.326 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:11.326 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:58:11.326 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:11.326 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:11.326 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:11.396 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:50 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:11.463 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2023-11-21T10:58:12.311 INFO:teuthology.orchestra.run.smithi019.stdout:Package libcephfs2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:12.443 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:46 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:12.550 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:12.552 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:12.552 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:12.727 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install libcephfs-devel 2023-11-21T10:58:12.816 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:13.031 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:13.032 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2023-11-21T10:58:13.032 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:13.136 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-fuse 2023-11-21T10:58:13.722 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:44 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:13.990 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:52 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:14.063 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:14.306 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:14.420 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2023-11-21T10:58:15.405 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:49 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:15.579 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:15.579 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:15.579 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs-devel x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 31 k 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:58:15.580 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:15.581 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 31 k 2023-11-21T10:58:15.581 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 139 k 2023-11-21T10:58:15.581 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:58:15.662 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 94 k 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:15.663 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:58:15.664 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:15.664 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:58:15.664 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:15.664 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 94 k 2023-11-21T10:58:15.664 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 280 k 2023-11-21T10:58:15.664 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:58:15.853 INFO:teuthology.orchestra.run.smithi019.stdout:libcephfs-devel-18.0.0-7435.g52ca4a61.el8.x86_6 114 kB/s | 31 kB 00:00 2023-11-21T10:58:15.853 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:15.854 INFO:teuthology.orchestra.run.smithi019.stdout:Total 113 kB/s | 31 kB 00:00 2023-11-21T10:58:15.854 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:58:15.858 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:58:15.858 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:58:15.885 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:58:15.889 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:58:15.984 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-fuse-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 293 kB/s | 94 kB 00:00 2023-11-21T10:58:15.984 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:15.985 INFO:teuthology.orchestra.run.smithi079.stdout:Total 291 kB/s | 94 kB 00:00 2023-11-21T10:58:15.985 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:58:15.988 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:58:15.995 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:58:15.995 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:58:16.043 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:58:16.046 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:58:16.155 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:58:16.222 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:16.417 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:16.529 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:16.701 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:17.021 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:17.263 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:17.265 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:17.265 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:17.266 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:17.266 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:17.266 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:58:17.266 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs-devel-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:17.267 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:17.267 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:17.375 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:17.376 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:17.376 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:58:17.376 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:17.376 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:17.377 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:17.400 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install librados2 2023-11-21T10:58:17.433 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2023-11-21T10:58:17.639 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-mirror 2023-11-21T10:58:18.387 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:49 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:18.465 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:52 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:18.501 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:02:57 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:19.996 INFO:teuthology.orchestra.run.smithi019.stdout:Package librados2-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:20.044 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:20.155 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:20.156 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:20.156 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2023-11-21T10:58:20.156 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:20.156 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:58:20.156 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.6 M 2023-11-21T10:58:20.156 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 3.6 M 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 17 M 2023-11-21T10:58:20.157 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:58:20.240 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:20.241 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:20.241 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:20.284 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:20.285 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:20.285 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:20.394 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2023-11-21T10:58:20.489 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install librbd1 2023-11-21T10:58:20.744 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-mirror-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 6.1 MB/s | 3.6 MB 00:00 2023-11-21T10:58:20.745 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:20.745 INFO:teuthology.orchestra.run.smithi079.stdout:Total 6.1 MB/s | 3.6 MB 00:00 2023-11-21T10:58:20.745 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:58:20.757 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:58:20.757 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:58:20.819 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:58:20.822 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:58:21.277 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:58:21.386 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:55 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:21.466 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:52 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:21.475 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:21.922 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:22.599 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:22.599 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:22.599 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:58:22.599 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:22.599 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:22.600 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:22.813 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-nbd 2023-11-21T10:58:22.986 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:23.077 INFO:teuthology.orchestra.run.smithi019.stdout:Package librbd1-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:23.224 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:23.225 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:23.226 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:23.323 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:23.325 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:23.325 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:23.335 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2023-11-21T10:58:23.675 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:03:02 ago on Tue 21 Nov 2023 10:55:21 AM UTC. 2023-11-21T10:58:23.753 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-rados 2023-11-21T10:58:24.336 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:58 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:24.743 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:55 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:25.329 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 181 k 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 181 k 2023-11-21T10:58:25.331 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 573 k 2023-11-21T10:58:25.331 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-11-21T10:58:25.505 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-nbd-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 1.0 MB/s | 181 kB 00:00 2023-11-21T10:58:25.505 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:25.506 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.0 MB/s | 181 kB 00:00 2023-11-21T10:58:25.506 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-11-21T10:58:25.516 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-11-21T10:58:25.517 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-11-21T10:58:25.565 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-11-21T10:58:25.568 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-11-21T10:58:25.717 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-11-21T10:58:25.898 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:25.957 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:26.196 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:26.204 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:26.205 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:26.205 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:26.316 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2023-11-21T10:58:26.343 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-rados-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:26.583 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:26.584 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:26.585 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:26.695 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-rgw 2023-11-21T10:58:26.883 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:26.883 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:26.883 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-11-21T10:58:26.883 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:26.883 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T10:58:26.883 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-11-21T10:58:27.130 DEBUG:teuthology.parallel:result is None 2023-11-21T10:58:27.306 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:01 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:27.696 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:02:58 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:28.943 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:29.184 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:29.186 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-11-21T10:58:29.186 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:29.299 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2023-11-21T10:58:29.320 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-rgw-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:29.563 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:29.565 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:29.565 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:29.802 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-cephfs 2023-11-21T10:58:30.307 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:04 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:30.796 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:03:01 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:32.193 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 94 k 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:32.194 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:58:32.195 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:32.195 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 94 k 2023-11-21T10:58:32.195 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 280 k 2023-11-21T10:58:32.195 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:58:32.368 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 541 kB/s | 94 kB 00:00 2023-11-21T10:58:32.369 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:32.369 INFO:teuthology.orchestra.run.smithi045.stdout:Total 537 kB/s | 94 kB 00:00 2023-11-21T10:58:32.369 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:58:32.382 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:58:32.383 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:58:32.407 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-cephfs-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:32.441 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:58:32.444 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:58:32.647 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:32.648 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:32.649 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:32.683 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:58:32.763 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install python3-rbd 2023-11-21T10:58:32.919 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:33.418 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:33.752 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:03:04 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:34.178 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:34.179 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:34.179 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:58:34.179 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:34.179 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:34.179 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:34.450 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2023-11-21T10:58:35.365 INFO:teuthology.orchestra.run.smithi019.stdout:Package python3-rbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 is already installed. 2023-11-21T10:58:35.449 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:09 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:35.605 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:35.606 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-11-21T10:58:35.606 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:35.721 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install rbd-fuse 2023-11-21T10:58:36.711 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:03:07 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:37.312 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:37.312 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:37.312 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-11-21T10:58:37.312 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:37.312 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.6 M 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.6 M 2023-11-21T10:58:37.314 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 17 M 2023-11-21T10:58:37.314 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:58:38.222 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 3.9 MB/s | 3.6 MB 00:00 2023-11-21T10:58:38.223 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:38.223 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.9 MB/s | 3.6 MB 00:00 2023-11-21T10:58:38.224 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:58:38.239 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:58:38.239 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:58:38.315 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:58:38.318 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:58:38.555 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:38.556 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:38.556 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-11-21T10:58:38.556 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:38.556 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:58:38.557 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-fuse x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 94 k 2023-11-21T10:58:38.557 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:38.557 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:58:38.557 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:38.557 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:58:38.557 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:38.558 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 94 k 2023-11-21T10:58:38.558 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 280 k 2023-11-21T10:58:38.558 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:58:38.759 INFO:teuthology.orchestra.run.smithi019.stdout:rbd-fuse-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 464 kB/s | 94 kB 00:00 2023-11-21T10:58:38.760 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:38.760 INFO:teuthology.orchestra.run.smithi019.stdout:Total 461 kB/s | 94 kB 00:00 2023-11-21T10:58:38.760 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:58:38.773 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:58:38.773 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:58:38.811 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:58:38.831 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:58:38.835 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:58:38.984 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:58:39.009 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:39.244 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:39.466 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:39.607 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:40.212 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:40.212 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:40.213 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:58:40.213 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:40.213 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:40.213 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:40.320 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:40.320 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:40.320 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:58:40.320 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-fuse-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:40.321 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:40.321 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:40.418 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2023-11-21T10:58:40.590 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install rbd-mirror 2023-11-21T10:58:41.411 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:15 ago on Tue 21 Nov 2023 10:55:26 AM UTC. 2023-11-21T10:58:41.596 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:03:12 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:43.271 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-11-21T10:58:43.272 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:43.272 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-11-21T10:58:43.272 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:43.272 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-11-21T10:58:43.272 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 181 k 2023-11-21T10:58:43.272 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 181 k 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 573 k 2023-11-21T10:58:43.273 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-11-21T10:58:43.443 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:43.443 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:43.443 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repo Size 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-mirror x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 3.6 M 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:58:43.444 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:43.445 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 3.6 M 2023-11-21T10:58:43.445 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 17 M 2023-11-21T10:58:43.445 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:58:43.461 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 963 kB/s | 181 kB 00:00 2023-11-21T10:58:43.462 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:43.462 INFO:teuthology.orchestra.run.smithi045.stdout:Total 955 kB/s | 181 kB 00:00 2023-11-21T10:58:43.462 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-11-21T10:58:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-11-21T10:58:43.477 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-11-21T10:58:43.536 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-11-21T10:58:43.540 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-11-21T10:58:43.690 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-11-21T10:58:43.884 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:44.209 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:44.380 INFO:teuthology.orchestra.run.smithi019.stdout:rbd-mirror-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 3.8 MB/s | 3.6 MB 00:00 2023-11-21T10:58:44.381 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:44.381 INFO:teuthology.orchestra.run.smithi019.stdout:Total 3.8 MB/s | 3.6 MB 00:00 2023-11-21T10:58:44.382 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:58:44.397 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:58:44.397 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:58:44.471 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:58:44.474 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:58:44.953 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:44.953 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:44.953 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-11-21T10:58:44.953 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:44.954 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-11-21T10:58:44.954 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-11-21T10:58:44.970 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:58:45.177 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:45.228 DEBUG:teuthology.parallel:result is None 2023-11-21T10:58:45.643 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:46.414 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:46.414 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:46.414 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:58:46.414 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-mirror-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:46.414 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:46.415 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:46.652 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install rbd-nbd 2023-11-21T10:58:47.649 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:03:18 ago on Tue 21 Nov 2023 10:55:29 AM UTC. 2023-11-21T10:58:49.499 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-11-21T10:58:49.499 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:49.499 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-11-21T10:58:49.499 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-nbd x86_64 2:18.0.0-7435.g52ca4a61.el8 ceph 181 k 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout:Install 1 Package 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:49.500 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 181 k 2023-11-21T10:58:49.501 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 573 k 2023-11-21T10:58:49.501 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-11-21T10:58:49.692 INFO:teuthology.orchestra.run.smithi019.stdout:rbd-nbd-18.0.0-7435.g52ca4a61.el8.x86_64.rpm 948 kB/s | 181 kB 00:00 2023-11-21T10:58:49.692 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:58:49.692 INFO:teuthology.orchestra.run.smithi019.stdout:Total 941 kB/s | 181 kB 00:00 2023-11-21T10:58:49.693 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-11-21T10:58:49.706 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-11-21T10:58:49.706 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-11-21T10:58:49.763 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-11-21T10:58:49.767 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-11-21T10:58:49.890 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-11-21T10:58:50.092 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:50.445 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:51.169 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 1/1 2023-11-21T10:58:51.169 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:51.169 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-11-21T10:58:51.170 INFO:teuthology.orchestra.run.smithi019.stdout: rbd-nbd-2:18.0.0-7435.g52ca4a61.el8.x86_64 2023-11-21T10:58:51.170 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T10:58:51.170 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-11-21T10:58:51.425 DEBUG:teuthology.parallel:result is None 2023-11-21T10:58:51.425 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-21T10:58:51.655 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-21T10:58:51.685 INFO:teuthology.orchestra.run.smithi019.stdout:18.0.0-7435.g52ca4a61.el8 2023-11-21T10:58:51.686 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7435.g52ca4a61.el8 2023-11-21T10:58:51.686 INFO:teuthology.task.install:The correct ceph version 18.0.0-7435.g52ca4a61 is installed. 2023-11-21T10:58:51.686 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-21T10:58:51.837 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-21T10:58:51.867 INFO:teuthology.orchestra.run.smithi045.stdout:18.0.0-7435.g52ca4a61.el8 2023-11-21T10:58:51.867 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7435.g52ca4a61.el8 2023-11-21T10:58:51.867 INFO:teuthology.task.install:The correct ceph version 18.0.0-7435.g52ca4a61 is installed. 2023-11-21T10:58:51.867 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-21T10:58:52.092 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-21T10:58:52.118 INFO:teuthology.orchestra.run.smithi079.stdout:18.0.0-7435.g52ca4a61.el8 2023-11-21T10:58:52.119 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7435.g52ca4a61.el8 2023-11-21T10:58:52.119 INFO:teuthology.task.install:The correct ceph version 18.0.0-7435.g52ca4a61 is installed. 2023-11-21T10:58:52.119 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-21T10:58:52.119 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:58:52.119 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-21T10:58:52.155 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T10:58:52.156 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-21T10:58:52.190 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T10:58:52.191 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-21T10:58:52.223 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-21T10:58:52.224 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:58:52.224 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/usr/bin/daemon-helper 2023-11-21T10:58:52.258 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-21T10:58:52.333 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T10:58:52.333 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2023-11-21T10:58:52.367 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-21T10:58:52.441 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T10:58:52.442 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/daemon-helper 2023-11-21T10:58:52.474 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-21T10:58:52.543 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-21T10:58:52.544 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:58:52.544 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-21T10:58:52.578 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-21T10:58:52.653 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T10:58:52.653 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-21T10:58:52.687 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-21T10:58:52.760 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T10:58:52.761 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-21T10:58:52.791 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-21T10:58:52.859 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-21T10:58:52.859 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:58:52.860 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/usr/bin/stdin-killer 2023-11-21T10:58:52.894 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-21T10:58:52.969 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T10:58:52.969 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2023-11-21T10:58:53.003 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-21T10:58:53.078 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T10:58:53.078 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/stdin-killer 2023-11-21T10:58:53.110 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-21T10:58:53.181 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-21T10:58:53.255 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-21T10:58:53.255 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 2023-11-21T10:58:53.255 INFO:tasks.cephadm:Cluster fsid is f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T10:58:53.255 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-21T10:58:53.255 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.19', 'mon.b': '172.21.15.45', 'mon.c': '172.21.15.79'} 2023-11-21T10:58:53.256 INFO:tasks.cephadm:First mon is mon.a on smithi019 2023-11-21T10:58:53.256 INFO:tasks.cephadm:First mgr is a 2023-11-21T10:58:53.256 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-21T10:58:53.256 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2023-11-21T10:58:53.292 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-11-21T10:58:53.327 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-11-21T10:58:53.359 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-21T10:58:53.359 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-21T10:58:53.496 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-21T10:58:53.722 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-21T10:58:53.722 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-21T10:58:53.722 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T10:58:54.643 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 21 10:58 /home/ubuntu/cephtest/cephadm 2023-11-21T10:58:54.643 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T10:58:55.187 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 21 10:58 /home/ubuntu/cephtest/cephadm 2023-11-21T10:58:55.188 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T10:58:56.206 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 21 10:58 /home/ubuntu/cephtest/cephadm 2023-11-21T10:58:56.207 DEBUG:teuthology.orchestra.run.smithi019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-21T10:58:56.232 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-21T10:58:56.255 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-21T10:58:56.287 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 on all hosts... 2023-11-21T10:58:56.287 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 pull 2023-11-21T10:58:56.290 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 pull 2023-11-21T10:58:56.299 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 pull 2023-11-21T10:58:57.175 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-21T10:58:57.523 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-21T10:58:57.561 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-21T10:59:34.007 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2023-11-21T10:59:34.008 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)", 2023-11-21T10:59:34.008 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27", 2023-11-21T10:59:34.008 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2023-11-21T10:59:34.008 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e" 2023-11-21T10:59:34.008 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2023-11-21T10:59:34.008 INFO:teuthology.orchestra.run.smithi079.stdout:} 2023-11-21T10:59:56.127 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-11-21T10:59:56.127 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)", 2023-11-21T10:59:56.127 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27", 2023-11-21T10:59:56.128 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2023-11-21T10:59:56.128 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e" 2023-11-21T10:59:56.128 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-11-21T10:59:56.128 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-11-21T10:59:56.901 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2023-11-21T10:59:56.901 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph_version": "ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev)", 2023-11-21T10:59:56.902 INFO:teuthology.orchestra.run.smithi019.stdout: "image_id": "b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27", 2023-11-21T10:59:56.902 INFO:teuthology.orchestra.run.smithi019.stdout: "repo_digests": [ 2023-11-21T10:59:56.902 INFO:teuthology.orchestra.run.smithi019.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:431d609f5fe6656fa106f93d509ceda9fd84bb107657fe1e403193dce58cc03e" 2023-11-21T10:59:56.902 INFO:teuthology.orchestra.run.smithi019.stdout: ] 2023-11-21T10:59:56.902 INFO:teuthology.orchestra.run.smithi019.stdout:} 2023-11-21T10:59:56.936 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2023-11-21T10:59:56.972 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-11-21T10:59:57.012 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-11-21T10:59:57.049 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2023-11-21T10:59:57.083 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-11-21T10:59:57.118 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-11-21T10:59:57.148 INFO:tasks.cephadm:Writing seed config... 2023-11-21T10:59:57.149 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-11-21T10:59:57.149 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-21T10:59:57.150 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-21T10:59:57.151 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T10:59:57.151 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-21T10:59:57.174 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 = f584d3aa-885c-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-21T10:59:57.175 DEBUG:teuthology.orchestra.run.smithi019:mon.a> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a.service 2023-11-21T10:59:57.217 DEBUG:teuthology.orchestra.run.smithi019:mgr.a> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a.service 2023-11-21T10:59:57.251 INFO:journalctl@ceph.mon.a.smithi019.stdout:-- Logs begin at Tue 2023-11-21 10:45:33 UTC. -- 2023-11-21T10:59:57.252 INFO:tasks.cephadm:Bootstrapping... 2023-11-21T10:59:57.252 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 -v bootstrap --fsid f584d3aa-885c-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.19 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-21T10:59:57.284 INFO:journalctl@ceph.mgr.a.smithi019.stdout:-- Logs begin at Tue 2023-11-21 10:45:33 UTC. -- 2023-11-21T10:59:57.483 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-11-21T10:59:57.484 INFO:teuthology.orchestra.run.smithi019.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959', '-v', 'bootstrap', '--fsid', 'f584d3aa-885c-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.19', '--skip-admin-label'] 2023-11-21T10:59:57.523 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout 4.6.1 2023-11-21T10:59:57.523 INFO:teuthology.orchestra.run.smithi019.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-11-21T10:59:57.524 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying podman|docker is present... 2023-11-21T10:59:57.560 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout 4.6.1 2023-11-21T10:59:57.560 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying lvm2 is present... 2023-11-21T10:59:57.560 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying time synchronization is in place... 2023-11-21T10:59:57.568 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-21T10:59:57.568 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-21T10:59:57.575 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-21T10:59:57.575 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-11-21T10:59:57.582 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout enabled 2023-11-21T10:59:57.589 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout active 2023-11-21T10:59:57.589 INFO:teuthology.orchestra.run.smithi019.stdout:Unit chronyd.service is enabled and running 2023-11-21T10:59:57.589 INFO:teuthology.orchestra.run.smithi019.stdout:Repeating the final host check... 2023-11-21T10:59:57.618 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout 4.6.1 2023-11-21T10:59:57.618 INFO:teuthology.orchestra.run.smithi019.stdout:podman (/bin/podman) version 4.6.1 is present 2023-11-21T10:59:57.619 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl is present 2023-11-21T10:59:57.619 INFO:teuthology.orchestra.run.smithi019.stdout:lvcreate is present 2023-11-21T10:59:57.625 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-21T10:59:57.625 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-21T10:59:57.632 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-21T10:59:57.632 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-11-21T10:59:57.638 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout enabled 2023-11-21T10:59:57.645 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout active 2023-11-21T10:59:57.645 INFO:teuthology.orchestra.run.smithi019.stdout:Unit chronyd.service is enabled and running 2023-11-21T10:59:57.645 INFO:teuthology.orchestra.run.smithi019.stdout:Host looks OK 2023-11-21T10:59:57.646 INFO:teuthology.orchestra.run.smithi019.stdout:Cluster fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T10:59:57.646 INFO:teuthology.orchestra.run.smithi019.stdout:Acquiring lock 140341812629344 on /run/cephadm/f584d3aa-885c-11ee-959e-87774f69a715.lock 2023-11-21T10:59:57.646 INFO:teuthology.orchestra.run.smithi019.stdout:Lock 140341812629344 acquired on /run/cephadm/f584d3aa-885c-11ee-959e-87774f69a715.lock 2023-11-21T10:59:57.647 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying IP 172.21.15.19 port 3300 ... 2023-11-21T10:59:57.647 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying IP 172.21.15.19 port 6789 ... 2023-11-21T10:59:57.647 INFO:teuthology.orchestra.run.smithi019.stdout:Base mon IP(s) is [172.21.15.19:3300, 172.21.15.19:6789], mon addrv is [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-11-21T10:59:57.650 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2023-11-21T10:59:57.651 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 metric 100 2023-11-21T10:59:57.654 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-21T10:59:57.654 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-21T10:59:57.654 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1690sec hoplimit 64 pref medium 2023-11-21T10:59:57.657 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-21T10:59:57.657 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-21T10:59:57.657 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-21T10:59:57.657 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-21T10:59:57.657 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:161e/64 scope link 2023-11-21T10:59:57.658 INFO:teuthology.orchestra.run.smithi019.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-21T10:59:57.659 INFO:teuthology.orchestra.run.smithi019.stdout:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-11-21T10:59:57.659 INFO:teuthology.orchestra.run.smithi019.stdout:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-11-21T10:59:57.659 INFO:teuthology.orchestra.run.smithi019.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-21T10:59:57.659 INFO:teuthology.orchestra.run.smithi019.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-21T10:59:57.660 INFO:teuthology.orchestra.run.smithi019.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-21T10:59:58.061 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stdout b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27 2023-11-21T10:59:58.061 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959... 2023-11-21T10:59:58.061 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Getting image source signatures 2023-11-21T10:59:58.061 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Copying blob sha256:0585cb6629f86157ada05b2957dbeec27248962e51e3b8e06ed0fa7fa6328bfc 2023-11-21T10:59:58.061 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-21T10:59:58.062 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Copying config sha256:b235d47f54fd8a140ae196833e5c43baad947d85b98fd7477c67a84cc866dc27 2023-11-21T10:59:58.062 INFO:teuthology.orchestra.run.smithi019.stdout:/bin/podman: stderr Writing manifest to image destination 2023-11-21T10:59:58.724 INFO:teuthology.orchestra.run.smithi019.stdout:ceph: stdout ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev) 2023-11-21T10:59:58.725 INFO:teuthology.orchestra.run.smithi019.stdout:Ceph version: ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev) 2023-11-21T10:59:58.725 INFO:teuthology.orchestra.run.smithi019.stdout:Extracting ceph user uid/gid from container image... 2023-11-21T10:59:59.311 INFO:teuthology.orchestra.run.smithi019.stdout:stat: stdout 167 167 2023-11-21T10:59:59.311 INFO:teuthology.orchestra.run.smithi019.stdout:Creating initial keys... 2023-11-21T10:59:59.859 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph-authtool: stdout AQCvjVxlRhJ+HhAAF5A1QnzhCyH0vGjWoAK6mg== 2023-11-21T11:00:00.464 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph-authtool: stdout AQCwjVxlD5yKBBAAN9kFwF6D7X/npvVB8Iw6yA== 2023-11-21T11:00:01.082 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph-authtool: stdout AQCwjVxlzR+yKRAA2RpTJzWYFaqOG78LP/Hr+A== 2023-11-21T11:00:01.082 INFO:teuthology.orchestra.run.smithi019.stdout:Creating initial monmap... 2023-11-21T11:00:01.669 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-21T11:00:01.669 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-11-21T11:00:01.669 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:01.669 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-21T11:00:01.670 INFO:teuthology.orchestra.run.smithi019.stdout:monmaptool for a [v2:172.21.15.19:3300,v1:172.21.15.19:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-21T11:00:01.670 INFO:teuthology.orchestra.run.smithi019.stdout:setting min_mon_release = pacific 2023-11-21T11:00:01.670 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: set fsid to f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:01.670 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-21T11:00:01.670 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:00:01.670 INFO:teuthology.orchestra.run.smithi019.stdout:Creating mon... 2023-11-21T11:00:02.288 INFO:teuthology.orchestra.run.smithi019.stdout:create mon.a on 2023-11-21T11:00:02.429 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-11-21T11:00:02.527 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-21T11:00:02.673 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f584d3aa-885c-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-f584d3aa-885c-11ee-959e-87774f69a715.target. 2023-11-21T11:00:02.673 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f584d3aa-885c-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-f584d3aa-885c-11ee-959e-87774f69a715.target. 2023-11-21T11:00:02.866 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a 2023-11-21T11:00:02.866 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a.service: Unit ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a.service not loaded. 2023-11-21T11:00:02.973 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f584d3aa-885c-11ee-959e-87774f69a715.target.wants/ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a.service → /etc/systemd/system/ceph-f584d3aa-885c-11ee-959e-87774f69a715@.service. 2023-11-21T11:00:03.369 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-21T11:00:03.369 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-11-21T11:00:03.378 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-21T11:00:03.378 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-11-21T11:00:03.378 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-11-21T11:00:03.378 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to enable service . firewalld.service is not available 2023-11-21T11:00:03.379 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mon to start... 2023-11-21T11:00:03.379 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mon... 2023-11-21T11:00:03.605 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:03 smithi019 ceph-mon[111434]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-21T11:00:04.264 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout cluster: 2023-11-21T11:00:04.266 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout id: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:04.266 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-21T11:00:04.266 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:04.266 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout services: 2023-11-21T11:00:04.266 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.483013s) 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout data: 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout pgs: 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:mon is available 2023-11-21T11:00:04.267 INFO:teuthology.orchestra.run.smithi019.stdout:Assimilating anything we can from ceph.conf... 2023-11-21T11:00:04.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:04 smithi019 ceph-mon[111434]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-21T11:00:04.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:04 smithi019 ceph-mon[111434]: monmap e1: 1 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:00:04.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:04 smithi019 ceph-mon[111434]: fsmap 2023-11-21T11:00:04.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:04 smithi019 ceph-mon[111434]: osdmap e1: 0 total, 0 up, 0 in 2023-11-21T11:00:04.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:04 smithi019 ceph-mon[111434]: mgrmap e1: no daemons active 2023-11-21T11:00:04.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:04 smithi019 ceph-mon[111434]: from='client.? 172.21.15.19:0/3014834049' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-21T11:00:05.132 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:05.133 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [global] 2023-11-21T11:00:05.133 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout fsid = f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:05.133 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-11-21T11:00:05.133 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-21T11:00:05.133 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-21T11:00:05.133 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-21T11:00:05.134 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-21T11:00:05.134 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:05.134 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-21T11:00:05.134 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-11-21T11:00:05.135 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-21T11:00:05.135 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:05.135 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [osd] 2023-11-21T11:00:05.135 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-21T11:00:05.135 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-21T11:00:05.135 INFO:teuthology.orchestra.run.smithi019.stdout:Generating new minimal ceph.conf... 2023-11-21T11:00:05.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:05 smithi019 ceph-mon[111434]: from='client.? 172.21.15.19:0/2840898905' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-21T11:00:05.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:05 smithi019 ceph-mon[111434]: from='client.? 172.21.15.19:0/2840898905' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-21T11:00:05.922 INFO:teuthology.orchestra.run.smithi019.stdout:Restarting the monitor... 2023-11-21T11:00:06.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:05 smithi019 systemd[1]: Stopping Ceph mon.a for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:00:06.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:06 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-a[111429]: 2023-11-21T11:00:06.120+0000 7f2ebce84700 -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-21T11:00:06.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:06 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-a[111429]: 2023-11-21T11:00:06.120+0000 7f2ebce84700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-11-21T11:00:06.670 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:06 smithi019 bash[111686]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-a 2023-11-21T11:00:06.960 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:06 smithi019 systemd[1]: ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a.service: Succeeded. 2023-11-21T11:00:06.960 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:06 smithi019 systemd[1]: Stopped Ceph mon.a for f584d3aa-885c-11ee-959e-87774f69a715. 2023-11-21T11:00:06.960 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:06 smithi019 systemd[1]: Starting Ceph mon.a for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:00:07.041 INFO:teuthology.orchestra.run.smithi019.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: set uid:gid to 167:167 (ceph:ceph) 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev), process ceph-mon, pid 2 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: pidfile_write: ignore empty --pid-file 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 bash[111797]: de9f7f6751bf69f8c8e35deddb6e71f889859f73e549b20f2b5138710d26681a 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 systemd[1]: Started Ceph mon.a for f584d3aa-885c-11ee-959e-87774f69a715. 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: load: jerasure load: lrc 2023-11-21T11:00:07.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: RocksDB version: 7.9.2 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Git sha 0 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Compile date 2023-11-20 13:47:41 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: DB SUMMARY 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: DB Session ID: QGPJOLJANC0UO5OYRKP6 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: CURRENT file: CURRENT 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: IDENTITY file: IDENTITY 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 82384 ; 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.error_if_exists: 0 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.create_if_missing: 0 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.paranoid_checks: 1 2023-11-21T11:00:07.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.env: 0x55a18ca30a60 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.fs: PosixFileSystem 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.info_log: 0x55a18e34d740 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_file_opening_threads: 16 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.statistics: (nil) 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.use_fsync: 0 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_log_file_size: 0 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-21T11:00:07.305 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.keep_log_file_num: 1000 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.recycle_log_file_num: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.allow_fallocate: 1 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.allow_mmap_reads: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.allow_mmap_writes: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.use_direct_reads: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.create_missing_column_families: 0 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.db_log_dir: 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.wal_dir: 2023-11-21T11:00:07.306 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-21T11:00:07.307 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-21T11:00:07.307 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-21T11:00:07.307 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-21T11:00:07.307 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-21T11:00:07.307 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-21T11:00:07.307 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.advise_random_on_open: 1 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.db_write_buffer_size: 0 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.write_buffer_manager: 0x55a18e303360 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.rate_limiter: (nil) 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.wal_recovery_mode: 2 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.enable_thread_tracking: 0 2023-11-21T11:00:07.308 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.enable_pipelined_write: 0 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.unordered_write: 0 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.row_cache: None 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.wal_filter: None 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.allow_ingest_behind: 0 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.two_write_queues: 0 2023-11-21T11:00:07.309 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.manual_wal_flush: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.wal_compression: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.atomic_flush: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.log_readahead_size: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.best_efforts_recovery: 0 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-21T11:00:07.310 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.allow_data_in_errors: 0 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.db_host_id: __hostname__ 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_background_jobs: 2 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_background_compactions: -1 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_subcompactions: 1 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_total_wal_size: 0 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-21T11:00:07.311 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_open_files: -1 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bytes_per_sync: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_readahead_size: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_background_flushes: -1 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Compression algorithms supported: 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kZSTD supported: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kXpressCompression supported: 0 2023-11-21T11:00:07.312 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kLZ4HCCompression supported: 1 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kZlibCompression supported: 1 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kSnappyCompression supported: 1 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kLZ4Compression supported: 1 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: kBZip2Compression supported: 0 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.merge_operator: 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_filter: None 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_filter_factory: None 2023-11-21T11:00:07.313 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.sst_partitioner_factory: None 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a18e34d860) 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: cache_index_and_filter_blocks: 1 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: pin_top_level_index_and_filter: 1 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: index_type: 0 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: data_block_index_type: 0 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: index_shortening: 1 2023-11-21T11:00:07.314 INFO:journalctl@ceph.mon.a.smithi019.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: checksum: 4 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: no_block_cache: 0 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache: 0x55a18e3a3090 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache_name: BinnedLRUCache 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache_options: 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: capacity : 536870912 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: num_shard_bits : 4 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: strict_capacity_limit : 0 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: high_pri_pool_ratio: 0.000 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_cache_compressed: (nil) 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: persistent_cache: (nil) 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_size: 4096 2023-11-21T11:00:07.315 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_size_deviation: 10 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_restart_interval: 16 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: index_block_restart_interval: 1 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: metadata_block_size: 4096 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: partition_filters: 0 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: use_delta_encoding: 1 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: filter_policy: bloomfilter 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: whole_key_filtering: 1 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: verify_compression: 0 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: read_amp_bytes_per_bit: 0 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: format_version: 5 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: enable_index_compression: 1 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: block_align: 0 2023-11-21T11:00:07.316 INFO:journalctl@ceph.mon.a.smithi019.stdout: max_auto_readahead_size: 262144 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout: prepopulate_block_cache: 0 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout: initial_auto_readahead_size: 8192 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout: num_file_reads_for_auto_readahead: 2 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.write_buffer_size: 33554432 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_write_buffer_number: 2 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression: NoCompression 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression: Disabled 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.prefix_extractor: nullptr 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-21T11:00:07.317 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.num_levels: 7 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-21T11:00:07.318 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.level: 32767 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.strategy: 0 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.enabled: false 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-21T11:00:07.319 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.target_file_size_base: 67108864 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-21T11:00:07.320 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.arena_block_size: 1048576 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.disable_auto_compactions: 0 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-21T11:00:07.321 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.table_properties_collectors: 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.inplace_update_support: 0 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-21T11:00:07.322 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.bloom_locality: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.max_successive_merges: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.paranoid_file_checks: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.force_consistency_checks: 1 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.report_bg_io_stats: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.ttl: 2592000 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.enable_blob_files: false 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.min_blob_size: 0 2023-11-21T11:00:07.323 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.blob_file_size: 268435456 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.blob_file_starting_level: 0 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: 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-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cf9ef9c3-41be-4c96-b2c5-838820c36e73 2023-11-21T11:00:07.324 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700564407040690, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700564407041698, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 79288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 243, "table_properties": {"data_size": 77475, "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": 9840, "raw_average_key_size": 47, "raw_value_size": 71822, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 206, "num_filter_entries": 206, "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": 1700564407, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cf9ef9c3-41be-4c96-b2c5-838820c36e73", "db_session_id": "QGPJOLJANC0UO5OYRKP6", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700564407041785, "job": 1, "event": "recovery_finished"} 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: 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-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a18e43e000 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: DB pointer 0x55a18e42a000 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** DB Stats ** 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T11:00:07.325 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** Compaction Stats [default] ** 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: L0 2/0 79.26 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.stdout: Sum 2/0 79.26 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:00:07.326 INFO:journalctl@ceph.mon.a.smithi019.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 117.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** Compaction Stats [default] ** 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.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 117.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-21T11:00:07.327 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout: Cumulative compaction: 0.00 GB write, 21.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout: Interval compaction: 0.00 GB write, 21.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout: Block cache BinnedLRUCache@0x55a18e3a3090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: starting mon.a rank 0 at public addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] at bind addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???) e1 preinit fsid f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).mds e1 new map 2023-11-21T11:00:07.328 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).mds e1 print_map 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout: e1 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.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-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout: legacy client fscid: -1 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout: 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout: No filesystems configured 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:00:07.329 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-21T11:00:07.330 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-21T11:00:07.330 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: monmap e1: 1 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:00:07.330 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: fsmap 2023-11-21T11:00:07.330 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: osdmap e1: 0 total, 0 up, 0 in 2023-11-21T11:00:07.330 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:07 smithi019 ceph-mon[111815]: mgrmap e1: no daemons active 2023-11-21T11:00:07.880 INFO:teuthology.orchestra.run.smithi019.stdout:Wrote config to /etc/ceph/ceph.conf 2023-11-21T11:00:07.900 INFO:teuthology.orchestra.run.smithi019.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:00:07.901 INFO:teuthology.orchestra.run.smithi019.stdout:Creating mgr... 2023-11-21T11:00:07.901 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying port 0.0.0.0:9283 ... 2023-11-21T11:00:07.902 INFO:teuthology.orchestra.run.smithi019.stdout:Verifying port 0.0.0.0:8765 ... 2023-11-21T11:00:08.127 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a 2023-11-21T11:00:08.127 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a.service: Unit ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a.service not loaded. 2023-11-21T11:00:08.228 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f584d3aa-885c-11ee-959e-87774f69a715.target.wants/ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-f584d3aa-885c-11ee-959e-87774f69a715@.service. 2023-11-21T11:00:08.468 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:08 smithi019 systemd[1]: Starting Ceph mgr.a for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:00:08.602 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-21T11:00:08.602 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-11-21T11:00:08.612 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-21T11:00:08.612 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-11-21T11:00:08.613 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-11-21T11:00:08.613 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to enable service . firewalld.service is not available 2023-11-21T11:00:08.622 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-21T11:00:08.622 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-11-21T11:00:08.632 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-21T11:00:08.633 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-11-21T11:00:08.633 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-11-21T11:00:08.633 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-11-21T11:00:08.633 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr to start... 2023-11-21T11:00:08.633 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr... 2023-11-21T11:00:08.742 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:08 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3408795669' entity='client.admin' 2023-11-21T11:00:08.743 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:08 smithi019 bash[112025]: 4af9da401892876224b9130ce45b4a2f96fa17e621f221a6967c529072d3c76e 2023-11-21T11:00:08.743 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:08 smithi019 systemd[1]: Started Ceph mgr.a for f584d3aa-885c-11ee-959e-87774f69a715. 2023-11-21T11:00:09.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:08 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:08.740+0000 7f0aab5cb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-21T11:00:09.052 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:08 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:08.940+0000 7f0aab5cb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-21T11:00:09.431 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:09 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:09.317+0000 7f0aab5cb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-21T11:00:09.468 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:09.468 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "f584d3aa-885c-11ee-959e-87774f69a715", 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-21T11:00:09.469 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-21T11:00:09.470 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-21T11:00:09.471 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-21T11:00:09.472 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-11-21T11:00:03.394760+0000", 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:09.473 INFO:teuthology.orchestra.run.smithi019.stdout:mgr not available, waiting (1/15)... 2023-11-21T11:00:09.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:09 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/471556536' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T11:00:10.149 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:09 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:09.893+0000 7f0aab5cb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-21T11:00:10.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:10 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:10.148+0000 7f0aab5cb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-21T11:00:11.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:10 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:10.618+0000 7f0aab5cb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-21T11:00:11.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:11 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:11.425+0000 7f0aab5cb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-21T11:00:11.802 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:11 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:11.525+0000 7f0aab5cb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-21T11:00:12.226 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:11 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/785633682' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T11:00:12.329 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "f584d3aa-885c-11ee-959e-87774f69a715", 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-21T11:00:12.332 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-21T11:00:12.333 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-21T11:00:12.334 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-21T11:00:12.338 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-21T11:00:12.339 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.340 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-11-21T11:00:03.394760+0000", 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:12.341 INFO:teuthology.orchestra.run.smithi019.stdout:mgr not available, waiting (2/15)... 2023-11-21T11:00:12.526 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:12 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:12.224+0000 7f0aab5cb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-21T11:00:12.527 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:12 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:12.320+0000 7f0aab5cb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-21T11:00:12.527 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:12 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:12.421+0000 7f0aab5cb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-21T11:00:12.791 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:12 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:12.525+0000 7f0aab5cb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-21T11:00:13.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:12 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:12.790+0000 7f0aab5cb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-21T11:00:13.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:12 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:12.894+0000 7f0aab5cb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-21T11:00:13.446 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:13.133+0000 7f0aab5cb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-21T11:00:13.446 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:13.239+0000 7f0aab5cb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-21T11:00:13.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:13.444+0000 7f0aab5cb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-21T11:00:13.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:13.540+0000 7f0aab5cb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-21T11:00:14.735 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:14 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:14.402+0000 7f0aab5cb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-21T11:00:14.735 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:14 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:14.627+0000 7f0aab5cb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-21T11:00:15.022 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:14 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1084209239' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T11:00:15.023 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:14 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:14.832+0000 7f0aab5cb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "f584d3aa-885c-11ee-959e-87774f69a715", 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-21T11:00:15.064 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-21T11:00:15.065 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-21T11:00:15.066 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-21T11:00:15.070 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-21T11:00:15.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-11-21T11:00:03.394760+0000", 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:15.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:15.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-21T11:00:15.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:15.073 INFO:teuthology.orchestra.run.smithi019.stdout:mgr not available, waiting (3/15)... 2023-11-21T11:00:15.793 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:15 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:15.587+0000 7f0aab5cb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-21T11:00:16.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:15 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:15.791+0000 7f0aab5cb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:00:16.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:15 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:15.996+0000 7f0aab5cb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-21T11:00:16.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:16.126+0000 7f0aab5cb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-21T11:00:16.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: Activating manager daemon a 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: mgrmap e2: a(active, starting, since 0.00329131s) 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: Manager daemon a is now available 2023-11-21T11:00:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-21T11:00:16.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-21T11:00:16.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' 2023-11-21T11:00:16.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' 2023-11-21T11:00:16.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:16 smithi019 ceph-mon[111815]: from='mgr.14100 172.21.15.19:0/1218660833' entity='mgr.a' 2023-11-21T11:00:18.173 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:18.173 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsid": "f584d3aa-885c-11ee-959e-87774f69a715", 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "health": { 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 0 2023-11-21T11:00:18.174 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "a" 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:18.175 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-21T11:00:18.176 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-21T11:00:18.176 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-21T11:00:18.176 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-21T11:00:18.179 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-21T11:00:18.179 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-21T11:00:18.179 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-21T11:00:18.180 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-21T11:00:18.181 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "restful" 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ], 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "modified": "2023-11-21T11:00:03.394760+0000", 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout }, 2023-11-21T11:00:18.182 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-21T11:00:18.183 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:18.183 INFO:teuthology.orchestra.run.smithi019.stdout:mgr is available 2023-11-21T11:00:18.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:18 smithi019 ceph-mon[111815]: mgrmap e3: a(active, since 1.00977s) 2023-11-21T11:00:18.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:18 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3432445874' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-21T11:00:19.071 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [global] 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout fsid = f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-21T11:00:19.072 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout [osd] 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-21T11:00:19.073 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling cephadm module... 2023-11-21T11:00:19.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:19 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2128235032' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-21T11:00:19.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:19 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2128235032' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-21T11:00:20.549 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-mon[111815]: mgrmap e4: a(active, since 3s) 2023-11-21T11:00:20.549 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2278364902' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-21T11:00:20.549 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: ignoring --setuser ceph since I am not root 2023-11-21T11:00:20.549 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: ignoring --setgroup ceph since I am not root 2023-11-21T11:00:20.549 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:20.350+0000 7fc6e3cb5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-21T11:00:20.549 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:20.547+0000 7fc6e3cb5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-21T11:00:21.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:21 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2278364902' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-21T11:00:21.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:21 smithi019 ceph-mon[111815]: mgrmap e5: a(active, since 4s) 2023-11-21T11:00:21.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:21 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1102709553' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-21T11:00:21.302 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:20.933+0000 7fc6e3cb5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-21T11:00:21.528 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:21.528 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-11-21T11:00:21.528 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-21T11:00:21.529 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-21T11:00:21.529 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-21T11:00:21.529 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:21.529 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for the mgr to restart... 2023-11-21T11:00:21.529 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr epoch 5... 2023-11-21T11:00:21.641 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:21 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:21.502+0000 7fc6e3cb5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-21T11:00:22.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:21 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:21.784+0000 7fc6e3cb5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-21T11:00:22.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:22 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:22.259+0000 7fc6e3cb5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-21T11:00:23.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:23 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:23.059+0000 7fc6e3cb5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-21T11:00:23.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:23 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:23.159+0000 7fc6e3cb5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-21T11:00:24.149 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:23 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:23.846+0000 7fc6e3cb5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-21T11:00:24.150 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:23 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:23.942+0000 7fc6e3cb5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-21T11:00:24.150 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:24 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:24.043+0000 7fc6e3cb5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-21T11:00:24.410 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:24 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:24.147+0000 7fc6e3cb5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-21T11:00:24.410 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:24 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:24.408+0000 7fc6e3cb5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-21T11:00:24.755 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:24 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:24.513+0000 7fc6e3cb5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-21T11:00:25.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:24 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:24.753+0000 7fc6e3cb5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-21T11:00:25.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:24 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:24.861+0000 7fc6e3cb5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-21T11:00:25.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:25 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:25.067+0000 7fc6e3cb5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-21T11:00:25.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:25 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:25.163+0000 7fc6e3cb5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-21T11:00:26.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:26 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:26.022+0000 7fc6e3cb5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-21T11:00:26.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:26 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:26.240+0000 7fc6e3cb5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-21T11:00:26.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:26 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:26.439+0000 7fc6e3cb5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:00:27.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:27 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:27.192+0000 7fc6e3cb5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-21T11:00:27.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:27 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:27.394+0000 7fc6e3cb5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:00:28.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:27 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:27.597+0000 7fc6e3cb5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-21T11:00:28.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:27 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:27.726+0000 7fc6e3cb5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-21T11:00:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: Active manager daemon a restarted 2023-11-21T11:00:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: Activating manager daemon a 2023-11-21T11:00:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: osdmap e2: 0 total, 0 up, 0 in 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: mgrmap e6: a(active, starting, since 0.00619603s) 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: Manager daemon a is now available 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:28.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-21T11:00:28.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-21T11:00:28.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:28.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:28 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:29 smithi019 ceph-mon[111815]: Found migration_current of "None". Setting to last migration. 2023-11-21T11:00:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:29 smithi019 ceph-mon[111815]: mgrmap e7: a(active, since 1.00615s) 2023-11-21T11:00:30.143 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:30 smithi019 ceph-mon[111815]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-21T11:00:30.143 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:30 smithi019 ceph-mon[111815]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-21T11:00:30.143 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:30 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:31.029 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:31.029 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-21T11:00:31.030 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-21T11:00:31.030 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:31.030 INFO:teuthology.orchestra.run.smithi019.stdout:mgr epoch 5 is available 2023-11-21T11:00:31.030 INFO:teuthology.orchestra.run.smithi019.stdout:Setting orchestrator backend to cephadm... 2023-11-21T11:00:31.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:31 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:29] ENGINE Bus STARTING 2023-11-21T11:00:31.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:31 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:29] ENGINE Serving on https://172.21.15.19:7150 2023-11-21T11:00:31.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:31 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:29] ENGINE Serving on http://172.21.15.19:8765 2023-11-21T11:00:31.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:31 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:29] ENGINE Bus STARTED 2023-11-21T11:00:31.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:31 smithi019 ceph-mon[111815]: mgrmap e8: a(active, since 2s) 2023-11-21T11:00:33.644 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:33 smithi019 ceph-mon[111815]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:33.644 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:33 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:33.644 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:33 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:33.726 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout value unchanged 2023-11-21T11:00:33.726 INFO:teuthology.orchestra.run.smithi019.stdout:Generating ssh key... 2023-11-21T11:00:34.780 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-mon[111815]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:34.781 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: Generating public/private rsa key pair. 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: Your identification has been saved in /tmp/tmpwy_gkcz0/key. 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: Your public key has been saved in /tmp/tmpwy_gkcz0/key.pub. 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: The key fingerprint is: 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: SHA256:zfe6PVdA1Nq6ESvkRRSKXy6yj6DKT+jGKLyJ9LAIPjs ceph-f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: The key's randomart image is: 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: +---[RSA 3072]----+ 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: | o+o | 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: | . .o .| 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: | . .o.o | 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: | o ..o= .| 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: | S +o+..= | 2023-11-21T11:00:34.782 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: | . +oo+ .| 2023-11-21T11:00:34.783 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: |oo o. . . . ..o.| 2023-11-21T11:00:34.783 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: |BE*oo. . . o oo .| 2023-11-21T11:00:34.783 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: |oB=o+oo . +..o | 2023-11-21T11:00:34.783 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: +----[SHA256]-----+ 2023-11-21T11:00:35.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:35 smithi019 ceph-mon[111815]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:35.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:35 smithi019 ceph-mon[111815]: Generating ssh key... 2023-11-21T11:00:35.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:35 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:35.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:35 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:35.836 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:00:35.837 INFO:teuthology.orchestra.run.smithi019.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-21T11:00:35.837 INFO:teuthology.orchestra.run.smithi019.stdout:Adding key to root@localhost authorized_keys... 2023-11-21T11:00:35.838 INFO:teuthology.orchestra.run.smithi019.stdout:Adding host smithi019... 2023-11-21T11:00:36.654 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:36 smithi019 ceph-mon[111815]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:38.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:38 smithi019 ceph-mon[111815]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi019", "addr": "172.21.15.19", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:38.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:38 smithi019 ceph-mon[111815]: Deploying cephadm binary to smithi019 2023-11-21T11:00:40.758 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Added host 'smithi019' with addr '172.21.15.19' 2023-11-21T11:00:40.758 INFO:teuthology.orchestra.run.smithi019.stdout:Deploying unmanaged mon service... 2023-11-21T11:00:41.681 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:41 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:41.681 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:41 smithi019 ceph-mon[111815]: Added host smithi019 2023-11-21T11:00:41.681 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:41 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:41.681 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:41 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:42.092 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-21T11:00:42.092 INFO:teuthology.orchestra.run.smithi019.stdout:Deploying unmanaged mgr service... 2023-11-21T11:00:43.159 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-21T11:00:43.271 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:43 smithi019 ceph-mon[111815]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:43.272 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:43 smithi019 ceph-mon[111815]: Saving service mon spec with placement count:5 2023-11-21T11:00:43.272 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:43 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:43.272 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:43 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:44.465 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:44 smithi019 ceph-mon[111815]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:44.465 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:44 smithi019 ceph-mon[111815]: Saving service mgr spec with placement count:2 2023-11-21T11:00:44.465 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:44 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:44.465 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:44 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3482507733' entity='client.admin' 2023-11-21T11:00:44.465 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:44 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:45.266 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling the dashboard module... 2023-11-21T11:00:46.235 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:45 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2141357346' entity='client.admin' 2023-11-21T11:00:46.236 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:45 smithi019 ceph-mon[111815]: from='mgr.14120 172.21.15.19:0/365412619' entity='mgr.a' 2023-11-21T11:00:46.236 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:45 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/787858677' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-21T11:00:46.552 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:46 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: ignoring --setuser ceph since I am not root 2023-11-21T11:00:46.552 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:46 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: ignoring --setgroup ceph since I am not root 2023-11-21T11:00:46.881 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:46 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:46.570+0000 7fb0ffb39200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-21T11:00:46.881 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:46 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:46.770+0000 7fb0ffb39200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-21T11:00:47.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:47 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/787858677' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-21T11:00:47.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:47 smithi019 ceph-mon[111815]: mgrmap e9: a(active, since 18s) 2023-11-21T11:00:47.552 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:47 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:47.164+0000 7fb0ffb39200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-21T11:00:47.742 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:47.742 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-11-21T11:00:47.742 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-21T11:00:47.742 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-21T11:00:47.743 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-21T11:00:47.743 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:47.743 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for the mgr to restart... 2023-11-21T11:00:47.743 INFO:teuthology.orchestra.run.smithi019.stdout:Waiting for mgr epoch 9... 2023-11-21T11:00:47.875 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:47 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:47.738+0000 7fb0ffb39200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-21T11:00:48.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:48 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:48.006+0000 7fb0ffb39200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-21T11:00:48.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:48 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3914740975' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-21T11:00:48.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:48 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:48.489+0000 7fb0ffb39200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-21T11:00:49.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:49 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:49.299+0000 7fb0ffb39200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-21T11:00:49.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:49 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:49.398+0000 7fb0ffb39200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-21T11:00:50.395 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:50 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:50.091+0000 7fb0ffb39200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-21T11:00:50.395 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:50 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:50.187+0000 7fb0ffb39200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-21T11:00:50.395 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:50 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:50.288+0000 7fb0ffb39200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-21T11:00:50.656 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:50 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:50.394+0000 7fb0ffb39200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-21T11:00:51.005 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:50 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:50.655+0000 7fb0ffb39200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-21T11:00:51.005 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:50 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:50.761+0000 7fb0ffb39200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-21T11:00:51.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:51 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:51.004+0000 7fb0ffb39200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-21T11:00:51.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:51 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:51.113+0000 7fb0ffb39200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-21T11:00:51.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:51 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:51.321+0000 7fb0ffb39200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-21T11:00:51.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:51 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:51.419+0000 7fb0ffb39200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-21T11:00:52.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:52 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:52.287+0000 7fb0ffb39200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-21T11:00:52.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:52 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:52.508+0000 7fb0ffb39200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-21T11:00:53.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:52 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:52.711+0000 7fb0ffb39200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:00:53.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:53 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:53.471+0000 7fb0ffb39200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-21T11:00:53.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:53 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:53.678+0000 7fb0ffb39200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:53 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:53.885+0000 7fb0ffb39200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:00:54.016+0000 7fb0ffb39200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: Active manager daemon a restarted 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: Activating manager daemon a 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: osdmap e3: 0 total, 0 up, 0 in 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: mgrmap e10: a(active, starting, since 0.00352407s) 2023-11-21T11:00:54.157 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:00:54.158 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-21T11:00:54.158 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T11:00:54.158 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T11:00:54.158 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T11:00:54.158 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: Manager daemon a is now available 2023-11-21T11:00:54.158 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:54 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:55.280 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:00:55.281 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-21T11:00:55.281 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-21T11:00:55.281 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:55 smithi019 ceph-mon[111815]: mgrmap e11: a(active, since 1.00693s) 2023-11-21T11:00:55.465 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout { 2023-11-21T11:00:55.465 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-11-21T11:00:55.465 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-21T11:00:55.465 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout } 2023-11-21T11:00:55.465 INFO:teuthology.orchestra.run.smithi019.stdout:mgr epoch 9 is available 2023-11-21T11:00:55.465 INFO:teuthology.orchestra.run.smithi019.stdout:Generating a dashboard self-signed certificate... 2023-11-21T11:00:56.371 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:54] ENGINE Bus STARTING 2023-11-21T11:00:56.371 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:55] ENGINE Serving on https://172.21.15.19:7150 2023-11-21T11:00:56.372 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-21T11:00:56.372 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-21T11:00:56.372 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:00:56.372 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:55] ENGINE Serving on http://172.21.15.19:8765 2023-11-21T11:00:56.372 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: [21/Nov/2023:11:00:55] ENGINE Bus STARTED 2023-11-21T11:00:56.372 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:56 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:00:56.557 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-21T11:00:56.557 INFO:teuthology.orchestra.run.smithi019.stdout:Creating initial admin user... 2023-11-21T11:00:57.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:57 smithi019 ceph-mon[111815]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:00:57.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:57 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:00:57.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:57 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:00:57.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:57 smithi019 ceph-mon[111815]: mgrmap e12: a(active, since 2s) 2023-11-21T11:00:57.749 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$2rvxrpvJpP4DLejSNH/7e.fmTOMzsuL.nCvx5ClfGBM4GY1fGxoOy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700564457, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-21T11:00:57.749 INFO:teuthology.orchestra.run.smithi019.stdout:Fetching dashboard port number... 2023-11-21T11:00:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:58 smithi019 ceph-mon[111815]: 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-21T11:00:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:58 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:00:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:00:58 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3822548659' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-21T11:00:58.622 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stdout 8443 2023-11-21T11:00:58.634 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-21T11:00:58.635 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout disabled 2023-11-21T11:00:58.644 INFO:teuthology.orchestra.run.smithi019.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-21T11:00:58.644 INFO:teuthology.orchestra.run.smithi019.stdout:systemctl: stdout inactive 2023-11-21T11:00:58.644 INFO:teuthology.orchestra.run.smithi019.stdout:firewalld.service is not enabled 2023-11-21T11:00:58.645 INFO:teuthology.orchestra.run.smithi019.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-21T11:00:58.647 INFO:teuthology.orchestra.run.smithi019.stdout:Ceph Dashboard is now available at: 2023-11-21T11:00:58.647 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:00:58.647 INFO:teuthology.orchestra.run.smithi019.stdout: URL: https://smithi019.front.sepia.ceph.com:8443/ 2023-11-21T11:00:58.647 INFO:teuthology.orchestra.run.smithi019.stdout: User: admin 2023-11-21T11:00:58.647 INFO:teuthology.orchestra.run.smithi019.stdout: Password: gjqc7qc3tb 2023-11-21T11:00:58.648 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:00:58.648 INFO:teuthology.orchestra.run.smithi019.stdout:Saving cluster configuration to /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config directory 2023-11-21T11:00:58.648 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling autotune for osd_memory_target 2023-11-21T11:01:00.548 INFO:teuthology.orchestra.run.smithi019.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout:Or, if you are only running a single cluster on this host: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout:Please consider enabling telemetry to help improve Ceph: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: ceph telemetry on 2023-11-21T11:01:00.549 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.550 INFO:teuthology.orchestra.run.smithi019.stdout:For more information see: 2023-11-21T11:01:00.550 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.550 INFO:teuthology.orchestra.run.smithi019.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-11-21T11:01:00.550 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:00.550 INFO:teuthology.orchestra.run.smithi019.stdout:Bootstrap complete. 2023-11-21T11:01:00.602 INFO:tasks.cephadm:Fetching config... 2023-11-21T11:01:00.602 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:00.603 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-21T11:01:00.623 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-21T11:01:00.623 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:00.623 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-21T11:01:00.684 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-21T11:01:00.684 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:00.684 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/keyring of=/dev/stdout 2023-11-21T11:01:00.760 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-21T11:01:00.761 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:00.761 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-21T11:01:00.824 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-21T11:01:00.824 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-21T11:01:00.909 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:00.922 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-21T11:01:00.973 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:00.986 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-21T11:01:01.035 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpAXcwPJwM5ymF99MFBodkAzpn8JsI/YOSHHKg4dXeFYe7Gwg5tilKVmC1wGlonXooqzcRKR/i2YVHqKxBpbGVmpaD3Yi9d02YelV3Y9FLd4CUfzV9lDz65JTvofg1tNKyzaVma2WR/vjEWboT2Nb97b+OL3RmvuLy9crRQocCqR7L6UvE8omrF4Ky4BstuCJ3HRrNKDPC/a47Db22K/xcLl4ZzigoHX/VAsxXJYMql6jmFulhxZuYSv2jfJjnFerBg4a3IdPyHPvB1RmwAz7TErGTWj4RaScUh3SHYfPCH3rQPFnvOfMQ3I98twgwL8ZcawuXqmyE9Rl9kW7s+GMa4a1bmvS56CkPs367yU+H2ao3XIBm7HYjPf1Wt5/Kogr+ccdgNZm8KOp8mJUdhK8eABEBFwKAnwbtD/1TfOoQpU87KdW0uhasVTTBNHlQQheqB6bIVg9o8otiY49Bx3xBw939BzVwaavHVBDrG7OfNMdVqjXSGvRzuV2NkWG45IE= ceph-f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:01.047 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-21T11:01:01.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:01 smithi019 ceph-mon[111815]: mgrmap e13: a(active, since 6s) 2023-11-21T11:01:01.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:01 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/558503628' entity='client.admin' 2023-11-21T11:01:01.341 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:03.232 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-21T11:01:03.232 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-21T11:01:03.538 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/943702942' entity='client.admin' 2023-11-21T11:01:03.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:03.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:03 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:05.262 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi045 2023-11-21T11:01:05.263 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T11:01:05.263 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/etc/ceph/ceph.conf 2023-11-21T11:01:05.286 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T11:01:05.286 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:05.348 INFO:tasks.cephadm:Adding host smithi045 to orchestrator... 2023-11-21T11:01:05.348 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch host add smithi045 2023-11-21T11:01:05.645 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:06.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:06.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:06.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:06.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:06.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:06.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:01:06.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:05 smithi019 ceph-mon[111815]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:07.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:06 smithi019 ceph-mon[111815]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:07.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:06 smithi019 ceph-mon[111815]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:01:07.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:06 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:07.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:06 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:07.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:06 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:08.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:08 smithi019 ceph-mon[111815]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:08.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:08 smithi019 ceph-mon[111815]: Deploying cephadm binary to smithi045 2023-11-21T11:01:10.929 INFO:teuthology.orchestra.run.smithi019.stdout:Added host 'smithi045' with addr '172.21.15.45' 2023-11-21T11:01:11.325 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-21T11:01:11.616 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:12.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:12.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:11 smithi019 ceph-mon[111815]: Added host smithi045 2023-11-21T11:01:12.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:12.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:12.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:12.816 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:12.816 INFO:teuthology.orchestra.run.smithi019.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}] 2023-11-21T11:01:13.247 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2023-11-21T11:01:13.247 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T11:01:13.247 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2023-11-21T11:01:13.269 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T11:01:13.269 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:13.330 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2023-11-21T11:01:13.330 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch host add smithi079 2023-11-21T11:01:13.624 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:13.861 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:13 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:13.861 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:13 smithi019 ceph-mon[111815]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:01:15.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:15 smithi019 ceph-mon[111815]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:16.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:16.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: Deploying cephadm binary to smithi079 2023-11-21T11:01:16.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:16 smithi019 ceph-mon[111815]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:17.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:17 smithi019 ceph-mon[111815]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:17.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:17 smithi019 ceph-mon[111815]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:18.884 INFO:teuthology.orchestra.run.smithi019.stdout:Added host 'smithi079' with addr '172.21.15.79' 2023-11-21T11:01:19.215 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:19.216 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:01:19.216 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:19.216 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:19.216 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:19.216 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:19.216 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:19 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:19.272 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-21T11:01:19.563 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:20.288 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:20 smithi019 ceph-mon[111815]: Added host smithi079 2023-11-21T11:01:20.289 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:20 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:20.289 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:20 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:20.709 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:01:20.709 INFO:teuthology.orchestra.run.smithi019.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}] 2023-11-21T11:01:21.106 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-21T11:01:21.106 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd crush tunables default 2023-11-21T11:01:21.395 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:21.616 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:21 smithi019 ceph-mon[111815]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:21.616 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:21 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:22.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:22 smithi019 ceph-mon[111815]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:01:23.593 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2023-11-21T11:01:23.617 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:23.617 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:23.617 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:23.617 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/87530505' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-21T11:01:23.617 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:23.617 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:23.618 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:01:23.618 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:23.618 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:23 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:24.081 INFO:tasks.cephadm:Adding mon.a on smithi019 2023-11-21T11:01:24.081 INFO:tasks.cephadm:Adding mon.b on smithi045 2023-11-21T11:01:24.081 INFO:tasks.cephadm:Adding mon.c on smithi079 2023-11-21T11:01:24.081 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch apply mon '3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c' 2023-11-21T11:01:24.349 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/87530505' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:24.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:24.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:24.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:24 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:25.507 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mon update... 2023-11-21T11:01:25.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:25 smithi019 ceph-mon[111815]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:25.895 DEBUG:teuthology.orchestra.run.smithi045:mon.b> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.b.service 2023-11-21T11:01:25.898 DEBUG:teuthology.orchestra.run.smithi079:mon.c> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.c.service 2023-11-21T11:01:25.900 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-21T11:01:25.900 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T11:01:25.932 INFO:journalctl@ceph.mon.c.smithi079.stdout:-- Logs begin at Tue 2023-11-21 10:45:31 UTC. -- 2023-11-21T11:01:25.938 INFO:journalctl@ceph.mon.b.smithi045.stdout:-- Logs begin at Tue 2023-11-21 10:45:38 UTC. -- 2023-11-21T11:01:26.285 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:26.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:26.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: Saving service mon spec with placement smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c;count:3 2023-11-21T11:01:26.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:26.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: Deploying daemon mon.c on smithi079 2023-11-21T11:01:26.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:26 smithi019 ceph-mon[111815]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:27.958 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T11:01:27.959 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"f584d3aa-885c-11ee-959e-87774f69a715","modified":"2023-11-21T11:00:01.320277Z","created":"2023-11-21T11:00:01.320277Z","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.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-21T11:01:27.961 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-11-21T11:01:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:28 smithi019 ceph-mon[111815]: from='client.? 172.21.15.79:0/3857098652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:28.614 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 systemd[1]: Starting Ceph mon.c for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: set uid:gid to 167:167 (ceph:ceph) 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: ceph version 18.0.0-7435-g52ca4a61 (52ca4a61d5d69ccfadeef8408a4711c820b98959) reef (dev), process ceph-mon, pid 2 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: pidfile_write: ignore empty --pid-file 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: load: jerasure load: lrc 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: RocksDB version: 7.9.2 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Git sha 0 2023-11-21T11:01:29.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Compile date 2023-11-20 13:47:41 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: DB SUMMARY 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: DB Session ID: PPY8MHEKMIJVCSJFYJ0V 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: CURRENT file: CURRENT 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: IDENTITY file: IDENTITY 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.error_if_exists: 0 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.create_if_missing: 0 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.paranoid_checks: 1 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-21T11:01:29.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.env: 0x55fa18eeda60 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.fs: PosixFileSystem 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.info_log: 0x55fa1a14f740 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_file_opening_threads: 16 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.statistics: (nil) 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.use_fsync: 0 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_log_file_size: 0 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.keep_log_file_num: 1000 2023-11-21T11:01:29.294 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.recycle_log_file_num: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.allow_fallocate: 1 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.allow_mmap_reads: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.allow_mmap_writes: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.use_direct_reads: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.create_missing_column_families: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.db_log_dir: 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.wal_dir: 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-21T11:01:29.295 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.advise_random_on_open: 1 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.db_write_buffer_size: 0 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.write_buffer_manager: 0x55fa1a105360 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-21T11:01:29.296 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.rate_limiter: (nil) 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.wal_recovery_mode: 2 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.enable_thread_tracking: 0 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.enable_pipelined_write: 0 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.unordered_write: 0 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-21T11:01:29.297 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.row_cache: None 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.wal_filter: None 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.allow_ingest_behind: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.two_write_queues: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.manual_wal_flush: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.wal_compression: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.atomic_flush: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-21T11:01:29.298 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.log_readahead_size: 0 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.best_efforts_recovery: 0 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.allow_data_in_errors: 0 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 bash[116367]: e95283c535431160c14a997eb50250a169169301b2923aa10f86a30524509d71 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.db_host_id: __hostname__ 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_background_jobs: 2 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_background_compactions: -1 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_subcompactions: 1 2023-11-21T11:01:29.299 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_total_wal_size: 0 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_open_files: -1 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bytes_per_sync: 0 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_readahead_size: 0 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_background_flushes: -1 2023-11-21T11:01:29.300 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Compression algorithms supported: 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kZSTD supported: 0 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kXpressCompression supported: 0 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kLZ4HCCompression supported: 1 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kZlibCompression supported: 1 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kSnappyCompression supported: 1 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kLZ4Compression supported: 1 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: kBZip2Compression supported: 0 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-21T11:01:29.301 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.merge_operator: 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_filter: None 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_filter_factory: None 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.sst_partitioner_factory: None 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fa1a14f860) 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: cache_index_and_filter_blocks: 1 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: pin_top_level_index_and_filter: 1 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: index_type: 0 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: data_block_index_type: 0 2023-11-21T11:01:29.302 INFO:journalctl@ceph.mon.c.smithi079.stdout: index_shortening: 1 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: checksum: 4 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: no_block_cache: 0 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_cache: 0x55fa1a1a5090 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_cache_name: BinnedLRUCache 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_cache_options: 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: capacity : 536870912 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: num_shard_bits : 4 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: strict_capacity_limit : 0 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: high_pri_pool_ratio: 0.000 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_cache_compressed: (nil) 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: persistent_cache: (nil) 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_size: 4096 2023-11-21T11:01:29.303 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_size_deviation: 10 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_restart_interval: 16 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: index_block_restart_interval: 1 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: metadata_block_size: 4096 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: partition_filters: 0 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: use_delta_encoding: 1 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: filter_policy: bloomfilter 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: whole_key_filtering: 1 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: verify_compression: 0 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: read_amp_bytes_per_bit: 0 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: format_version: 5 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: enable_index_compression: 1 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: block_align: 0 2023-11-21T11:01:29.304 INFO:journalctl@ceph.mon.c.smithi079.stdout: max_auto_readahead_size: 262144 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout: prepopulate_block_cache: 0 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout: initial_auto_readahead_size: 8192 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout: num_file_reads_for_auto_readahead: 2 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.write_buffer_size: 33554432 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_write_buffer_number: 2 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression: NoCompression 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression: Disabled 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.prefix_extractor: nullptr 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.num_levels: 7 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-21T11:01:29.305 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-21T11:01:29.306 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-21T11:01:29.306 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-21T11:01:29.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-21T11:01:29.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-21T11:01:29.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-21T11:01:29.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-21T11:01:29.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-21T11:01:29.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.level: 32767 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.strategy: 0 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.enabled: false 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.target_file_size_base: 67108864 2023-11-21T11:01:29.308 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-21T11:01:29.309 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.arena_block_size: 1048576 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.disable_auto_compactions: 0 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-21T11:01:29.310 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.table_properties_collectors: 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.inplace_update_support: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.bloom_locality: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.max_successive_merges: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-21T11:01:29.311 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.paranoid_file_checks: 0 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.force_consistency_checks: 1 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.report_bg_io_stats: 0 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.ttl: 2592000 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.enable_blob_files: false 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.min_blob_size: 0 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.blob_file_size: 268435456 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-21T11:01:29.312 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.blob_file_starting_level: 0 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: 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-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 41e85cba-3d99-4509-9f3a-540b22052f68 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700564488922175, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700564488922569, "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": 1700564488, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "41e85cba-3d99-4509-9f3a-540b22052f68", "db_session_id": "PPY8MHEKMIJVCSJFYJ0V", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700564488922633, "job": 1, "event": "recovery_finished"} 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: 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-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fa1a240000 2023-11-21T11:01:29.313 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: DB pointer 0x55fa1a22c000 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: ** DB Stats ** 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.stdout: ** Compaction Stats [default] ** 2023-11-21T11:01:29.314 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.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 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.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 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.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 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: ** Compaction Stats [default] ** 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.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 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T11:01:29.315 INFO:journalctl@ceph.mon.c.smithi079.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: Block cache BinnedLRUCache@0x55fa1a1a5090#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-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: using public_addr v2:172.21.15.79:0/0 -> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2023-11-21T11:01:29.316 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: starting mon.c rank -1 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 systemd[1]: Started Ceph mon.c for f584d3aa-885c-11ee-959e-87774f69a715. 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(???) e0 preinit fsid f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).mds e1 new map 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).mds e1 print_map 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout: e1 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.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-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout: legacy client fscid: -1 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout: 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout: No filesystems configured 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: 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-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-21T11:01:29.317 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: Saving service mon spec with placement smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c;count:3 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:29.318 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:29.319 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:29.319 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:29.319 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: Deploying daemon mon.c on smithi079 2023-11-21T11:01:29.319 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:29.319 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: from='client.? 172.21.15.79:0/3857098652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:29.319 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:28 smithi079 ceph-mon[116386]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-21T11:01:29.485 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-21T11:01:29.486 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T11:01:29.737 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.c/config 2023-11-21T11:01:34.529 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T11:01:34.530 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":2,"fsid":"f584d3aa-885c-11ee-959e-87774f69a715","modified":"2023-11-21T11:01:28.950255Z","created":"2023-11-21T11:00:01.320277Z","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.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-21T11:01:34.531 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 2 2023-11-21T11:01:34.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:01:34.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: mon.a calling monitor election 2023-11-21T11:01:34.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:34.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: mon.c calling monitor election 2023-11-21T11:01:34.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:34.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-21T11:01:34.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: monmap e2: 2 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],c=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:01:34.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: fsmap 2023-11-21T11:01:34.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:34.544 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: mgrmap e13: a(active, since 39s) 2023-11-21T11:01:34.544 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: overall HEALTH_OK 2023-11-21T11:01:34.544 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:34.544 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:34.544 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:34.544 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:34.545 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:34 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:34.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:01:34.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: mon.a calling monitor election 2023-11-21T11:01:34.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: mon.c calling monitor election 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:34.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: monmap e2: 2 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],c=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: fsmap 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: mgrmap e13: a(active, since 39s) 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: overall HEALTH_OK 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:34.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:34.554 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:34.554 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:34 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:35.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:35 smithi079 ceph-mon[116386]: Deploying daemon mon.b on smithi045 2023-11-21T11:01:35.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:35 smithi079 ceph-mon[116386]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:35.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:35 smithi079 ceph-mon[116386]: from='client.? 172.21.15.79:0/3499375892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:35.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:35 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:35.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:35 smithi019 ceph-mon[111815]: Deploying daemon mon.b on smithi045 2023-11-21T11:01:35.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:35 smithi019 ceph-mon[111815]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:35.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:35 smithi019 ceph-mon[111815]: from='client.? 172.21.15.79:0/3499375892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:35.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:35 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:35.917 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-21T11:01:35.917 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-21T11:01:36.184 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.c/config 2023-11-21T11:01:37.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 systemd[1]: Started Ceph mon.b for f584d3aa-885c-11ee-959e-87774f69a715. 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564c53c54000 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: rocksdb: DB pointer 0x564c53c40000 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout: ** DB Stats ** 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.020 INFO:journalctl@ceph.mon.b.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: ** Compaction Stats [default] ** 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: ** Compaction Stats [default] ** 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-21T11:01:37.021 INFO:journalctl@ceph.mon.b.smithi045.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.stdout: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-21T11:01:37.022 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout: Block cache BinnedLRUCache@0x564c53bb9090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout: 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: using public_addr v2:172.21.15.45:0/0 -> [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: starting mon.b rank -1 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(???) e0 preinit fsid f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).mds e1 new map 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).mds e1 print_map 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout: e1 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-21T11:01:37.023 INFO:journalctl@ceph.mon.b.smithi045.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-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout: legacy client fscid: -1 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout: 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout: No filesystems configured 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: 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-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:01:37.024 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: Saving service mon spec with placement smithi019:172.21.15.19=a;smithi045:172.21.15.45=b;smithi079:172.21.15.79=c;count:3 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: Deploying daemon mon.c on smithi079 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='client.? 172.21.15.79:0/3857098652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:37.025 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.a calling monitor election 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.c calling monitor election 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: monmap e2: 2 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],c=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:01:37.026 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: fsmap 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mgrmap e13: a(active, since 39s) 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: overall HEALTH_OK 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: Deploying daemon mon.b on smithi045 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='client.? 172.21.15.79:0/3499375892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:37.027 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:36 smithi045 ceph-mon[116131]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-21T11:01:42.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:01:42.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: mon.a calling monitor election 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: mon.c calling monitor election 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: mon.b calling monitor election 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: fsmap 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: mgrmap e13: a(active, since 47s) 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: overall HEALTH_OK 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:01:42.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: mon.a calling monitor election 2023-11-21T11:01:42.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: mon.c calling monitor election 2023-11-21T11:01:42.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: mon.b calling monitor election 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:42.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: fsmap 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: mgrmap e13: a(active, since 47s) 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: overall HEALTH_OK 2023-11-21T11:01:42.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.044 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.044 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.044 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: mon.a calling monitor election 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: mon.c calling monitor election 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: mon.b calling monitor election 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: monmap e3: 3 mons at {a=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],b=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],c=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: fsmap 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: osdmap e4: 0 total, 0 up, 0 in 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: mgrmap e13: a(active, since 47s) 2023-11-21T11:01:42.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: overall HEALTH_OK 2023-11-21T11:01:42.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:42.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:43.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:42 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:43.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:42 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:43.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:42 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:43.359 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-11-21T11:01:43.360 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":3,"fsid":"f584d3aa-885c-11ee-959e-87774f69a715","modified":"2023-11-21T11:01:36.635765Z","created":"2023-11-21T11:00:01.320277Z","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.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-11-21T11:01:43.362 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 3 2023-11-21T11:01:43.754 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-21T11:01:43.755 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph config generate-minimal-conf 2023-11-21T11:01:44.250 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:44.621 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:01:44.621 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:01:44.621 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:01:44.621 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.621 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='client.? 172.21.15.79:0/571407635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.622 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.623 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.623 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.623 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:44.623 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:44.623 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:44.623 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:01:44.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:01:44.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:01:44.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='client.? 172.21.15.79:0/571407635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:44.771 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:01:44.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:01:44.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:01:44.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='client.? 172.21.15.79:0/571407635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:44.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: Reconfiguring mon.a (unknown last config time)... 2023-11-21T11:01:45.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: Reconfiguring daemon mon.a on smithi019 2023-11-21T11:01:45.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:45.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:45.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:45.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:45.782 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:45.782 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2023-11-21T11:01:45.782 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:01:45.782 INFO:teuthology.orchestra.run.smithi019.stdout: mon_host = [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: Reconfiguring mon.a (unknown last config time)... 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: Reconfiguring daemon mon.a on smithi019 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:45.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: Reconfiguring mon.a (unknown last config time)... 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: Reconfiguring daemon mon.a on smithi019 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:45.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.202 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-21T11:01:46.202 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:46.203 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2023-11-21T11:01:46.238 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:46.238 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:46.313 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T11:01:46.313 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: Reconfiguring mon.b (monmap changed)... 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: Reconfiguring daemon mon.b on smithi045 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.348 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:46 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/421767926' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.353 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T11:01:46.353 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:46.428 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T11:01:46.428 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-11-21T11:01:46.453 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: Reconfiguring mon.b (monmap changed)... 2023-11-21T11:01:46.453 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: Reconfiguring daemon mon.b on smithi045 2023-11-21T11:01:46.454 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:46.454 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:46.454 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:46.454 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:46.454 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.454 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:46 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/421767926' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.457 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T11:01:46.457 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:01:46.523 INFO:tasks.cephadm:Adding mgr.a on smithi019 2023-11-21T11:01:46.524 INFO:tasks.cephadm:Adding mgr.b on smithi045 2023-11-21T11:01:46.524 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch apply mgr '2;smithi019=a;smithi045=b' 2023-11-21T11:01:46.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: Reconfiguring mon.b (monmap changed)... 2023-11-21T11:01:46.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: Reconfiguring daemon mon.b on smithi045 2023-11-21T11:01:46.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:46.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:46.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-21T11:01:46.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-21T11:01:46.553 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.554 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:46 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/421767926' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:46.828 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.c/config 2023-11-21T11:01:47.620 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: Reconfiguring mon.c (monmap changed)... 2023-11-21T11:01:47.620 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: Reconfiguring daemon mon.c on smithi079 2023-11-21T11:01:47.620 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:47.620 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.620 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.620 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:47.621 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:47.621 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:47.621 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: Reconfiguring mon.c (monmap changed)... 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: Reconfiguring daemon mon.c on smithi079 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:47.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:47.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:47.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: Reconfiguring mon.c (monmap changed)... 2023-11-21T11:01:47.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: Reconfiguring daemon mon.c on smithi079 2023-11-21T11:01:47.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:47.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.801 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:47.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:47.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:47.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:47.802 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:48.022 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mgr update... 2023-11-21T11:01:48.431 DEBUG:teuthology.orchestra.run.smithi045:mgr.b> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.b.service 2023-11-21T11:01:48.433 INFO:tasks.cephadm:Deploying OSDs... 2023-11-21T11:01:48.433 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-21T11:01:48.434 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2023-11-21T11:01:48.460 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-21T11:01:48.461 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2023-11-21T11:01:48.463 INFO:journalctl@ceph.mgr.b.smithi045.stdout:-- Logs begin at Tue 2023-11-21 10:45:38 UTC. -- 2023-11-21T11:01:48.524 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-21T11:01:48.524 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:48.524 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 392853 Links: 1 2023-11-21T11:01:48.525 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:48.525 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:48.525 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-21 11:01:03.372306000 +0000 2023-11-21T11:01:48.525 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-21 10:53:57.541878059 +0000 2023-11-21T11:01:48.525 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-21 10:53:57.541878059 +0000 2023-11-21T11:01:48.525 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-21T11:01:48.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-21T11:01:48.598 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-21T11:01:48.598 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-21T11:01:48.598 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000248724 s, 2.1 MB/s 2023-11-21T11:01:48.599 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-21T11:01:48.663 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2023-11-21T11:01:48.727 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 394839 Links: 1 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-21 11:01:03.435305381 +0000 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-21 10:53:58.094872673 +0000 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-21 10:53:58.094872673 +0000 2023-11-21T11:01:48.728 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-21T11:01:48.728 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-21T11:01:48.802 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-21T11:01:48.802 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-21T11:01:48.802 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000235828 s, 2.2 MB/s 2023-11-21T11:01:48.803 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-21T11:01:48.868 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2023-11-21T11:01:48.931 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-21T11:01:48.931 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 394901 Links: 1 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-21 11:01:03.505304693 +0000 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-21 10:53:58.634867414 +0000 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-21 10:53:58.634867414 +0000 2023-11-21T11:01:48.932 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-21T11:01:48.933 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-21T11:01:49.004 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-21T11:01:49.004 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-21T11:01:49.005 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.00023854 s, 2.1 MB/s 2023-11-21T11:01:49.006 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-21T11:01:49.071 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2023-11-21T11:01:49.134 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-21T11:01:49.135 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:49.135 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 398564 Links: 1 2023-11-21T11:01:49.135 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:49.136 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:49.136 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-21 11:01:03.578303976 +0000 2023-11-21T11:01:49.136 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-21 10:53:59.184862057 +0000 2023-11-21T11:01:49.136 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-21 10:53:59.184862057 +0000 2023-11-21T11:01:49.136 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-21T11:01:49.137 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-21T11:01:49.209 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-21T11:01:49.209 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-21T11:01:49.209 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.00039415 s, 1.3 MB/s 2023-11-21T11:01:49.210 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-21T11:01:49.275 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-11-21T11:01:49.275 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-11-21T11:01:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi019=a;smithi045=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: Saving service mgr spec with placement smithi019=a;smithi045=b;count:2 2023-11-21T11:01:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:49.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:49 smithi079 ceph-mon[116386]: Deploying daemon mgr.b on smithi045 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi019=a;smithi045=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: Saving service mgr spec with placement smithi019=a;smithi045=b;count:2 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T11:01:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-21T11:01:49.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:49.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T11:01:49.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:49.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:49 smithi019 ceph-mon[111815]: Deploying daemon mgr.b on smithi045 2023-11-21T11:01:49.303 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-21T11:01:49.303 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2023-11-21T11:01:49.364 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 389833 Links: 1 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-21 11:01:49.317815819 +0000 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-21 10:53:56.222182524 +0000 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-21 10:53:56.222182524 +0000 2023-11-21T11:01:49.365 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-21T11:01:49.365 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-21T11:01:49.408 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi019=a;smithi045=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: Saving service mgr spec with placement smithi019=a;smithi045=b;count:2 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:49.409 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T11:01:49.410 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:49.410 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mon[116131]: Deploying daemon mgr.b on smithi045 2023-11-21T11:01:49.526 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-21T11:01:49.527 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-21T11:01:49.527 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000103355 s, 5.0 MB/s 2023-11-21T11:01:49.528 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-21T11:01:49.594 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2023-11-21T11:01:49.655 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-21T11:01:49.655 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:49.655 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 394885 Links: 1 2023-11-21T11:01:49.655 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:49.655 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:49.656 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-21 11:01:49.470813389 +0000 2023-11-21T11:01:49.656 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-21 10:53:56.777173747 +0000 2023-11-21T11:01:49.656 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-21 10:53:56.777173747 +0000 2023-11-21T11:01:49.656 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-21T11:01:49.656 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-21T11:01:49.726 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:49 smithi045 systemd[1]: Starting Ceph mgr.b for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:01:49.728 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-21T11:01:49.728 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-21T11:01:49.728 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.00011836 s, 4.3 MB/s 2023-11-21T11:01:49.729 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-21T11:01:49.793 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 395834 Links: 1 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-21 11:01:49.470813389 +0000 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-21 10:53:57.310165318 +0000 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-21 10:53:57.310165318 +0000 2023-11-21T11:01:49.856 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-21T11:01:49.857 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-21T11:01:49.931 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-21T11:01:49.932 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-21T11:01:49.932 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000130076 s, 3.9 MB/s 2023-11-21T11:01:49.934 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-21T11:01:49.996 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2023-11-21T11:01:50.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:49 smithi045 ceph-mgr[117610]: -- 172.21.15.45:0/4170406929 <== mon.2 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56472a7261a0 con 0x56472a6fd000 2023-11-21T11:01:50.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:49 smithi045 bash[117497]: ae0b27d3eedd31fbb50d175b6240b58ae3ea393a5db332fb3cb175d76b4578c2 2023-11-21T11:01:50.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:49 smithi045 systemd[1]: Started Ceph mgr.b for f584d3aa-885c-11ee-959e-87774f69a715. 2023-11-21T11:01:50.039 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-21T11:01:50.039 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:50.039 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 399428 Links: 1 2023-11-21T11:01:50.039 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:50.040 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:50.040 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-11-21 11:01:49.470813389 +0000 2023-11-21T11:01:50.040 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-11-21 10:53:57.863156572 +0000 2023-11-21T11:01:50.040 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-11-21 10:53:57.863156572 +0000 2023-11-21T11:01:50.040 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-11-21T11:01:50.040 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-21T11:01:50.108 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-11-21T11:01:50.108 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-11-21T11:01:50.108 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000117043 s, 4.4 MB/s 2023-11-21T11:01:50.109 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-21T11:01:50.171 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-11-21T11:01:50.172 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-11-21T11:01:50.195 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-21T11:01:50.196 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-11-21T11:01:50.256 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-21T11:01:50.256 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:50.256 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 387670 Links: 1 2023-11-21T11:01:50.256 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:50.256 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:50.257 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-11-21 11:01:28.531030092 +0000 2023-11-21T11:01:50.257 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-11-21 10:53:08.981928664 +0000 2023-11-21T11:01:50.257 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-11-21 10:53:08.981928664 +0000 2023-11-21T11:01:50.257 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-11-21T11:01:50.257 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-21T11:01:50.327 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-11-21T11:01:50.328 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-11-21T11:01:50.328 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000244429 s, 2.1 MB/s 2023-11-21T11:01:50.329 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-21T11:01:50.389 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-11-21T11:01:50.449 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-21T11:01:50.450 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:50.450 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 395422 Links: 1 2023-11-21T11:01:50.450 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:50.450 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:50.450 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-11-21 11:01:28.531030092 +0000 2023-11-21T11:01:50.450 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-11-21 10:53:09.475917365 +0000 2023-11-21T11:01:50.451 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-11-21 10:53:09.475917365 +0000 2023-11-21T11:01:50.451 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-11-21T11:01:50.451 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-21T11:01:50.517 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-11-21T11:01:50.517 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-11-21T11:01:50.518 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000284586 s, 1.8 MB/s 2023-11-21T11:01:50.519 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-21T11:01:50.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:50 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:50.098+0000 7fcfeb4d4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-21T11:01:50.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:50 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:50.299+0000 7fcfeb4d4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-21T11:01:50.578 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-11-21T11:01:50.638 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-21T11:01:50.638 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:50.638 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 395741 Links: 1 2023-11-21T11:01:50.638 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:50.638 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:50.639 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-11-21 11:01:28.532030069 +0000 2023-11-21T11:01:50.639 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-11-21 10:53:09.972905998 +0000 2023-11-21T11:01:50.639 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-11-21 10:53:09.972905998 +0000 2023-11-21T11:01:50.639 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-11-21T11:01:50.640 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-21T11:01:50.704 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-11-21T11:01:50.704 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-11-21T11:01:50.704 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000215856 s, 2.4 MB/s 2023-11-21T11:01:50.705 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-21T11:01:50.764 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 394116 Links: 1 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-11-21 11:01:28.532030069 +0000 2023-11-21T11:01:50.823 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-11-21 10:53:10.499893945 +0000 2023-11-21T11:01:50.824 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-11-21 10:53:10.499893945 +0000 2023-11-21T11:01:50.824 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-11-21T11:01:50.824 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-21T11:01:50.889 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-11-21T11:01:50.889 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-11-21T11:01:50.889 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00021858 s, 2.3 MB/s 2023-11-21T11:01:50.890 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-21T11:01:50.948 INFO:tasks.cephadm:Deploying osd.0 on smithi019 with /dev/vg_nvme/lv_4... 2023-11-21T11:01:50.948 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-21T11:01:51.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:50 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:50.688+0000 7fcfeb4d4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-21T11:01:51.247 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:51.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:51 smithi079 ceph-mon[116386]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:51.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:51.299 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.299 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.300 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-mon[116131]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:51.300 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.300 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.300 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:51.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:51 smithi019 ceph-mon[111815]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:51.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:51.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:51.555 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:51.297+0000 7fcfeb4d4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-21T11:01:52.456 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: Reconfiguring mgr.a (unknown last config time)... 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:52.457 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:52 smithi019 ceph-mon[111815]: Reconfiguring daemon mgr.a on smithi019 2023-11-21T11:01:52.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:51 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:51.553+0000 7fcfeb4d4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-21T11:01:52.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:52.025+0000 7fcfeb4d4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-21T11:01:52.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: Reconfiguring mgr.a (unknown last config time)... 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T11:01:52.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:52.521 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-mon[116131]: Reconfiguring daemon mgr.a on smithi019 2023-11-21T11:01:52.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:52.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:52.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:52.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: Reconfiguring mgr.a (unknown last config time)... 2023-11-21T11:01:52.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-21T11:01:52.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-21T11:01:52.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:52.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:52 smithi079 ceph-mon[116386]: Reconfiguring daemon mgr.a on smithi019 2023-11-21T11:01:52.702 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-21T11:01:52.702 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-21T11:01:52.702 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2023-11-21T11:01:52.703 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2023-11-21T11:01:52.703 INFO:teuthology.orchestra.run.smithi019.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143732 s, 730 MB/s 2023-11-21T11:01:52.703 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2023-11-21T11:01:53.143 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi019:vg_nvme/lv_4 2023-11-21T11:01:53.146 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:52.834+0000 7fcfeb4d4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-21T11:01:53.146 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:52 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:52.933+0000 7fcfeb4d4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-21T11:01:53.435 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:53.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:53.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:53.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:53.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:53.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:53 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:01:53.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:53 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:53.918 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:53.617+0000 7fcfeb4d4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-21T11:01:53.919 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:53.712+0000 7fcfeb4d4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-21T11:01:53.919 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:53.812+0000 7fcfeb4d4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-21T11:01:54.176 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:53 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:53.917+0000 7fcfeb4d4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-21T11:01:54.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:54 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:54.174+0000 7fcfeb4d4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-21T11:01:54.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:54 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:54.279+0000 7fcfeb4d4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-21T11:01:54.835 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:54 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:54.519+0000 7fcfeb4d4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-21T11:01:54.835 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:54 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:54.627+0000 7fcfeb4d4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-21T11:01:55.107 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:54 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:54.833+0000 7fcfeb4d4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-21T11:01:55.107 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:54 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:54.929+0000 7fcfeb4d4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-21T11:01:55.389 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:55 smithi019 ceph-mon[111815]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:55.389 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:55.389 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:01:55.389 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:01:55.389 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:55 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:55.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:55 smithi045 ceph-mon[116131]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:55.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:55 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:55.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:55 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:01:55.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:55 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:01:55.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:55 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:55.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:55 smithi079 ceph-mon[116386]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:55.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:55 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:01:55.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:55 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:01:55.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:55 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:01:55.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:55 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:01:56.111 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:55 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:55.789+0000 7fcfeb4d4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-21T11:01:56.112 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:56 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:56.006+0000 7fcfeb4d4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-21T11:01:56.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:56 smithi045 ceph-mon[116131]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:56.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:56 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:56.209+0000 7fcfeb4d4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:01:56.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:56 smithi079 ceph-mon[116386]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:56.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:56 smithi019 ceph-mon[111815]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi019:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:01:57.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:56 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:56.958+0000 7fcfeb4d4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-21T11:01:57.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:57.163+0000 7fcfeb4d4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:01:57.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-mon[116131]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:57.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/2131252783' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6005d53-f208-498c-913d-2eebc099febd"}]: dispatch 2023-11-21T11:01:57.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/2131252783' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6005d53-f208-498c-913d-2eebc099febd"}]': finished 2023-11-21T11:01:57.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-mon[116131]: osdmap e5: 1 total, 0 up, 1 in 2023-11-21T11:01:57.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:01:57.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:57 smithi079 ceph-mon[116386]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:57.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:57 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/2131252783' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6005d53-f208-498c-913d-2eebc099febd"}]: dispatch 2023-11-21T11:01:57.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:57 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/2131252783' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6005d53-f208-498c-913d-2eebc099febd"}]': finished 2023-11-21T11:01:57.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:57 smithi079 ceph-mon[116386]: osdmap e5: 1 total, 0 up, 1 in 2023-11-21T11:01:57.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:57 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:01:57.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:57 smithi019 ceph-mon[111815]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:57.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:57 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2131252783' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f6005d53-f208-498c-913d-2eebc099febd"}]: dispatch 2023-11-21T11:01:57.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:57 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2131252783' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f6005d53-f208-498c-913d-2eebc099febd"}]': finished 2023-11-21T11:01:57.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:57 smithi019 ceph-mon[111815]: osdmap e5: 1 total, 0 up, 1 in 2023-11-21T11:01:57.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:57 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:01:57.769 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:57.366+0000 7fcfeb4d4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-21T11:01:57.769 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:01:57 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:01:57.495+0000 7fcfeb4d4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-21T11:01:58.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:58 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3944059394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:01:58.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:58 smithi045 ceph-mon[116131]: Standby manager daemon b started 2023-11-21T11:01:58.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:58 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-21T11:01:58.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:58 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T11:01:58.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:58 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-21T11:01:58.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:58 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T11:01:58.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:58 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3944059394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:01:58.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:58 smithi079 ceph-mon[116386]: Standby manager daemon b started 2023-11-21T11:01:58.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:58 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-21T11:01:58.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:58 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T11:01:58.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:58 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-21T11:01:58.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:58 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T11:01:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:58 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3944059394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:01:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:58 smithi019 ceph-mon[111815]: Standby manager daemon b started 2023-11-21T11:01:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:58 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-21T11:01:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:58 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T11:01:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:58 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-21T11:01:58.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:58 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/4208607359' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T11:01:59.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:59 smithi045 ceph-mon[116131]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:59.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:59 smithi045 ceph-mon[116131]: mgrmap e14: a(active, since 64s), standbys: b 2023-11-21T11:01:59.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:01:59 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-21T11:01:59.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:59 smithi079 ceph-mon[116386]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:59.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:59 smithi079 ceph-mon[116386]: mgrmap e14: a(active, since 64s), standbys: b 2023-11-21T11:01:59.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:01:59 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-21T11:01:59.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:59 smithi019 ceph-mon[111815]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:01:59.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:59 smithi019 ceph-mon[111815]: mgrmap e14: a(active, since 64s), standbys: b 2023-11-21T11:01:59.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:01:59 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-21T11:02:01.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:01 smithi045 ceph-mon[116131]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:01.535 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:01 smithi019 ceph-mon[111815]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:01.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:01 smithi079 ceph-mon[116386]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:02.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:02 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-21T11:02:02.396 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:02 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:02.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:02 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-21T11:02:02.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:02 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:02.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:02 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-21T11:02:02.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:02 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:03.454 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:03 smithi019 ceph-mon[111815]: Deploying daemon osd.0 on smithi019 2023-11-21T11:02:03.455 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:03 smithi019 ceph-mon[111815]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:03.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:03 smithi045 ceph-mon[116131]: Deploying daemon osd.0 on smithi019 2023-11-21T11:02:03.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:03 smithi045 ceph-mon[116131]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:03.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:03 smithi079 ceph-mon[116386]: Deploying daemon osd.0 on smithi019 2023-11-21T11:02:03.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:03 smithi079 ceph-mon[116386]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:05.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:05 smithi045 ceph-mon[116131]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:05.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:05 smithi079 ceph-mon[116386]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:05.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:05 smithi019 ceph-mon[111815]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:06.995 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:06 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:06.995 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:06 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:06.995 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:06 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:06.995 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:06 smithi019 ceph-mon[111815]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:07.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:06 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:07.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:06 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:07.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:06 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:07.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:06 smithi045 ceph-mon[116131]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:07.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:06 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:07.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:06 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:07.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:06 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:07.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:06 smithi079 ceph-mon[116386]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:08.118 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 0 on host 'smithi019' 2023-11-21T11:02:08.520 DEBUG:teuthology.orchestra.run.smithi019:osd.0> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.0.service 2023-11-21T11:02:08.522 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_4... 2023-11-21T11:02:08.522 DEBUG:teuthology.orchestra.run.smithi045:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-21T11:02:08.562 INFO:journalctl@ceph.osd.0.smithi019.stdout:-- Logs begin at Tue 2023-11-21 10:45:33 UTC. -- 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.714 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.715 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:08 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:08.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.770 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:08 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:08.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:08.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:08.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.791 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:08.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:08.792 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:08 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:08.813 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.b/config 2023-11-21T11:02:09.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:09 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0[129097]: 2023-11-21T11:02:09.035+0000 7f38806eb640 -1 osd.0 0 log_to_monitors true 2023-11-21T11:02:10.175 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-21T11:02:10.176 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-21T11:02:10.176 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-11-21T11:02:10.176 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-11-21T11:02:10.176 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00905661 s, 1.2 GB/s 2023-11-21T11:02:10.176 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-11-21T11:02:10.220 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:09 smithi045 ceph-mon[116131]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-21T11:02:10.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:09 smithi079 ceph-mon[116386]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-21T11:02:10.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:09 smithi019 ceph-mon[111815]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-21T11:02:10.591 DEBUG:teuthology.orchestra.run.smithi045:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2023-11-21T11:02:10.883 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.b/config 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: osdmap e6: 1 total, 0 up, 1 in 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.008 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:11.009 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:11.009 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:11 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-21T11:02:11.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: osdmap e6: 1 total, 0 up, 1 in 2023-11-21T11:02:11.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:11.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:11 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0[129097]: 2023-11-21T11:02:11.008+0000 7f3875d62700 -1 osd.0 0 waiting for initial osdmap 2023-11-21T11:02:11.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0[129097]: 2023-11-21T11:02:11.011+0000 7f387135b700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T11:02:11.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-21T11:02:11.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: osdmap e6: 1 total, 0 up, 1 in 2023-11-21T11:02:11.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-21T11:02:11.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:11.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:11.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:11.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:11.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:11.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:11.304 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:11 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:12.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:12 smithi045 ceph-mon[116131]: Detected new or changed devices on smithi019 2023-11-21T11:02:12.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:12 smithi045 ceph-mon[116131]: Adjusting osd_memory_target on smithi019 to 17126M 2023-11-21T11:02:12.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:12 smithi045 ceph-mon[116131]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-21T11:02:12.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:12 smithi045 ceph-mon[116131]: osdmap e7: 1 total, 0 up, 1 in 2023-11-21T11:02:12.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:12 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:12.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:12 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:12.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:12 smithi079 ceph-mon[116386]: Detected new or changed devices on smithi019 2023-11-21T11:02:12.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:12 smithi079 ceph-mon[116386]: Adjusting osd_memory_target on smithi019 to 17126M 2023-11-21T11:02:12.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:12 smithi079 ceph-mon[116386]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-21T11:02:12.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:12 smithi079 ceph-mon[116386]: osdmap e7: 1 total, 0 up, 1 in 2023-11-21T11:02:12.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:12 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:12.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:12 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:12.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:12 smithi019 ceph-mon[111815]: Detected new or changed devices on smithi019 2023-11-21T11:02:12.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:12 smithi019 ceph-mon[111815]: Adjusting osd_memory_target on smithi019 to 17126M 2023-11-21T11:02:12.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:12 smithi019 ceph-mon[111815]: from='osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-21T11:02:12.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:12 smithi019 ceph-mon[111815]: osdmap e7: 1 total, 0 up, 1 in 2023-11-21T11:02:12.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:12 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:12.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:12 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: purged_snaps scrub starts 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: purged_snaps scrub ok 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344] boot 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: osdmap e8: 1 total, 1 up, 1 in 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:13.200 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:02:13.201 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:02:13.201 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:02:13.201 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:13 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:13.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: purged_snaps scrub starts 2023-11-21T11:02:13.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: purged_snaps scrub ok 2023-11-21T11:02:13.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344] boot 2023-11-21T11:02:13.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: osdmap e8: 1 total, 1 up, 1 in 2023-11-21T11:02:13.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:13.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:13.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:02:13.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:02:13.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:02:13.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:13 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: purged_snaps scrub starts 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: purged_snaps scrub ok 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: osd.0 [v2:172.21.15.19:6802/3445455344,v1:172.21.15.19:6803/3445455344] boot 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: osdmap e8: 1 total, 1 up, 1 in 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:02:13.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:13 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:14.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:14 smithi045 ceph-mon[116131]: osdmap e9: 1 total, 1 up, 1 in 2023-11-21T11:02:14.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:14 smithi045 ceph-mon[116131]: from='client.? 172.21.15.45:0/3140773749' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]: dispatch 2023-11-21T11:02:14.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:14 smithi045 ceph-mon[116131]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]: dispatch 2023-11-21T11:02:14.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:14 smithi045 ceph-mon[116131]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]': finished 2023-11-21T11:02:14.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:14 smithi045 ceph-mon[116131]: osdmap e10: 2 total, 1 up, 2 in 2023-11-21T11:02:14.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:14 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:14 smithi079 ceph-mon[116386]: osdmap e9: 1 total, 1 up, 1 in 2023-11-21T11:02:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:14 smithi079 ceph-mon[116386]: from='client.? 172.21.15.45:0/3140773749' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]: dispatch 2023-11-21T11:02:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:14 smithi079 ceph-mon[116386]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]: dispatch 2023-11-21T11:02:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:14 smithi079 ceph-mon[116386]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]': finished 2023-11-21T11:02:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:14 smithi079 ceph-mon[116386]: osdmap e10: 2 total, 1 up, 2 in 2023-11-21T11:02:14.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:14 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:14.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:14 smithi019 ceph-mon[111815]: osdmap e9: 1 total, 1 up, 1 in 2023-11-21T11:02:14.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:14 smithi019 ceph-mon[111815]: from='client.? 172.21.15.45:0/3140773749' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]: dispatch 2023-11-21T11:02:14.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:14 smithi019 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]: dispatch 2023-11-21T11:02:14.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:14 smithi019 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6d7dba1-cd2c-43d5-9208-1ca260339534"}]': finished 2023-11-21T11:02:14.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:14 smithi019 ceph-mon[111815]: osdmap e10: 2 total, 1 up, 2 in 2023-11-21T11:02:14.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:14 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:15.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:15 smithi045 ceph-mon[116131]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:15.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:15 smithi045 ceph-mon[116131]: from='client.? 172.21.15.45:0/4230541447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:02:15.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:15 smithi079 ceph-mon[116386]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:15.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:15 smithi079 ceph-mon[116386]: from='client.? 172.21.15.45:0/4230541447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:02:15.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:15 smithi019 ceph-mon[111815]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:15.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:15 smithi019 ceph-mon[111815]: from='client.? 172.21.15.45:0/4230541447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:02:17.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:17 smithi045 ceph-mon[116131]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:17.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:17 smithi079 ceph-mon[116386]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:17.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:17 smithi019 ceph-mon[111815]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:19.108 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:19 smithi045 ceph-mon[116131]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:19.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:19 smithi079 ceph-mon[116386]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:19.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:19 smithi019 ceph-mon[111815]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:20.363 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:20 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-21T11:02:20.363 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:20 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:20.363 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:20 smithi045 ceph-mon[116131]: Deploying daemon osd.1 on smithi045 2023-11-21T11:02:20.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:20 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-21T11:02:20.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:20 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:20.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:20 smithi079 ceph-mon[116386]: Deploying daemon osd.1 on smithi045 2023-11-21T11:02:20.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:20 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-21T11:02:20.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:20 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:20.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:20 smithi019 ceph-mon[111815]: Deploying daemon osd.1 on smithi045 2023-11-21T11:02:21.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:21 smithi045 ceph-mon[116131]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:21.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:21 smithi079 ceph-mon[116386]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:21.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:21 smithi019 ceph-mon[111815]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:23.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:23 smithi045 ceph-mon[116131]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:23.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:23 smithi079 ceph-mon[116386]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:23.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:23 smithi019 ceph-mon[111815]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:24.303 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:24 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:24.303 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:24 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:24.304 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:24 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:24.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:24 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:24.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:24 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:24.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:24 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:24.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:24 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:24.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:24 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:24.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:24 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:25.390 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:25 smithi045 ceph-mon[116131]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:25.390 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:25 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:25.391 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:25 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:25.535 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2023-11-21T11:02:25.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:25 smithi079 ceph-mon[116386]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:25.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:25 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:25.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:25 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:25.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:25 smithi019 ceph-mon[111815]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:25.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:25 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:25.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:25 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:25.927 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.1.service 2023-11-21T11:02:25.930 INFO:tasks.cephadm:Deploying osd.2 on smithi079 with /dev/vg_nvme/lv_4... 2023-11-21T11:02:25.930 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-21T11:02:25.968 INFO:journalctl@ceph.osd.1.smithi045.stdout:-- Logs begin at Tue 2023-11-21 10:45:38 UTC. -- 2023-11-21T11:02:26.190 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.c/config 2023-11-21T11:02:26.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:26 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:26 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:26 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:26 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:26 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:26 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:26.519 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1[120607]: 2023-11-21T11:02:26.309+0000 7f68f3ba0640 -1 osd.1 0 log_to_monitors true 2023-11-21T11:02:26.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:26.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:26.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:26 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:26.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:26.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:26.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:26.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:26 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:27.489 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-21T11:02:27.489 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-21T11:02:27.489 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-11-21T11:02:27.489 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-11-21T11:02:27.489 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109576 s, 957 MB/s 2023-11-21T11:02:27.490 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-11-21T11:02:27.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:27 smithi045 ceph-mon[116131]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:27.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:27 smithi045 ceph-mon[116131]: from='osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T11:02:27.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:27 smithi045 ceph-mon[116131]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T11:02:27.526 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:27 smithi079 ceph-mon[116386]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:27.526 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:27 smithi079 ceph-mon[116386]: from='osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T11:02:27.526 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:27 smithi079 ceph-mon[116386]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T11:02:27.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:27 smithi019 ceph-mon[111815]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:27.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:27 smithi019 ceph-mon[111815]: from='osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T11:02:27.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:27 smithi019 ceph-mon[111815]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-21T11:02:27.848 DEBUG:teuthology.orchestra.run.smithi079:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2023-11-21T11:02:28.099 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.c/config 2023-11-21T11:02:28.441 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:28 smithi079 ceph-mon[116386]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-21T11:02:28.441 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:28 smithi079 ceph-mon[116386]: osdmap e11: 2 total, 1 up, 2 in 2023-11-21T11:02:28.441 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:28 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:28.441 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:28 smithi079 ceph-mon[116386]: from='osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-21T11:02:28.441 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:28 smithi079 ceph-mon[116386]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-21T11:02:28.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-mon[116131]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-21T11:02:28.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-mon[116131]: osdmap e11: 2 total, 1 up, 2 in 2023-11-21T11:02:28.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:28.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-mon[116131]: from='osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-21T11:02:28.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-mon[116131]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-21T11:02:28.520 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1[120607]: 2023-11-21T11:02:28.147+0000 7f68e9217700 -1 osd.1 0 waiting for initial osdmap 2023-11-21T11:02:28.520 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:28 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1[120607]: 2023-11-21T11:02:28.151+0000 7f68e300d700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T11:02:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:28 smithi019 ceph-mon[111815]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-21T11:02:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:28 smithi019 ceph-mon[111815]: osdmap e11: 2 total, 1 up, 2 in 2023-11-21T11:02:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:28 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:28 smithi019 ceph-mon[111815]: from='osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-21T11:02:28.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:28 smithi019 ceph-mon[111815]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-11-21T11:02:29.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:29.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-21T11:02:29.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: osdmap e12: 2 total, 1 up, 2 in 2023-11-21T11:02:29.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: Detected new or changed devices on smithi045 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: Adjusting osd_memory_target on smithi045 to 17126M 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:29.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:29 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:29.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-21T11:02:29.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: osdmap e12: 2 total, 1 up, 2 in 2023-11-21T11:02:29.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: Detected new or changed devices on smithi045 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: Adjusting osd_memory_target on smithi045 to 17126M 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:29.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:29.543 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:29 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: osdmap e12: 2 total, 1 up, 2 in 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: Detected new or changed devices on smithi045 2023-11-21T11:02:29.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: Adjusting osd_memory_target on smithi045 to 17126M 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:29.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:29 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:30.306 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: purged_snaps scrub starts 2023-11-21T11:02:30.306 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: purged_snaps scrub ok 2023-11-21T11:02:30.306 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536] boot 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: osdmap e13: 2 total, 2 up, 2 in 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:02:30.307 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:30 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: purged_snaps scrub starts 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: purged_snaps scrub ok 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536] boot 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: osdmap e13: 2 total, 2 up, 2 in 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:02:30.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:02:30.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:30 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: purged_snaps scrub starts 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: purged_snaps scrub ok 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: osd.1 [v2:172.21.15.45:6800/1101094536,v1:172.21.15.45:6801/1101094536] boot 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: osdmap e13: 2 total, 2 up, 2 in 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:02:30.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-21T11:02:30.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-21T11:02:30.552 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:30 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:31.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:31.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: osdmap e14: 2 total, 2 up, 2 in 2023-11-21T11:02:31.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: from='client.? 172.21.15.79:0/1350137266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]: dispatch 2023-11-21T11:02:31.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]: dispatch 2023-11-21T11:02:31.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]': finished 2023-11-21T11:02:31.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: osdmap e15: 3 total, 2 up, 3 in 2023-11-21T11:02:31.520 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:31 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: osdmap e14: 2 total, 2 up, 2 in 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: from='client.? 172.21.15.79:0/1350137266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]: dispatch 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]: dispatch 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]': finished 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: osdmap e15: 3 total, 2 up, 3 in 2023-11-21T11:02:31.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:31 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: osdmap e14: 2 total, 2 up, 2 in 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: from='client.? 172.21.15.79:0/1350137266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]: dispatch 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]: dispatch 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53805246-1a0e-48dc-8305-ed9c74afc182"}]': finished 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: osdmap e15: 3 total, 2 up, 3 in 2023-11-21T11:02:31.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:31 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:32.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:32 smithi045 ceph-mon[116131]: from='client.? 172.21.15.79:0/798791023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:02:32.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:32 smithi079 ceph-mon[116386]: from='client.? 172.21.15.79:0/798791023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:02:32.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:32 smithi019 ceph-mon[111815]: from='client.? 172.21.15.79:0/798791023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-21T11:02:33.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:33 smithi045 ceph-mon[116131]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:33.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:33 smithi079 ceph-mon[116386]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:33.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:33 smithi019 ceph-mon[111815]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:35.368 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:35 smithi079 ceph-mon[116386]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:35.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:35 smithi045 ceph-mon[116131]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:35.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:35 smithi019 ceph-mon[111815]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:37.335 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:37 smithi079 ceph-mon[116386]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:37.335 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:37 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-21T11:02:37.335 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:37 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:37.335 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:37 smithi079 ceph-mon[116386]: Deploying daemon osd.2 on smithi079 2023-11-21T11:02:37.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:37 smithi045 ceph-mon[116131]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:37.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:37 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-21T11:02:37.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:37 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:37.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:37 smithi045 ceph-mon[116131]: Deploying daemon osd.2 on smithi079 2023-11-21T11:02:37.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:37 smithi019 ceph-mon[111815]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:37.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:37 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-21T11:02:37.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:37 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:37.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:37 smithi019 ceph-mon[111815]: Deploying daemon osd.2 on smithi079 2023-11-21T11:02:39.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:39 smithi045 ceph-mon[116131]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:39.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:39 smithi079 ceph-mon[116386]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:39.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:39 smithi019 ceph-mon[111815]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:41.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:40 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:40 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:40 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:41.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:40 smithi079 ceph-mon[116386]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:41.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:40 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:40 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:40 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:40 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:41.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:40 smithi045 ceph-mon[116131]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:41.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:40 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:40 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:40 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:41.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:40 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:41.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:40 smithi019 ceph-mon[111815]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:41.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:40 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.169 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.169 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:42.170 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:42.170 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:41 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:42.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:42.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:41 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.288 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 2 on host 'smithi079' 2023-11-21T11:02:42.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:42.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:42.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:41 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:42.725 DEBUG:teuthology.orchestra.run.smithi079:osd.2> sudo journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.2.service 2023-11-21T11:02:42.727 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-11-21T11:02:42.728 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-21T11:02:42.758 INFO:journalctl@ceph.osd.2.smithi079.stdout:-- Logs begin at Tue 2023-11-21 10:45:31 UTC. -- 2023-11-21T11:02:43.028 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:43.274 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2[120984]: 2023-11-21T11:02:43.101+0000 7fcd8cd6b640 -1 osd.2 0 log_to_monitors true 2023-11-21T11:02:43.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-mon[116386]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:43.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:43.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:43.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:43.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-mon[116386]: from='osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T11:02:43.542 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:43 smithi079 ceph-mon[116386]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T11:02:43.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:43 smithi019 ceph-mon[111815]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:43.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:43 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:43.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:43 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:43.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:43 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:43.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:43 smithi019 ceph-mon[111815]: from='osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T11:02:43.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:43 smithi019 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T11:02:43.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:43 smithi045 ceph-mon[116131]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:43.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:43 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:43.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:43 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:02:43.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:43 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:43.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:43 smithi045 ceph-mon[116131]: from='osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T11:02:43.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:43 smithi045 ceph-mon[116131]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-21T11:02:44.273 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:02:44.718 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1700564549,"num_in_osds":3,"osd_in_since":1700564551,"num_remapped_pgs":0} 2023-11-21T11:02:45.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-21T11:02:45.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: osdmap e16: 3 total, 2 up, 3 in 2023-11-21T11:02:45.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:45.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: from='osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-11-21T11:02:45.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-11-21T11:02:45.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:45.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:44 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/2321235582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T11:02:45.291 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2[120984]: 2023-11-21T11:02:44.919+0000 7fcd823e2700 -1 osd.2 0 waiting for initial osdmap 2023-11-21T11:02:45.291 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2[120984]: 2023-11-21T11:02:44.926+0000 7fcd7a9d5700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-21T11:02:45.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-21T11:02:45.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: osdmap e16: 3 total, 2 up, 3 in 2023-11-21T11:02:45.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:45.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: from='osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-11-21T11:02:45.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-11-21T11:02:45.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:45.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:44 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/2321235582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: osdmap e16: 3 total, 2 up, 3 in 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: from='osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:45.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:44 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2321235582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T11:02:45.720 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-21T11:02:46.016 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:46.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-11-21T11:02:46.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: osdmap e17: 3 total, 2 up, 3 in 2023-11-21T11:02:46.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:46.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:46.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: Detected new or changed devices on smithi079 2023-11-21T11:02:46.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: Adjusting osd_memory_target on smithi079 to 21218M 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:46.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:45 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: osdmap e17: 3 total, 2 up, 3 in 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: Detected new or changed devices on smithi079 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:46.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: Adjusting osd_memory_target on smithi079 to 21218M 2023-11-21T11:02:46.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:46.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:46.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:45 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-11-21T11:02:46.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: osdmap e17: 3 total, 2 up, 3 in 2023-11-21T11:02:46.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:46.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: Detected new or changed devices on smithi079 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: Adjusting osd_memory_target on smithi079 to 21218M 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:46.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:02:46.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:02:46.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:45 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:47.184 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:02:47.213 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: purged_snaps scrub starts 2023-11-21T11:02:47.213 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: purged_snaps scrub ok 2023-11-21T11:02:47.213 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:47.213 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824] boot 2023-11-21T11:02:47.214 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: osdmap e18: 3 total, 3 up, 3 in 2023-11-21T11:02:47.214 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:47.214 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:47.214 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:46 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' 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-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: purged_snaps scrub starts 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: purged_snaps scrub ok 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824] boot 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: osdmap e18: 3 total, 3 up, 3 in 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:47.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:46 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' 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-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: purged_snaps scrub starts 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: purged_snaps scrub ok 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: osd.2 [v2:172.21.15.79:6800/1200700824,v1:172.21.15.79:6801/1200700824] boot 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: osdmap e18: 3 total, 3 up, 3 in 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-21T11:02:47.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:46 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' 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-21T11:02:47.642 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1700564565,"num_in_osds":3,"osd_in_since":1700564551,"num_remapped_pgs":0} 2023-11-21T11:02:47.643 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-21T11:02:47.935 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:48.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' 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-21T11:02:48.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:47 smithi045 ceph-mon[116131]: osdmap e19: 3 total, 3 up, 3 in 2023-11-21T11:02:48.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:47 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-21T11:02:48.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:47 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1423400995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T11:02:48.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' 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-21T11:02:48.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:47 smithi079 ceph-mon[116386]: osdmap e19: 3 total, 3 up, 3 in 2023-11-21T11:02:48.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:47 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-21T11:02:48.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:47 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1423400995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T11:02:48.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' 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-21T11:02:48.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:47 smithi019 ceph-mon[111815]: osdmap e19: 3 total, 3 up, 3 in 2023-11-21T11:02:48.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:47 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-21T11:02:48.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:47 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1423400995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-21T11:02:48.801 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[133998]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T11:02:48.802 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[133998]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:48.802 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[133998]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:48.802 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[133998]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:49.138 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:02:49.138 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":21,"fsid":"f584d3aa-885c-11ee-959e-87774f69a715","created":"2023-11-21T11:00:03.394098+0000","modified":"2023-11-21T11:02:48.934173+0000","last_up_change":"2023-11-21T11:02:45.920642+0000","last_in_change":"2023-11-21T11:02:31.076325+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-21T11:02:46.580941+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":"f6005d53-f208-498c-913d-2eebc099febd","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.19:6802","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6803","nonce":3445455344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6805","nonce":3445455344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6809","nonce":3445455344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6807","nonce":3445455344}]},"public_addr":"172.21.15.19:6803/3445455344","cluster_addr":"172.21.15.19:6805/3445455344","heartbeat_back_addr":"172.21.15.19:6809/3445455344","heartbeat_front_addr":"172.21.15.19:6807/3445455344","state":["exists","up"]},{"osd":1,"uuid":"e6d7dba1-cd2c-43d5-9208-1ca260339534","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.45:6800","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6801","nonce":1101094536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6803","nonce":1101094536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6807","nonce":1101094536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6805","nonce":1101094536}]},"public_addr":"172.21.15.45:6801/1101094536","cluster_addr":"172.21.15.45:6803/1101094536","heartbeat_back_addr":"172.21.15.45:6807/1101094536","heartbeat_front_addr":"172.21.15.45:6805/1101094536","state":["exists","up"]},{"osd":2,"uuid":"53805246-1a0e-48dc-8305-ed9c74afc182","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.79:6800","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6801","nonce":1200700824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6803","nonce":1200700824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6807","nonce":1200700824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6805","nonce":1200700824}]},"public_addr":"172.21.15.79:6801/1200700824","cluster_addr":"172.21.15.79:6803/1200700824","heartbeat_back_addr":"172.21.15.79:6807/1200700824","heartbeat_front_addr":"172.21.15.79:6805/1200700824","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-21T11:02:10.080645+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-21T11:02:27.275650+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-21T11:02:44.062533+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/3940388838":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/2473760496":"2023-11-22T11:00:54.029585+0000","172.21.15.19:6800/3940388838":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/1088065925":"2023-11-22T11:00:27.741617+0000","172.21.15.19:6800/205782968":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/2218556606":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/1974660941":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/3294457900":"2023-11-22T11:00:54.029585+0000","172.21.15.19:6801/205782968":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/2978538426":"2023-11-22T11:00:27.741617+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-21T11:02:49.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:48 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-21T11:02:49.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:48 smithi045 ceph-mon[116131]: osdmap e20: 3 total, 3 up, 3 in 2023-11-21T11:02:49.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:48 smithi045 ceph-mon[116131]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:48 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-21T11:02:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:48 smithi079 ceph-mon[116386]: osdmap e20: 3 total, 3 up, 3 in 2023-11-21T11:02:49.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:48 smithi079 ceph-mon[116386]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:48 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-21T11:02:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:48 smithi019 ceph-mon[111815]: osdmap e20: 3 total, 3 up, 3 in 2023-11-21T11:02:49.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:48 smithi019 ceph-mon[111815]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:49.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[134051]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T11:02:49.302 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[134051]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:49.302 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[134051]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:49.302 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:02:48 smithi019 sudo[134051]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:49.538 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-21T11:02:46.580941+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}}] 2023-11-21T11:02:49.538 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-21T11:02:49.769 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125152]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T11:02:49.769 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125152]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:49.769 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125152]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:49.769 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125152]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:49.832 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:50.212 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:49 smithi079 ceph-mon[116386]: osdmap e21: 3 total, 3 up, 3 in 2023-11-21T11:02:50.212 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:49 smithi079 ceph-mon[116386]: mgrmap e15: a(active, since 114s), standbys: b 2023-11-21T11:02:50.212 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:49 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:50.212 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:49 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1693109774' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:50.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:49 smithi045 ceph-mon[116131]: osdmap e21: 3 total, 3 up, 3 in 2023-11-21T11:02:50.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:49 smithi045 ceph-mon[116131]: mgrmap e15: a(active, since 114s), standbys: b 2023-11-21T11:02:50.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:49 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:50.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:49 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1693109774' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:50.270 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125155]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T11:02:50.270 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125155]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:50.270 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125155]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:50.270 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:02:49 smithi045 sudo[125155]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:50.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:49 smithi019 ceph-mon[111815]: osdmap e21: 3 total, 3 up, 3 in 2023-11-21T11:02:50.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:49 smithi019 ceph-mon[111815]: mgrmap e15: a(active, since 114s), standbys: b 2023-11-21T11:02:50.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:49 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:50.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:49 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1693109774' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:50.541 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125926]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T11:02:50.541 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125926]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:50.541 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125926]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:50.541 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125926]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125929]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T11:02:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125929]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125929]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:02:50 smithi079 sudo[125929]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:50.975 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:50 smithi019 sudo[134222]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T11:02:50.975 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:50 smithi019 sudo[134222]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:50.975 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:50 smithi019 sudo[134222]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:50.975 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:50 smithi019 sudo[134222]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:51.652 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2023-11-21T11:02:51.682 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 sudo[134225]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 sudo[134225]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 sudo[134225]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 sudo[134225]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 ceph-mon[111815]: pgmap v69: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:51.683 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:51 smithi019 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:51.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:51.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:51 smithi045 ceph-mon[116131]: pgmap v69: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:51.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:51 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:51.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:51 smithi045 ceph-mon[116131]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:52.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125932]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T11:02:52.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125932]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:52.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125932]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:52.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125932]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125935]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125935]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125935]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 sudo[125935]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 ceph-mon[116386]: pgmap v69: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' 2023-11-21T11:02:52.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:51 smithi079 ceph-mon[116386]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:52.094 INFO:tasks.cephadm:Setting up client nodes... 2023-11-21T11:02:52.094 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-21T11:02:52.094 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-21T11:02:52.094 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph mgr dump --format=json 2023-11-21T11:02:52.387 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:52.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125158]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-21T11:02:52.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125158]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:52.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125158]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:52.769 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125158]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:53.192 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1489175733' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:53.193 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.194 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.194 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:52 smithi019 ceph-mon[111815]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125161]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125161]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125161]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 sudo[125161]: pam_unix(sudo:session): session closed for user root 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:53.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.271 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1489175733' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-21T11:02:53.271 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:53.271 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.271 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.271 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:52 smithi045 ceph-mon[116131]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:53.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1489175733' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:53.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:02:53.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:02:53.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:52 smithi079 ceph-mon[116386]: from='mgr.14152 172.21.15.19:0/4135323575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:02:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:02:54.027 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:53 smithi019 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:54.028 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:53 smithi019 ceph-mon[111815]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:54.028 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:53 smithi019 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:54.028 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:53 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1588669637' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-21T11:02:54.110 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":2475087286},{"type":"v1","addr":"172.21.15.19:6801","nonce":2475087286}]},"active_addr":"172.21.15.19:6801/2475087286","active_change":"2023-11-21T11:00:54.029711+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24110,"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.19: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.19:0","nonce":1713945006}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":1895611648}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":446035480}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":2186532256}]}]} 2023-11-21T11:02:54.115 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-21T11:02:54.115 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-21T11:02:54.115 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-21T11:02:54.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:53 smithi045 ceph-mon[116131]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:54.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:53 smithi045 ceph-mon[116131]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:54.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:53 smithi045 ceph-mon[116131]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:54.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:53 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1588669637' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-21T11:02:54.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:53 smithi079 ceph-mon[116386]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-21T11:02:54.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:53 smithi079 ceph-mon[116386]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:54.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:53 smithi079 ceph-mon[116386]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-21T11:02:54.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:53 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1588669637' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-21T11:02:54.407 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:55.183 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:54 smithi019 ceph-mon[111815]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:55.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:54 smithi045 ceph-mon[116131]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:55.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:54 smithi079 ceph-mon[116386]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:02:55.597 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:02:55.597 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":21,"fsid":"f584d3aa-885c-11ee-959e-87774f69a715","created":"2023-11-21T11:00:03.394098+0000","modified":"2023-11-21T11:02:48.934173+0000","last_up_change":"2023-11-21T11:02:45.920642+0000","last_in_change":"2023-11-21T11:02:31.076325+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-21T11:02:46.580941+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":"f6005d53-f208-498c-913d-2eebc099febd","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.19:6802","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6803","nonce":3445455344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6805","nonce":3445455344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6809","nonce":3445455344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6807","nonce":3445455344}]},"public_addr":"172.21.15.19:6803/3445455344","cluster_addr":"172.21.15.19:6805/3445455344","heartbeat_back_addr":"172.21.15.19:6809/3445455344","heartbeat_front_addr":"172.21.15.19:6807/3445455344","state":["exists","up"]},{"osd":1,"uuid":"e6d7dba1-cd2c-43d5-9208-1ca260339534","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.45:6800","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6801","nonce":1101094536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6803","nonce":1101094536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6807","nonce":1101094536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6805","nonce":1101094536}]},"public_addr":"172.21.15.45:6801/1101094536","cluster_addr":"172.21.15.45:6803/1101094536","heartbeat_back_addr":"172.21.15.45:6807/1101094536","heartbeat_front_addr":"172.21.15.45:6805/1101094536","state":["exists","up"]},{"osd":2,"uuid":"53805246-1a0e-48dc-8305-ed9c74afc182","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.79:6800","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6801","nonce":1200700824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6803","nonce":1200700824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6807","nonce":1200700824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6805","nonce":1200700824}]},"public_addr":"172.21.15.79:6801/1200700824","cluster_addr":"172.21.15.79:6803/1200700824","heartbeat_back_addr":"172.21.15.79:6807/1200700824","heartbeat_front_addr":"172.21.15.79:6805/1200700824","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-21T11:02:10.080645+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-21T11:02:27.275650+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-21T11:02:44.062533+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/3940388838":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/2473760496":"2023-11-22T11:00:54.029585+0000","172.21.15.19:6800/3940388838":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/1088065925":"2023-11-22T11:00:27.741617+0000","172.21.15.19:6800/205782968":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/2218556606":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/1974660941":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/3294457900":"2023-11-22T11:00:54.029585+0000","172.21.15.19:6801/205782968":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/2978538426":"2023-11-22T11:00:27.741617+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-21T11:02:55.993 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-21T11:02:55.994 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-21T11:02:56.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:55 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1899312369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:56.284 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:56.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:55 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1899312369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:56.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:55 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1899312369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:57.016 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:56 smithi019 ceph-mon[111815]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-11-21T11:02:57.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:56 smithi045 ceph-mon[116131]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-11-21T11:02:57.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:56 smithi079 ceph-mon[116386]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-11-21T11:02:57.464 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:02:57.465 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":21,"fsid":"f584d3aa-885c-11ee-959e-87774f69a715","created":"2023-11-21T11:00:03.394098+0000","modified":"2023-11-21T11:02:48.934173+0000","last_up_change":"2023-11-21T11:02:45.920642+0000","last_in_change":"2023-11-21T11:02:31.076325+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-21T11:02:46.580941+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":"f6005d53-f208-498c-913d-2eebc099febd","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.19:6802","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6803","nonce":3445455344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6805","nonce":3445455344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6809","nonce":3445455344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3445455344},{"type":"v1","addr":"172.21.15.19:6807","nonce":3445455344}]},"public_addr":"172.21.15.19:6803/3445455344","cluster_addr":"172.21.15.19:6805/3445455344","heartbeat_back_addr":"172.21.15.19:6809/3445455344","heartbeat_front_addr":"172.21.15.19:6807/3445455344","state":["exists","up"]},{"osd":1,"uuid":"e6d7dba1-cd2c-43d5-9208-1ca260339534","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.45:6800","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6801","nonce":1101094536}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6803","nonce":1101094536}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6807","nonce":1101094536}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":1101094536},{"type":"v1","addr":"172.21.15.45:6805","nonce":1101094536}]},"public_addr":"172.21.15.45:6801/1101094536","cluster_addr":"172.21.15.45:6803/1101094536","heartbeat_back_addr":"172.21.15.45:6807/1101094536","heartbeat_front_addr":"172.21.15.45:6805/1101094536","state":["exists","up"]},{"osd":2,"uuid":"53805246-1a0e-48dc-8305-ed9c74afc182","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.79:6800","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6801","nonce":1200700824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6803","nonce":1200700824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6807","nonce":1200700824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1200700824},{"type":"v1","addr":"172.21.15.79:6805","nonce":1200700824}]},"public_addr":"172.21.15.79:6801/1200700824","cluster_addr":"172.21.15.79:6803/1200700824","heartbeat_back_addr":"172.21.15.79:6807/1200700824","heartbeat_front_addr":"172.21.15.79:6805/1200700824","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-21T11:02:10.080645+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-21T11:02:27.275650+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-21T11:02:44.062533+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/3940388838":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/2473760496":"2023-11-22T11:00:54.029585+0000","172.21.15.19:6800/3940388838":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/1088065925":"2023-11-22T11:00:27.741617+0000","172.21.15.19:6800/205782968":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/2218556606":"2023-11-22T11:00:54.029585+0000","172.21.15.19:0/1974660941":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/3294457900":"2023-11-22T11:00:54.029585+0000","172.21.15.19:6801/205782968":"2023-11-22T11:00:27.741617+0000","172.21.15.19:0/2978538426":"2023-11-22T11:00:27.741617+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-21T11:02:57.893 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-21T11:02:57.894 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-21T11:02:57.894 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-21T11:02:58.203 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:58.346 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:58 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3150140907' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:58.503 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:58.518 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:58 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3150140907' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:58.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:58 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3150140907' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-21T11:02:59.040 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:02:59.260 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:02:59 smithi019 ceph-mon[111815]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-21T11:02:59.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:02:59 smithi045 ceph-mon[116131]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-21T11:02:59.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:02:59 smithi079 ceph-mon[116386]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-21T11:03:00.479 INFO:teuthology.orchestra.run.smithi019.stdout:34359738380 2023-11-21T11:03:00.480 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-21T11:03:00.969 INFO:teuthology.orchestra.run.smithi019.stdout:55834574857 2023-11-21T11:03:00.969 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-21T11:03:01.218 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:01.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:01 smithi019 ceph-mon[111815]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-21T11:03:01.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:01 smithi045 ceph-mon[116131]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-21T11:03:01.521 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:01.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:01 smithi079 ceph-mon[116386]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-21T11:03:01.833 INFO:teuthology.orchestra.run.smithi019.stdout:77309411334 2023-11-21T11:03:01.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-21T11:03:02.577 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:03.365 INFO:teuthology.orchestra.run.smithi019.stdout:34359738380 2023-11-21T11:03:03.391 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:03 smithi019 ceph-mon[111815]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-21T11:03:03.484 INFO:teuthology.orchestra.run.smithi019.stdout:55834574857 2023-11-21T11:03:03.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:03 smithi045 ceph-mon[116131]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-21T11:03:03.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:03 smithi079 ceph-mon[116386]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-21T11:03:03.965 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574857 for osd.1 2023-11-21T11:03:03.966 DEBUG:teuthology.parallel:result is None 2023-11-21T11:03:04.193 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738380 for osd.0 2023-11-21T11:03:04.194 DEBUG:teuthology.parallel:result is None 2023-11-21T11:03:04.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:04 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/4117856875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-21T11:03:04.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:04 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1985222004' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-21T11:03:04.520 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:04 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/4117856875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-21T11:03:04.520 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:04 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1985222004' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-21T11:03:04.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:04 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/4117856875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-21T11:03:04.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:04 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1985222004' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-21T11:03:04.684 INFO:teuthology.orchestra.run.smithi019.stdout:77309411335 2023-11-21T11:03:05.100 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411335 for osd.2 2023-11-21T11:03:05.100 DEBUG:teuthology.parallel:result is None 2023-11-21T11:03:05.100 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-21T11:03:05.101 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-21T11:03:05.134 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:05 smithi019 ceph-mon[111815]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-21T11:03:05.134 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:05 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/1223451675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-21T11:03:05.392 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:05.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:05 smithi045 ceph-mon[116131]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-21T11:03:05.521 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:05 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/1223451675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-21T11:03:05.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:05 smithi079 ceph-mon[116386]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-21T11:03:05.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:05 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/1223451675' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-21T11:03:06.595 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:03:06.598 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-11-21T11:03:07.028 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":77,"stamp":"2023-11-21T11:03:06.056694+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":20,"num_read_kb":18,"num_write":36,"num_write_kb":784,"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.002233"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-11-21T11:02:52.864388+0000","last_change":"2023-11-21T11:02:47.938268+0000","last_active":"2023-11-21T11:02:52.864388+0000","last_peered":"2023-11-21T11:02:52.864388+0000","last_clean":"2023-11-21T11:02:52.864388+0000","last_became_active":"2023-11-21T11:02:47.937901+0000","last_became_peered":"2023-11-21T11:02:47.937901+0000","last_unstale":"2023-11-21T11:02:52.864388+0000","last_undegraded":"2023-11-21T11:02:52.864388+0000","last_fullsized":"2023-11-21T11:02:52.864388+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-21T11:02:46.928381+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-21T11:02:46.928381+0000","last_clean_scrub_stamp":"2023-11-21T11:02:46.928381+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-22T11:58:14.076741+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":77309411335,"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.35799999999999998}]},{"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.60999999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738381,"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":[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.51600000000000001}]},{"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.497}]}]},{"osd":1,"up_from":13,"seq":55834574858,"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,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.35899999999999999}]},{"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.53300000000000003}]}]}],"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-21T11:03:07.029 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-21T11:03:07.362 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:07.478 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:07 smithi019 ceph-mon[111815]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-21T11:03:07.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:07 smithi045 ceph-mon[116131]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-21T11:03:07.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:07 smithi079 ceph-mon[116386]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2023-11-21T11:03:08.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:08 smithi045 ceph-mon[116131]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:03:08.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:08 smithi079 ceph-mon[116386]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:03:08.551 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:08 smithi019 ceph-mon[111815]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:03:08.562 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:03:08.565 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-11-21T11:03:08.957 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":78,"stamp":"2023-11-21T11:03:08.057008+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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"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.002143"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-11-21T11:02:52.864388+0000","last_change":"2023-11-21T11:02:47.938268+0000","last_active":"2023-11-21T11:02:52.864388+0000","last_peered":"2023-11-21T11:02:52.864388+0000","last_clean":"2023-11-21T11:02:52.864388+0000","last_became_active":"2023-11-21T11:02:47.937901+0000","last_became_peered":"2023-11-21T11:02:47.937901+0000","last_unstale":"2023-11-21T11:02:52.864388+0000","last_undegraded":"2023-11-21T11:02:52.864388+0000","last_fullsized":"2023-11-21T11:02:52.864388+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-21T11:02:46.928381+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-21T11:02:46.928381+0000","last_clean_scrub_stamp":"2023-11-21T11:02:46.928381+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-22T11:58:14.076741+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":77309411336,"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.40799999999999997}]},{"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.58199999999999996}]}]},{"osd":0,"up_from":8,"seq":34359738382,"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":[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.53000000000000003}]},{"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.66100000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574858,"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,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.35899999999999999}]},{"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.53300000000000003}]}]}],"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-21T11:03:08.958 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-21T11:03:08.958 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-21T11:03:08.959 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-21T11:03:08.959 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:52ca4a61d5d69ccfadeef8408a4711c820b98959 shell --fsid f584d3aa-885c-11ee-959e-87774f69a715 -- ceph health --format=json 2023-11-21T11:03:09.249 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:09.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:09 smithi019 ceph-mon[111815]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:09.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:09 smithi045 ceph-mon[116131]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:09.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:09 smithi079 ceph-mon[116386]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:10.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:10 smithi019 ceph-mon[111815]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:03:10.458 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-21T11:03:10.459 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-21T11:03:10.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:10 smithi045 ceph-mon[116131]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:03:10.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:10 smithi079 ceph-mon[116386]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-21T11:03:10.898 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-21T11:03:10.899 INFO:tasks.cephadm:Setup complete, yielding 2023-11-21T11:03:10.899 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-21T11:03:10.908 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-11-21T11:03:10.909 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-11-21T11:03:11.202 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:11.430 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:11 smithi019 ceph-mon[111815]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:11.430 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:11 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3348547863' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-21T11:03:11.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:11 smithi045 ceph-mon[116131]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:11.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:11 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3348547863' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-21T11:03:11.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:11 smithi079 ceph-mon[116386]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:11.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:11 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3348547863' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-21T11:03:13.512 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-mon[111815]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:13.512 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3234320504' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-21T11:03:13.512 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: ignoring --setuser ceph since I am not root 2023-11-21T11:03:13.512 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: ignoring --setgroup ceph since I am not root 2023-11-21T11:03:13.512 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:13.326+0000 7f44d254f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-21T11:03:13.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-mon[116131]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:13.519 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3234320504' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-21T11:03:13.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: ignoring --setuser ceph since I am not root 2023-11-21T11:03:13.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: ignoring --setgroup ceph since I am not root 2023-11-21T11:03:13.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-mgr[117610]: -- 172.21.15.45:0/893612880 <== mon.2 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e0dff7a1a0 con 0x55e0dff51000 2023-11-21T11:03:13.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:13.325+0000 7f2881922200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-21T11:03:13.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:13 smithi079 ceph-mon[116386]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:13.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:13 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3234320504' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-21T11:03:13.572 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-11-21T11:03:13.583 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-11-21T11:03:13.583 DEBUG:teuthology.orchestra.run.smithi019:> 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-11-21T11:03:13.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:13.525+0000 7f44d254f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-21T11:03:13.878 INFO:teuthology.orchestra.run.smithi019.stdout:Inferring config /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/mon.a/config 2023-11-21T11:03:13.886 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:13.521+0000 7f2881922200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-21T11:03:14.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:13 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:13.885+0000 7f2881922200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-21T11:03:14.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:14 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3234320504' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-21T11:03:14.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:14 smithi045 ceph-mon[116131]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-21T11:03:14.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:14 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3234320504' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-21T11:03:14.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:14 smithi019 ceph-mon[111815]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-21T11:03:14.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:13 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:13.918+0000 7f44d254f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-21T11:03:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:14 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3234320504' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-21T11:03:14.541 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:14 smithi079 ceph-mon[116386]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-21T11:03:14.701 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:14 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:14.443+0000 7f2881922200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-21T11:03:14.765 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:14 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:14.490+0000 7f44d254f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-21T11:03:15.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:14 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:14.764+0000 7f44d254f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-21T11:03:15.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:14 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:14.700+0000 7f2881922200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-21T11:03:15.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:15 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:15.175+0000 7f2881922200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-21T11:03:15.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:15 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:15.246+0000 7f44d254f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-21T11:03:16.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:15 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:15.980+0000 7f2881922200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-21T11:03:16.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:16 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:16.078+0000 7f2881922200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-21T11:03:16.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:16 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:16.054+0000 7f44d254f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-21T11:03:16.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:16 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:16.153+0000 7f44d254f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-21T11:03:17.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:16 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:16.765+0000 7f2881922200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-21T11:03:17.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:16 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:16.860+0000 7f2881922200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-21T11:03:17.019 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:16 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:16.960+0000 7f2881922200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-21T11:03:17.149 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:16 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:16.843+0000 7f44d254f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-21T11:03:17.149 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:16 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:16.940+0000 7f44d254f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-21T11:03:17.149 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:17 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:17.040+0000 7f44d254f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-21T11:03:17.326 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:17 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:17.066+0000 7f2881922200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-21T11:03:17.408 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:17 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:17.147+0000 7f44d254f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-21T11:03:17.672 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:17 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:17.325+0000 7f2881922200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-21T11:03:17.672 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:17 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:17.429+0000 7f2881922200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-21T11:03:17.672 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:17 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:17.671+0000 7f2881922200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-21T11:03:17.760 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:17 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:17.406+0000 7f44d254f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-21T11:03:17.760 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:17 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:17.512+0000 7f44d254f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-21T11:03:17.985 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:17 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:17.779+0000 7f2881922200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-21T11:03:18.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:17 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:17.759+0000 7f44d254f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-21T11:03:18.051 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:17 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:17.868+0000 7f44d254f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-21T11:03:18.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:17 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:17.985+0000 7f2881922200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-21T11:03:18.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:18 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:18.081+0000 7f2881922200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-21T11:03:18.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:18 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:18.078+0000 7f44d254f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-21T11:03:18.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:18 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:18.176+0000 7f44d254f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-21T11:03:19.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:18 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:18.943+0000 7f2881922200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-21T11:03:19.269 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:19 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:19.161+0000 7f2881922200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-21T11:03:19.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:19 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:19.041+0000 7f44d254f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-21T11:03:19.301 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:19 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:19.262+0000 7f44d254f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-21T11:03:19.769 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:19 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:19.360+0000 7f2881922200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:03:19.801 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:19 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:19.467+0000 7f44d254f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:03:20.518 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:20.114+0000 7f2881922200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-21T11:03:20.519 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:20.317+0000 7f2881922200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:03:20.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:20.222+0000 7f44d254f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-21T11:03:20.551 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:20.429+0000 7f44d254f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-21T11:03:20.932 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:20.638+0000 7f44d254f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-21T11:03:20.932 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:20.771+0000 7f44d254f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-21T11:03:20.932 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-mon[111815]: Standby manager daemon b restarted 2023-11-21T11:03:20.932 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-mon[111815]: Standby manager daemon b started 2023-11-21T11:03:20.932 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-21T11:03:20.933 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T11:03:20.933 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-21T11:03:20.933 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:20 smithi019 ceph-mon[111815]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T11:03:20.933 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:20.521+0000 7f2881922200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-21T11:03:20.933 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b[117558]: 2023-11-21T11:03:20.651+0000 7f2881922200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-21T11:03:20.933 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-mon[116131]: Standby manager daemon b restarted 2023-11-21T11:03:20.934 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-mon[116131]: Standby manager daemon b started 2023-11-21T11:03:20.934 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-21T11:03:20.934 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T11:03:20.934 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-21T11:03:20.934 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:20 smithi045 ceph-mon[116131]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T11:03:21.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:20 smithi079 ceph-mon[116386]: Standby manager daemon b restarted 2023-11-21T11:03:21.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:20 smithi079 ceph-mon[116386]: Standby manager daemon b started 2023-11-21T11:03:21.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:20 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-21T11:03:21.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:20 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-21T11:03:21.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:20 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-21T11:03:21.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:20 smithi079 ceph-mon[116386]: from='mgr.? 172.21.15.45:0/2764160166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-21T11:03:22.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-21T11:03:22.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: Active manager daemon a restarted 2023-11-21T11:03:22.019 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: Activating manager daemon a 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: osdmap e22: 3 total, 3 up, 3 in 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: mgrmap e18: a(active, starting, since 0.00743891s), standbys: b 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-21T11:03:22.020 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: Manager daemon a is now available 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:22.021 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:22.022 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-21T11:03:22.022 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:21 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-21T11:03:22.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-21T11:03:22.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: Active manager daemon a restarted 2023-11-21T11:03:22.041 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: Activating manager daemon a 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: osdmap e22: 3 total, 3 up, 3 in 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: mgrmap e18: a(active, starting, since 0.00743891s), standbys: b 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T11:03:22.042 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T11:03:22.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T11:03:22.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: Manager daemon a is now available 2023-11-21T11:03:22.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:22.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:22.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-21T11:03:22.043 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:21 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-21T11:03:22.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: mgrmap e17: a(active, since 2m), standbys: b 2023-11-21T11:03:22.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: Active manager daemon a restarted 2023-11-21T11:03:22.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: Activating manager daemon a 2023-11-21T11:03:22.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: osdmap e22: 3 total, 3 up, 3 in 2023-11-21T11:03:22.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: mgrmap e18: a(active, starting, since 0.00743891s), standbys: b 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: Manager daemon a is now available 2023-11-21T11:03:22.052 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:22.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:22.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-21T11:03:22.053 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:21 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: mgrmap e19: a(active, since 1.01281s), standbys: b 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.051 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:22 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: mgrmap e19: a(active, since 1.01281s), standbys: b 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:22 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: mgrmap e19: a(active, since 1.01281s), standbys: b 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:23.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:22 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: [21/Nov/2023:11:03:22] ENGINE Bus STARTING 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: [21/Nov/2023:11:03:22] ENGINE Serving on https://172.21.15.19:7150 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: [21/Nov/2023:11:03:22] ENGINE Serving on http://172.21.15.19:8765 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: [21/Nov/2023:11:03:22] ENGINE Bus STARTED 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: osdmap e23: 3 total, 3 up, 3 in 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/2546042682' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:03:24.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:23 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:03:24.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: [21/Nov/2023:11:03:22] ENGINE Bus STARTING 2023-11-21T11:03:24.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: [21/Nov/2023:11:03:22] ENGINE Serving on https://172.21.15.19:7150 2023-11-21T11:03:24.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: [21/Nov/2023:11:03:22] ENGINE Serving on http://172.21.15.19:8765 2023-11-21T11:03:24.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: [21/Nov/2023:11:03:22] ENGINE Bus STARTED 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: osdmap e23: 3 total, 3 up, 3 in 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/2546042682' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:03:24.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:23 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:03:24.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: [21/Nov/2023:11:03:22] ENGINE Bus STARTING 2023-11-21T11:03:24.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: [21/Nov/2023:11:03:22] ENGINE Serving on https://172.21.15.19:7150 2023-11-21T11:03:24.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: [21/Nov/2023:11:03:22] ENGINE Serving on http://172.21.15.19:8765 2023-11-21T11:03:24.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: [21/Nov/2023:11:03:22] ENGINE Bus STARTED 2023-11-21T11:03:24.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: osdmap e23: 3 total, 3 up, 3 in 2023-11-21T11:03:24.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2546042682' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:03:24.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:23 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-21T11:03:25.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/2546042682' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: osdmap e24: 3 total, 3 up, 3 in 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:25.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:24 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-21T11:03:25.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/2546042682' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: osdmap e24: 3 total, 3 up, 3 in 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:25.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:24 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi019:/etc/ceph/ceph.conf 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi045:/etc/ceph/ceph.conf 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi079:/etc/ceph/ceph.conf 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.conf 2023-11-21T11:03:25.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/2546042682' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: osdmap e24: 3 total, 3 up, 3 in 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: Updating smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:25.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:25.303 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:24 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: osdmap e25: 3 total, 3 up, 3 in 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: Cluster is now healthy 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: mgrmap e21: a(active, since 4s), standbys: b 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-21T11:03:26.270 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:25 smithi045 ceph-mon[116131]: osdmap e26: 3 total, 3 up, 3 in 2023-11-21T11:03:26.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:26.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:26.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:26.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: osdmap e25: 3 total, 3 up, 3 in 2023-11-21T11:03:26.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-11-21T11:03:26.292 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: Cluster is now healthy 2023-11-21T11:03:26.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: mgrmap e21: a(active, since 4s), standbys: b 2023-11-21T11:03:26.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-21T11:03:26.293 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:25 smithi079 ceph-mon[116386]: osdmap e26: 3 total, 3 up, 3 in 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: Updating smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: Updating smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: osdmap e25: 3 total, 3 up, 3 in 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='mgr.24295 172.21.15.19:0/254202184' entity='mgr.a' 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: Cluster is now healthy 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: mgrmap e21: a(active, since 4s), standbys: b 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-21T11:03:26.302 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:25 smithi019 ceph-mon[111815]: osdmap e26: 3 total, 3 up, 3 in 2023-11-21T11:03:28.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:27 smithi045 ceph-mon[116131]: pgmap v10: 65 pgs: 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-21T11:03:28.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:27 smithi045 ceph-mon[116131]: osdmap e27: 3 total, 3 up, 3 in 2023-11-21T11:03:28.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:27 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-21T11:03:28.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:27 smithi079 ceph-mon[116386]: pgmap v10: 65 pgs: 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-21T11:03:28.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:27 smithi079 ceph-mon[116386]: osdmap e27: 3 total, 3 up, 3 in 2023-11-21T11:03:28.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:27 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-21T11:03:28.300 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:27 smithi019 ceph-mon[111815]: pgmap v10: 65 pgs: 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-21T11:03:28.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:27 smithi019 ceph-mon[111815]: osdmap e27: 3 total, 3 up, 3 in 2023-11-21T11:03:28.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:27 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-21T11:03:29.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:28 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-21T11:03:29.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:28 smithi045 ceph-mon[116131]: osdmap e28: 3 total, 3 up, 3 in 2023-11-21T11:03:29.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:28 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-21T11:03:29.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:28 smithi079 ceph-mon[116386]: osdmap e28: 3 total, 3 up, 3 in 2023-11-21T11:03:29.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:28 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/450296961' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-21T11:03:29.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:28 smithi019 ceph-mon[111815]: osdmap e28: 3 total, 3 up, 3 in 2023-11-21T11:03:30.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:29 smithi045 ceph-mon[116131]: 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-21T11:03:30.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:29 smithi045 ceph-mon[116131]: osdmap e29: 3 total, 3 up, 3 in 2023-11-21T11:03:30.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:29 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-21T11:03:30.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:29 smithi079 ceph-mon[116386]: 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-21T11:03:30.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:29 smithi079 ceph-mon[116386]: osdmap e29: 3 total, 3 up, 3 in 2023-11-21T11:03:30.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:29 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-21T11:03:30.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:29 smithi019 ceph-mon[111815]: 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-21T11:03:30.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:29 smithi019 ceph-mon[111815]: osdmap e29: 3 total, 3 up, 3 in 2023-11-21T11:03:30.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:29 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-21T11:03:31.043 INFO:teuthology.orchestra.run.smithi019.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-21T11:03:31.043 INFO:teuthology.orchestra.run.smithi019.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-21T11:03:31.043 INFO:teuthology.orchestra.run.smithi019.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-21T11:03:31.043 INFO:teuthology.orchestra.run.smithi019.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-21T11:03:31.043 INFO:teuthology.orchestra.run.smithi019.stderr: return self.func(mgr, **kwargs) 2023-11-21T11:03:31.043 INFO:teuthology.orchestra.run.smithi019.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: return func(self, *args, **kwargs) 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: self.update_period(realm, zonegroup) 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: period = RGWPeriod(period_info) 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: self.realm_name = period_dict['realm_name'] 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr:KeyError: 'realm_name' 2023-11-21T11:03:31.044 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-21T11:03:31.243 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:30 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-21T11:03:31.243 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:30 smithi019 ceph-mon[111815]: osdmap e30: 3 total, 3 up, 3 in 2023-11-21T11:03:31.243 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:30 smithi019 ceph-mon[111815]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-21T11:03:31.243 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:31.037+0000 7f444309b700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:31.039+0000 7f444309b700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: return self.func(mgr, **kwargs) 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: return func(self, *args, **kwargs) 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: self.update_period(realm, zonegroup) 2023-11-21T11:03:31.244 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-21T11:03:31.245 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: period = RGWPeriod(period_info) 2023-11-21T11:03:31.245 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-21T11:03:31.245 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: self.realm_name = period_dict['realm_name'] 2023-11-21T11:03:31.245 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: KeyError: 'realm_name' 2023-11-21T11:03:31.245 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:31.268 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:30 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-21T11:03:31.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:30 smithi045 ceph-mon[116131]: osdmap e30: 3 total, 3 up, 3 in 2023-11-21T11:03:31.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:30 smithi045 ceph-mon[116131]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-21T11:03:31.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:30 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-21T11:03:31.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:30 smithi079 ceph-mon[116386]: osdmap e30: 3 total, 3 up, 3 in 2023-11-21T11:03:31.291 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:30 smithi079 ceph-mon[116386]: from='client.? 172.21.15.19:0/3551632008' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-21T11:03:31.462 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-11-21T11:03:31.462 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 smithi019 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-21T11:03:31.528 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d520cb9f03064a5b94c84e97ad591a58 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 smithi019 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-21T11:03:31.530 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-21T11:03:31.540 INFO:tasks.cephadm:Teardown begin 2023-11-21T11:03:31.540 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:31.583 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:31.622 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:03:31.659 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-21T11:03:31.659 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-21T11:03:31.682 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-21T11:03:31.704 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-21T11:03:31.724 INFO:tasks.cephadm:Stopping all daemons... 2023-11-21T11:03:31.725 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-11-21T11:03:31.725 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a 2023-11-21T11:03:31.953 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:31 smithi019 systemd[1]: Stopping Ceph mon.a for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:32.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-a[111811]: 2023-11-21T11:03:31.951+0000 7fd2685b8700 -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-21T11:03:32.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:31 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-a[111811]: 2023-11-21T11:03:31.951+0000 7fd2685b8700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-11-21T11:03:32.301 INFO:journalctl@ceph.mon.a.smithi019.stdout:Nov 21 11:03:32 smithi019 bash[139078]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-a 2023-11-21T11:03:32.510 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.a.service' 2023-11-21T11:03:32.558 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:32.559 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-11-21T11:03:32.559 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-11-21T11:03:32.559 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.b 2023-11-21T11:03:33.018 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:32 smithi045 systemd[1]: Stopping Ceph mon.b for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:33.018 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:32 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-b[116127]: 2023-11-21T11:03:32.797+0000 7f2a11c33700 -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-21T11:03:33.018 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:32 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-b[116127]: 2023-11-21T11:03:32.797+0000 7f2a11c33700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-11-21T11:03:33.269 INFO:journalctl@ceph.mon.b.smithi045.stdout:Nov 21 11:03:33 smithi045 bash[126810]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-b 2023-11-21T11:03:33.299 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.b.service' 2023-11-21T11:03:33.346 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:33.347 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-11-21T11:03:33.347 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-11-21T11:03:33.347 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.c 2023-11-21T11:03:33.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:33 smithi079 systemd[1]: Stopping Ceph mon.c for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:33.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:33 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-c[116382]: 2023-11-21T11:03:33.573+0000 7f56ad99e700 -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-21T11:03:33.793 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:33 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-c[116382]: 2023-11-21T11:03:33.573+0000 7f56ad99e700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-11-21T11:03:34.227 INFO:journalctl@ceph.mon.c.smithi079.stdout:Nov 21 11:03:33 smithi079 bash[127463]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-mon-c 2023-11-21T11:03:34.233 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mon.c.service' 2023-11-21T11:03:34.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:34.288 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-11-21T11:03:34.288 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-11-21T11:03:34.289 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a 2023-11-21T11:03:34.717 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:34 smithi019 systemd[1]: Stopping Ceph mgr.a for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:34.717 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:34 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a[112040]: 2023-11-21T11:03:34.517+0000 7f44c6fc4700 -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-21T11:03:35.003 INFO:journalctl@ceph.mgr.a.smithi019.stdout:Nov 21 11:03:34 smithi019 bash[139213]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-a 2023-11-21T11:03:35.010 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.a.service' 2023-11-21T11:03:35.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:35.051 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-11-21T11:03:35.051 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-11-21T11:03:35.052 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.b 2023-11-21T11:03:35.467 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:35 smithi045 systemd[1]: Stopping Ceph mgr.b for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:35.769 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:35 smithi045 bash[126946]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-mgr-b 2023-11-21T11:03:35.769 INFO:journalctl@ceph.mgr.b.smithi045.stdout:Nov 21 11:03:35 smithi045 systemd[1]: ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2023-11-21T11:03:35.797 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@mgr.b.service' 2023-11-21T11:03:35.837 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:35.837 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-11-21T11:03:35.838 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-21T11:03:35.838 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.0 2023-11-21T11:03:36.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:03:35 smithi019 systemd[1]: Stopping Ceph osd.0 for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:36.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:03:36 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0[129097]: 2023-11-21T11:03:36.063+0000 7f3876d64700 -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-21T11:03:36.301 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:03:36 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0[129097]: 2023-11-21T11:03:36.063+0000 7f3876d64700 -1 osd.0 31 *** Got signal Terminated *** 2023-11-21T11:03:36.302 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:03:36 smithi019 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0[129097]: 2023-11-21T11:03:36.063+0000 7f3876d64700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:03:42.051 INFO:journalctl@ceph.osd.0.smithi019.stdout:Nov 21 11:03:41 smithi019 bash[139348]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-0 2023-11-21T11:03:42.895 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.0.service' 2023-11-21T11:03:42.945 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:42.945 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-21T11:03:42.945 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-21T11:03:42.945 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.1 2023-11-21T11:03:43.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:03:42 smithi045 systemd[1]: Stopping Ceph osd.1 for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:43.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:03:43 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1[120607]: 2023-11-21T11:03:43.194+0000 7f68ea219700 -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-21T11:03:43.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:03:43 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1[120607]: 2023-11-21T11:03:43.194+0000 7f68ea219700 -1 osd.1 31 *** Got signal Terminated *** 2023-11-21T11:03:43.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:03:43 smithi045 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1[120607]: 2023-11-21T11:03:43.194+0000 7f68ea219700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:03:49.019 INFO:journalctl@ceph.osd.1.smithi045.stdout:Nov 21 11:03:48 smithi045 bash[127082]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-1 2023-11-21T11:03:50.065 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.1.service' 2023-11-21T11:03:50.114 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:50.115 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-21T11:03:50.116 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-21T11:03:50.116 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.2 2023-11-21T11:03:50.541 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:03:50 smithi079 systemd[1]: Stopping Ceph osd.2 for f584d3aa-885c-11ee-959e-87774f69a715... 2023-11-21T11:03:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:03:50 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2[120984]: 2023-11-21T11:03:50.359+0000 7fcd833e4700 -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-21T11:03:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:03:50 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2[120984]: 2023-11-21T11:03:50.359+0000 7fcd833e4700 -1 osd.2 31 *** Got signal Terminated *** 2023-11-21T11:03:50.542 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:03:50 smithi079 ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2[120984]: 2023-11-21T11:03:50.359+0000 7fcd833e4700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-21T11:03:56.291 INFO:journalctl@ceph.osd.2.smithi079.stdout:Nov 21 11:03:55 smithi079 bash[127605]: ceph-f584d3aa-885c-11ee-959e-87774f69a715-osd-2 2023-11-21T11:03:57.255 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f584d3aa-885c-11ee-959e-87774f69a715@osd.2.service' 2023-11-21T11:03:57.295 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-21T11:03:57.295 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-21T11:03:57.295 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f584d3aa-885c-11ee-959e-87774f69a715 --force --keep-logs 2023-11-21T11:03:57.544 INFO:teuthology.orchestra.run.smithi019.stdout:Deleting cluster with fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:03:58.268 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f584d3aa-885c-11ee-959e-87774f69a715 --force --keep-logs 2023-11-21T11:03:58.511 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:03:59.237 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f584d3aa-885c-11ee-959e-87774f69a715 --force --keep-logs 2023-11-21T11:03:59.460 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:03:59.990 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:04:00.029 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:04:00.067 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-21T11:04:00.096 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-21T11:04:00.098 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi019/crash 2023-11-21T11:04:00.099 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash -- . 2023-11-21T11:04:00.150 INFO:teuthology.orchestra.run.smithi019.stderr:tar: /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-21T11:04:00.150 INFO:teuthology.orchestra.run.smithi019.stderr:tar: Error is not recoverable: exiting now 2023-11-21T11:04:00.152 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi045/crash 2023-11-21T11:04:00.153 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash -- . 2023-11-21T11:04:00.196 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-21T11:04:00.196 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2023-11-21T11:04:00.198 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi079/crash 2023-11-21T11:04:00.199 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash -- . 2023-11-21T11:04:00.239 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/f584d3aa-885c-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-21T11:04:00.239 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2023-11-21T11:04:00.240 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-21T11:04:00.240 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-21T11:04:00.275 INFO:teuthology.orchestra.run.smithi019.stderr:grep: /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph.log: No such file or directory 2023-11-21T11:04:00.277 INFO:tasks.cephadm:Compressing logs... 2023-11-21T11:04:00.277 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T11:04:00.320 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T11:04:00.322 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T11:04:00.349 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-21T11:04:00.349 INFO:teuthology.orchestra.run.smithi079.stderr:: No such file or directory 2023-11-21T11:04:00.349 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log 2023-11-21T11:04:00.350 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.2.log 2023-11-21T11:04:00.350 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.c.log 2023-11-21T11:04:00.350 INFO:teuthology.orchestra.run.smithi079.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-21T11:04:00.351 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.2.log: /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.c.log: 91.2% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-21T11:04:00.352 INFO:teuthology.orchestra.run.smithi019.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-21T11:04:00.352 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-21T11:04:00.353 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log 2023-11-21T11:04:00.353 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.0.log 2023-11-21T11:04:00.354 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mgr.a.log 2023-11-21T11:04:00.354 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log: /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.a.log 2023-11-21T11:04:00.355 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mgr.a.log: /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-21T11:04:00.356 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-21T11:04:00.356 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-21T11:04:00.356 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log 2023-11-21T11:04:00.356 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mgr.b.log 2023-11-21T11:04:00.356 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.b.log 2023-11-21T11:04:00.356 INFO:teuthology.orchestra.run.smithi045.stderr: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-21T11:04:00.357 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.1.log 2023-11-21T11:04:00.357 INFO:teuthology.orchestra.run.smithi019.stderr: 91.3% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-21T11:04:00.358 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.b.log: /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.1.log: 91.1% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-21T11:04:00.359 INFO:teuthology.orchestra.run.smithi045.stderr: 89.9% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mgr.b.log.gz 2023-11-21T11:04:00.384 INFO:teuthology.orchestra.run.smithi079.stderr: 92.5% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.c.log.gz 2023-11-21T11:04:00.391 INFO:teuthology.orchestra.run.smithi045.stderr: 92.3% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.b.log.gz 2023-11-21T11:04:00.413 INFO:teuthology.orchestra.run.smithi019.stderr: 89.1% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mgr.a.log.gz 2023-11-21T11:04:00.469 INFO:teuthology.orchestra.run.smithi079.stderr: 94.4% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.2.log.gz 2023-11-21T11:04:00.471 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-11-21T11:04:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.132s 2023-11-21T11:04:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m0.152s 2023-11-21T11:04:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.025s 2023-11-21T11:04:00.475 INFO:teuthology.orchestra.run.smithi019.stderr: 94.5% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.0.log.gz 2023-11-21T11:04:00.500 INFO:teuthology.orchestra.run.smithi019.stderr: 91.5% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-mon.a.log.gz 2023-11-21T11:04:00.502 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-21T11:04:00.503 INFO:teuthology.orchestra.run.smithi019.stderr:real 0m0.163s 2023-11-21T11:04:00.503 INFO:teuthology.orchestra.run.smithi019.stderr:user 0m0.332s 2023-11-21T11:04:00.503 INFO:teuthology.orchestra.run.smithi019.stderr:sys 0m0.029s 2023-11-21T11:04:00.520 INFO:teuthology.orchestra.run.smithi045.stderr: 94.4% -- replaced with /var/log/ceph/f584d3aa-885c-11ee-959e-87774f69a715/ceph-osd.1.log.gz 2023-11-21T11:04:00.522 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-11-21T11:04:00.522 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.180s 2023-11-21T11:04:00.522 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.209s 2023-11-21T11:04:00.522 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.027s 2023-11-21T11:04:00.523 INFO:tasks.cephadm:Archiving logs... 2023-11-21T11:04:00.523 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi019/log 2023-11-21T11:04:00.524 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-21T11:04:00.626 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi045/log 2023-11-21T11:04:00.627 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-21T11:04:00.687 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi079/log 2023-11-21T11:04:00.688 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-21T11:04:00.738 INFO:tasks.cephadm:Removing cluster... 2023-11-21T11:04:00.738 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f584d3aa-885c-11ee-959e-87774f69a715 --force 2023-11-21T11:04:00.976 INFO:teuthology.orchestra.run.smithi019.stdout:Deleting cluster with fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:04:01.240 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f584d3aa-885c-11ee-959e-87774f69a715 --force 2023-11-21T11:04:01.483 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:04:01.737 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f584d3aa-885c-11ee-959e-87774f69a715 --force 2023-11-21T11:04:01.963 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: f584d3aa-885c-11ee-959e-87774f69a715 2023-11-21T11:04:02.196 INFO:tasks.cephadm:Removing cephadm ... 2023-11-21T11:04:02.197 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-21T11:04:02.220 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-21T11:04:02.243 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-21T11:04:02.261 INFO:tasks.cephadm:Teardown complete 2023-11-21T11:04:02.262 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-21T11:04:02.273 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-21T11:04:02.273 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-21T11:04:02.276 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-21T11:04:02.286 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-21T11:04:02.404 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-21T11:04:02.413 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-21T11:04:02.413 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-21T11:04:02.415 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-21T11:04:02.418 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-21T11:04:02.434 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2023-11-21T11:04:02.435 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-11-21T11:04:02.437 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-11-21T11:04:02.439 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T11:04:02.439 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2023-11-21T11:04:02.439 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 +889us[ +897us] +/- 78ms 2023-11-21T11:04:02.439 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -926us[ -918us] +/- 72ms 2023-11-21T11:04:02.439 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +167us[ +176us] +/- 80ms 2023-11-21T11:04:02.439 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T11:04:02.440 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T11:04:02.440 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-11-21T11:04:02.441 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 +875us[ +875us] +/- 78ms 2023-11-21T11:04:02.441 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -939us[ -937us] +/- 72ms 2023-11-21T11:04:02.441 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +162us[ +164us] +/- 80ms 2023-11-21T11:04:02.441 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T11:04:02.443 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-21T11:04:02.443 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-11-21T11:04:02.443 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 +873us[ +873us] +/- 78ms 2023-11-21T11:04:02.443 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -930us[ -907us] +/- 72ms 2023-11-21T11:04:02.443 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +165us[ +165us] +/- 80ms 2023-11-21T11:04:02.444 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-21T11:04:02.444 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-21T11:04:02.452 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-21T11:04:02.453 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-21T11:04:02.461 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T11:04:02.590 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T11:04:02.697 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T11:04:02.788 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T11:04:02.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:04:02.829 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T11:04:02.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:04:02.868 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T11:04:02.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:04:02.900 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-21T11:04:02.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-21T11:04:02.922 INFO:teuthology.task.internal:Duration was 1049.849623 seconds 2023-11-21T11:04:02.922 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-21T11:04:02.931 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-21T11:04:02.932 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-21T11:04:02.934 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-21T11:04:02.937 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-21T11:04:02.985 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T11:04:02.990 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T11:04:02.993 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-21T11:04:03.318 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-21T11:04:03.318 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2023-11-21T11:04:03.318 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T11:04:03.348 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-11-21T11:04:03.348 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T11:04:03.378 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2023-11-21T11:04:03.378 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T11:04:03.401 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-21T11:04:03.401 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-21T11:04:03.404 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-21T11:04:03.421 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-21T11:04:03.482 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-21T11:04:03.482 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-21T11:04:03.484 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-21T11:04:03.487 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-21T11:04:03.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-21T11:04:03.602 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-21T11:04:03.603 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-21T11:04:03.635 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-21T11:04:03.669 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-21T11:04:03.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-21T11:04:03.706 DEBUG:teuthology.orchestra.run.smithi019:> 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-21T11:04:03.708 DEBUG:teuthology.orchestra.run.smithi045:> 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-21T11:04:03.712 DEBUG:teuthology.orchestra.run.smithi079:> 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-21T11:04:03.740 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2023-11-21T11:04:03.744 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-11-21T11:04:03.761 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2023-11-21T11:04:03.819 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-21T11:04:03.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:04:03.882 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-21T11:04:03.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:04:03.904 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-21T11:04:03.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-21T11:04:03.921 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-21T11:04:03.933 INFO:teuthology.task.internal:Transferring archived files... 2023-11-21T11:04:03.934 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi019 2023-11-21T11:04:03.934 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-21T11:04:03.980 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi045 2023-11-21T11:04:03.980 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-21T11:04:04.028 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759/remote/smithi079 2023-11-21T11:04:04.028 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-21T11:04:04.065 INFO:teuthology.task.internal:Removing archive directory... 2023-11-21T11:04:04.065 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-21T11:04:04.068 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-21T11:04:04.070 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-21T11:04:04.117 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-21T11:04:04.129 INFO:teuthology.task.internal:Not uploading archives. 2023-11-21T11:04:04.129 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-21T11:04:04.198 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-21T11:04:04.198 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-21T11:04:04.201 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-21T11:04:04.203 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-21T11:04:04.220 INFO:teuthology.orchestra.run.smithi079.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 21 11:04 /home/ubuntu/cephtest 2023-11-21T11:04:04.221 INFO:teuthology.orchestra.run.smithi019.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 21 11:04 /home/ubuntu/cephtest 2023-11-21T11:04:04.223 INFO:teuthology.orchestra.run.smithi045.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 21 11:04 /home/ubuntu/cephtest 2023-11-21T11:04:04.225 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-21T11:04:04.235 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-21T11:04:04.255 INFO:teuthology.nuke:Checking targets against current locks 2023-11-21T11:04:04.282 DEBUG:teuthology.nuke:shortname: smithi019 2023-11-21T11:04:04.282 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T11:04:04.308 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759', '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-21 10:37:26.403897', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO2znfB/OfI23HlqasSvsIpFnttu4xjEez3UWO2EHyr/qgDEvMq0S/wvOWl4+kQl/6m2iQG54hl8TsqAbaWUIac='} 2023-11-21T11:04:04.312 DEBUG:teuthology.nuke:shortname: smithi045 2023-11-21T11:04:04.312 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T11:04:04.335 DEBUG:teuthology.nuke:shortname: smithi079 2023-11-21T11:04:04.336 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-21T11:04:04.340 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759', '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-21 10:37:26.405958', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAM50CqcNy/SCUeZEq9RWl+dinlf5dZJrxmGXXd+AaAvlkSReyi18DUpQm0URZ95z/R8+wrG3wxIS/1fmmV8jlw='} 2023-11-21T11:04:04.367 INFO:teuthology.orchestra.console.smithi019:Power off 2023-11-21T11:04:04.367 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-21T11:04:04.377 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-11-21_10:27:09-orch:cephadm-wip-teo-track_58812-distro-default-smithi/7463759', '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-21 10:37:26.407538', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGA2s2C+ez7P9xWHYehpahOJlt38dKybxTtNQWrNoLbhZjYlskagHFaLCKPuKgFVirhv67asuKlypB753q6sRxc='} 2023-11-21T11:04:04.390 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2023-11-21T11:04:04.390 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:04.411 INFO:teuthology.orchestra.console.smithi045:Power off 2023-11-21T11:04:04.412 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-21T11:04:04.421 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-11-21T11:04:04.434 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-11-21T11:04:04.434 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:04.449 INFO:teuthology.orchestra.console.smithi079:Power off 2023-11-21T11:04:04.449 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-21T11:04:04.458 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-11-21T11:04:04.471 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2023-11-21T11:04:04.471 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:04.492 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-11-21T11:04:08.422 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:08.459 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:08.492 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:08.532 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-11-21T11:04:08.569 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-11-21T11:04:08.602 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-11-21T11:04:12.537 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:12.570 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:12.603 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:12.647 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-11-21T11:04:12.680 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-11-21T11:04:12.713 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2023-11-21T11:04:12.782 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-11-21T11:04:12.814 INFO:teuthology.orchestra.console.smithi079:Power off completed 2023-11-21T11:04:16.650 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-21T11:04:16.760 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2023-11-21T11:04:16.861 INFO:teuthology.orchestra.console.smithi019:Power off completed 2023-11-21T11:04:16.965 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: 1049.8496232032776 failure_reason: 'Command failed on smithi019 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 f584d3aa-885c-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d520cb9f03064a5b94c84e97ad591a58 status: fail success: false 2023-11-21T11:04:16.966 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-21T11:04:17.037 INFO:teuthology.run:FAIL