2023-12-20T09:46:51.586 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-20T09:46:51.586 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628 --owner scheduled_rfriedma@teuthology --name rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi --verbose --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/orig.config.yaml 2023-12-20T09:46:51.615 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-20T09:46:51.695 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628 branch: wip-rf-pcnt3 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7497628' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-rf-pcnt3 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 86cc4aec42581926507b9749381d531f24687367 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 86cc4aec42581926507b9749381d531f24687367 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-rf-pcnt3 sha1: 86cc4aec42581926507b9749381d531f24687367 owner: scheduled_rfriedma@teuthology priority: 115 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: 867 sha1: 86cc4aec42581926507b9749381d531f24687367 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-rf-pcnt3 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 86cc4aec42581926507b9749381d531f24687367 targets: smithi113.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNDf74IE/+fvStHWISUzJZBtWPy0AWwB/wbSItZ94SvC96b3pTfp/PHreTrrbaJeRZHRLCPE1cZbdSm76Xsq2UA= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBpBeGfMppAOLfJcGc6Xy7n+a2K6ggD1DUo+gSx1Pza5qi6+Fwz+gvgVy55V5UZ+PtVVQVBQBXYnJDQWfPN6gTo= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGHWGn//7zUkG9K1SVq3seaTjfdvsTMsQRuyHh2FjRdYvyWPxy24FTCSRqFzggPNuUMu5+uSm+fymxpiBnkEW/k= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_08:40:50 tube: smithi user: rfriedma verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-20T09:46:51.695 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa; will attempt to use it 2023-12-20T09:46:51.696 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks 2023-12-20T09:46:51.696 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-20T09:46:51.697 INFO:teuthology.task.internal:Checking packages... 2023-12-20T09:46:51.723 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '86cc4aec42581926507b9749381d531f24687367' 2023-12-20T09:46:51.723 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-20T09:46:51.723 INFO:teuthology.packaging:ref: None 2023-12-20T09:46:51.723 INFO:teuthology.packaging:tag: None 2023-12-20T09:46:51.723 INFO:teuthology.packaging:branch: wip-rf-pcnt3 2023-12-20T09:46:51.723 INFO:teuthology.packaging:sha1: 86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:46:51.723 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-rf-pcnt3 2023-12-20T09:46:51.875 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-36.g86cc4aec 2023-12-20T09:46:51.877 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-20T09:46:51.884 INFO:teuthology.task.internal:no buildpackages task found 2023-12-20T09:46:51.884 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-20T09:46:51.908 INFO:teuthology.task.internal:Saving configuration 2023-12-20T09:46:51.921 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-20T09:46:51.927 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T09:46:51.950 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-20 09:40:48.417134', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNDf74IE/+fvStHWISUzJZBtWPy0AWwB/wbSItZ94SvC96b3pTfp/PHreTrrbaJeRZHRLCPE1cZbdSm76Xsq2UA='} 2023-12-20T09:46:51.972 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-20 09:40:48.418590', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBpBeGfMppAOLfJcGc6Xy7n+a2K6ggD1DUo+gSx1Pza5qi6+Fwz+gvgVy55V5UZ+PtVVQVBQBXYnJDQWfPN6gTo='} 2023-12-20T09:46:51.995 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-20 09:40:48.420041', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGHWGn//7zUkG9K1SVq3seaTjfdvsTMsQRuyHh2FjRdYvyWPxy24FTCSRqFzggPNuUMu5+uSm+fymxpiBnkEW/k='} 2023-12-20T09:46:51.996 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-20T09:46:52.002 INFO:teuthology.task.internal:roles: ubuntu@smithi113.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-20T09:46:52.002 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-20T09:46:52.002 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-20T09:46:52.003 INFO:teuthology.run_tasks:Running task console_log... 2023-12-20T09:46:52.109 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f28a8fdfdc0>, signals=[15]) 2023-12-20T09:46:52.110 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-20T09:46:52.116 INFO:teuthology.task.internal:Opening connections... 2023-12-20T09:46:52.116 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2023-12-20T09:46:52.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:46:52.188 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-12-20T09:46:52.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:46:52.258 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2023-12-20T09:46:52.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:46:52.327 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-20T09:46:52.334 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2023-12-20T09:46:52.356 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2023-12-20T09:46:52.356 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="Red Hat Enterprise Linux" 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="8.6 (Ootpa)" 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:ID="rhel" 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE="fedora" 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="8.6" 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:PLATFORM_ID="platform:el8" 2023-12-20T09:46:52.416 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:ANSI_COLOR="0;31" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://www.redhat.com/" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-20T09:46:52.417 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-20T09:46:52.418 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2023-12-20T09:46:52.440 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-12-20T09:46:52.461 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-12-20T09:46:52.461 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Red Hat Enterprise Linux" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8.6 (Ootpa)" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:ID="rhel" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="fedora" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8.6" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-20T09:46:52.520 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.redhat.com/" 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-20T09:46:52.521 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-20T09:46:52.521 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-12-20T09:46:52.540 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2023-12-20T09:46:52.562 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2023-12-20T09:46:52.562 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="Red Hat Enterprise Linux" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="8.6 (Ootpa)" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:ID="rhel" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="fedora" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="8.6" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el8" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://www.redhat.com/" 2023-12-20T09:46:52.622 INFO:teuthology.orchestra.run.smithi190.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-20T09:46:52.623 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-20T09:46:52.623 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:46:52.623 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-20T09:46:52.623 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-20T09:46:52.623 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-20T09:46:52.623 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-20T09:46:52.623 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2023-12-20T09:46:52.648 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-20T09:46:52.658 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-20T09:46:52.665 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-20T09:46:52.665 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2023-12-20T09:46:52.668 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-12-20T09:46:52.670 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2023-12-20T09:46:52.689 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-20T09:46:52.697 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-20T09:46:52.697 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2023-12-20T09:46:52.727 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-12-20T09:46:52.730 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2023-12-20T09:46:52.778 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-20T09:46:52.860 INFO:teuthology.run_tasks:Running task kernel... 2023-12-20T09:46:52.876 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-20T09:46:52.876 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-12-20T09:46:52.876 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-20T09:46:52.877 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-20T09:46:52.877 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-20T09:46:52.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T09:46:52.896 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2023-12-20T09:46:52.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T09:46:52.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T09:46:52.897 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-20T09:46:52.898 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-12-20T09:46:52.957 INFO:teuthology.orchestra.run.smithi113.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:46:52.958 INFO:teuthology.task.kernel:Running kernel on smithi113: 4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:46:52.958 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum install -y kernel 2023-12-20T09:46:52.959 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:46:52.960 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:46:52.960 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:46:52.960 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-12-20T09:46:52.960 INFO:teuthology.task.kernel:Running kernel on smithi190: 4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:46:52.960 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2023-12-20T09:46:54.447 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:46:54.448 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-20T09:46:54.501 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:46:54.502 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-12-20T09:46:54.551 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:46:54.552 INFO:teuthology.orchestra.run.smithi190.stdout:Unable to read consumer identity 2023-12-20T09:46:54.573 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:46:54.573 INFO:teuthology.orchestra.run.smithi163.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:46:54.573 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:46:54.617 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:46:54.617 INFO:teuthology.orchestra.run.smithi113.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:46:54.617 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:46:54.650 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:46:54.650 INFO:teuthology.orchestra.run.smithi190.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:46:54.650 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:46:56.344 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-20T09:46:56.460 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-20T09:46:56.481 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-20T09:46:57.259 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-20T09:46:57.629 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-20T09:46:57.880 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-20T09:47:00.849 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 373 kB/s | 24 kB 00:00 2023-12-20T09:47:01.318 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 413 kB/s | 24 kB 00:00 2023-12-20T09:47:01.511 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 330 kB/s | 24 kB 00:00 2023-12-20T09:47:01.610 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-20T09:47:01.610 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-20T09:47:01.702 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:47:01.703 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:47:01.703 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:47:01.840 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2023-12-20T09:47:02.059 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-20T09:47:02.059 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-20T09:47:02.140 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:47:02.141 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:47:02.141 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:47:02.179 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:47:02.179 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-20T09:47:02.238 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:47:02.238 INFO:teuthology.orchestra.run.smithi163.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:47:02.238 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:47:02.265 DEBUG:teuthology.orchestra.run.smithi190:> echo no | sudo yum reinstall kernel || true 2023-12-20T09:47:02.280 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-20T09:47:02.280 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-20T09:47:02.366 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:47:02.367 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:47:02.367 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:47:02.494 DEBUG:teuthology.orchestra.run.smithi113:> echo no | sudo yum reinstall kernel || true 2023-12-20T09:47:02.546 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Wed 20 Dec 2023 09:47:00 AM UTC. 2023-12-20T09:47:02.632 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-20T09:47:02.639 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-20T09:47:02.643 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:47:02.644 INFO:teuthology.orchestra.run.smithi190.stdout:Unable to read consumer identity 2023-12-20T09:47:02.692 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-20T09:47:02.705 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:47:02.705 INFO:teuthology.orchestra.run.smithi190.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:47:02.705 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:47:02.740 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2023-12-20T09:47:02.828 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:47:02.828 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-12-20T09:47:02.888 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:47:02.888 INFO:teuthology.orchestra.run.smithi113.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:47:02.888 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:47:03.021 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:02 ago on Wed 20 Dec 2023 09:47:01 AM UTC. 2023-12-20T09:47:03.076 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:47:03.077 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-20T09:47:03.107 INFO:teuthology.orchestra.run.smithi190.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-20T09:47:03.114 INFO:teuthology.orchestra.run.smithi190.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-20T09:47:03.130 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:47:03.130 INFO:teuthology.orchestra.run.smithi163.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:47:03.130 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:47:03.154 INFO:teuthology.orchestra.run.smithi190.stderr:Error: No packages marked for reinstall. 2023-12-20T09:47:03.196 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:02 ago on Wed 20 Dec 2023 09:47:01 AM UTC. 2023-12-20T09:47:03.203 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum reinstall -y kernel || true 2023-12-20T09:47:03.265 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-20T09:47:03.289 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-20T09:47:03.327 INFO:teuthology.orchestra.run.smithi113.stderr:Error: No packages marked for reinstall. 2023-12-20T09:47:03.374 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum reinstall -y kernel || true 2023-12-20T09:47:03.431 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:03 ago on Wed 20 Dec 2023 09:47:00 AM UTC. 2023-12-20T09:47:03.493 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-20T09:47:03.493 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-20T09:47:03.524 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-20T09:47:03.536 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:47:03.536 INFO:teuthology.orchestra.run.smithi190.stdout:Unable to read consumer identity 2023-12-20T09:47:03.571 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T09:47:03.596 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:47:03.597 INFO:teuthology.orchestra.run.smithi190.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:47:03.597 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:47:03.705 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:47:03.706 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-12-20T09:47:03.750 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:47:03.750 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:47:03.751 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-20T09:47:03.751 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-20T09:47:03.751 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-20T09:47:03.771 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:47:03.771 INFO:teuthology.orchestra.run.smithi113.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-20T09:47:03.772 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:47:03.789 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-12-20T09:47:03.801 DEBUG:teuthology.parallel:result is None 2023-12-20T09:47:03.899 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:02 ago on Wed 20 Dec 2023 09:47:01 AM UTC. 2023-12-20T09:47:03.966 INFO:teuthology.orchestra.run.smithi190.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-20T09:47:03.967 INFO:teuthology.orchestra.run.smithi190.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-20T09:47:03.998 INFO:teuthology.orchestra.run.smithi190.stderr:Error: No packages marked for reinstall. 2023-12-20T09:47:04.046 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T09:47:04.072 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:03 ago on Wed 20 Dec 2023 09:47:01 AM UTC. 2023-12-20T09:47:04.134 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-20T09:47:04.134 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-20T09:47:04.174 INFO:teuthology.orchestra.run.smithi113.stderr:Error: No packages marked for reinstall. 2023-12-20T09:47:04.200 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:47:04.200 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:47:04.201 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-20T09:47:04.201 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-20T09:47:04.201 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-20T09:47:04.221 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2023-12-20T09:47:04.237 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2023-12-20T09:47:04.256 DEBUG:teuthology.parallel:result is None 2023-12-20T09:47:04.377 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:47:04.377 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-20T09:47:04.377 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-20T09:47:04.378 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-20T09:47:04.378 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-20T09:47:04.409 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2023-12-20T09:47:04.422 DEBUG:teuthology.parallel:result is None 2023-12-20T09:47:04.422 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-20T09:47:04.430 INFO:teuthology.task.internal:Creating test directory... 2023-12-20T09:47:04.430 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-20T09:47:04.465 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-20T09:47:04.468 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-20T09:47:04.485 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-20T09:47:04.493 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-20T09:47:04.502 INFO:teuthology.task.internal:Creating archive directory... 2023-12-20T09:47:04.502 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-20T09:47:04.523 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-20T09:47:04.526 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-20T09:47:04.558 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-20T09:47:04.567 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-20T09:47:04.567 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T09:47:04.586 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T09:47:04.589 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T09:47:04.618 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T09:47:04.628 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T09:47:04.629 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T09:47:04.635 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T09:47:04.640 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T09:47:04.645 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-20T09:47:04.647 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-20T09:47:04.654 INFO:teuthology.task.internal:Configuring sudo... 2023-12-20T09:47:04.654 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-20T09:47:04.672 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-20T09:47:04.683 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-20T09:47:04.715 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-20T09:47:04.725 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-20T09:47:04.725 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-20T09:47:04.739 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-20T09:47:04.753 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-20T09:47:04.772 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T09:47:04.833 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T09:47:04.893 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T09:47:04.975 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T09:47:05.019 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T09:47:05.019 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-20T09:47:05.085 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T09:47:05.128 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T09:47:05.181 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T09:47:05.264 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T09:47:05.309 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T09:47:05.310 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-20T09:47:05.376 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T09:47:05.423 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-20T09:47:05.479 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T09:47:05.564 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-20T09:47:05.610 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T09:47:05.610 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-20T09:47:05.678 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2023-12-20T09:47:05.681 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-12-20T09:47:05.683 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2023-12-20T09:47:05.724 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T09:47:05.732 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T09:47:05.761 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T09:47:06.143 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-20T09:47:06.151 INFO:teuthology.task.internal:Starting timer... 2023-12-20T09:47:06.151 INFO:teuthology.run_tasks:Running task pcp... 2023-12-20T09:47:06.170 INFO:teuthology.run_tasks:Running task selinux... 2023-12-20T09:47:06.180 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-20T09:47:06.181 DEBUG:teuthology.orchestra.run.smithi113:> sudo service auditd rotate 2023-12-20T09:47:06.230 INFO:teuthology.orchestra.run.smithi113.stdout:Rotating logs: 2023-12-20T09:47:06.232 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-12-20T09:47:06.298 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2023-12-20T09:47:06.300 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2023-12-20T09:47:06.354 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2023-12-20T09:47:06.356 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-20T09:47:06.356 DEBUG:teuthology.orchestra.run.smithi113:> /usr/sbin/getenforce 2023-12-20T09:47:06.376 INFO:teuthology.orchestra.run.smithi113.stdout:Permissive 2023-12-20T09:47:06.376 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-12-20T09:47:06.416 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-12-20T09:47:06.432 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2023-12-20T09:47:06.454 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2023-12-20T09:47:06.454 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi113.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2023-12-20T09:47:06.454 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T09:47:06.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T09:47:06.482 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T09:47:06.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T09:47:06.510 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T09:47:06.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T09:47:06.539 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-20T09:47:06.539 DEBUG:teuthology.orchestra.run.smithi113:> sudo /usr/sbin/setenforce permissive 2023-12-20T09:47:06.583 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-12-20T09:47:06.611 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2023-12-20T09:47:06.663 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-20T09:47:06.676 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-20T09:47:06.682 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-20T09:47:06.802 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-20T09:47:06.819 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-12-20T09:47:06.820 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi113.front.sepia.ceph.com,smithi163.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-20T09:52:02.756 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi113.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2023-12-20T09:52:02.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-20T09:52:02.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:52:02.830 DEBUG:teuthology.orchestra.run.smithi113:> true 2023-12-20T09:52:02.894 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-20T09:52:02.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-20T09:52:02.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:52:02.964 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-12-20T09:52:03.031 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-20T09:52:03.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-20T09:52:03.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-20T09:52:03.102 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-12-20T09:52:03.172 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-20T09:52:03.173 INFO:teuthology.run_tasks:Running task clock... 2023-12-20T09:52:03.185 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-20T09:52:03.185 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-20T09:52:03.185 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T09:52:03.188 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-20T09:52:03.188 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T09:52:03.191 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-20T09:52:03.191 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T09:52:03.217 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-20T09:52:03.222 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-20T09:52:03.232 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-20T09:52:03.237 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-20T09:52:03.248 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-20T09:52:03.263 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-20T09:52:03.301 INFO:teuthology.orchestra.run.smithi113.stderr:sudo: ntpd: command not found 2023-12-20T09:52:03.313 INFO:teuthology.orchestra.run.smithi113.stdout:506 Cannot talk to daemon 2023-12-20T09:52:03.317 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2023-12-20T09:52:03.327 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2023-12-20T09:52:03.327 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-20T09:52:03.332 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2023-12-20T09:52:03.341 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-20T09:52:03.342 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-20T09:52:03.345 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2023-12-20T09:52:03.355 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-20T09:52:03.360 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-20T09:52:03.374 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-20T09:52:03.416 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-12-20T09:52:03.420 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T09:52:03.420 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-12-20T09:52:03.420 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.421 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.421 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.421 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.436 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-20T09:52:03.440 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T09:52:03.440 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-20T09:52:03.440 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.440 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.440 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.440 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.448 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-12-20T09:52:03.451 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T09:52:03.451 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-12-20T09:52:03.451 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.452 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.452 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.452 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T09:52:03.454 INFO:teuthology.run_tasks:Running task pexec... 2023-12-20T09:52:03.464 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-20T09:52:03.465 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi113.front.sepia.ceph.com 2023-12-20T09:52:03.465 DEBUG:teuthology.orchestra.run.smithi113:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-20T09:52:03.465 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi163.front.sepia.ceph.com 2023-12-20T09:52:03.466 DEBUG:teuthology.orchestra.run.smithi163:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-20T09:52:03.466 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2023-12-20T09:52:03.466 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-20T09:52:03.840 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:52:03.861 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:52:03.872 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:52:04.562 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 166 kB/s | 4.5 kB 00:00 2023-12-20T09:52:04.593 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2023-12-20T09:52:04.605 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2023-12-20T09:52:04.864 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 150 kB/s | 4.5 kB 00:00 2023-12-20T09:52:04.870 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 143 kB/s | 4.5 kB 00:00 2023-12-20T09:52:05.080 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 146 kB/s | 4.1 kB 00:00 2023-12-20T09:52:07.804 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:52:07.805 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:52:07.805 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-20T09:52:07.805 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:52:07.805 INFO:teuthology.orchestra.run.smithi113.stdout:Resetting modules: 2023-12-20T09:52:07.805 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools 2023-12-20T09:52:07.805 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:52:07.806 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:52:07.806 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:52:07.806 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:52:07.816 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:52:07.817 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:52:07.817 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-20T09:52:07.817 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:52:07.817 INFO:teuthology.orchestra.run.smithi190.stdout:Resetting modules: 2023-12-20T09:52:07.818 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 2023-12-20T09:52:07.818 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:52:07.818 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:52:07.818 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:52:07.818 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:52:07.876 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:52:07.877 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:52:07.877 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-20T09:52:07.877 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:52:07.877 INFO:teuthology.orchestra.run.smithi163.stdout:Resetting modules: 2023-12-20T09:52:07.878 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 2023-12-20T09:52:07.878 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:52:07.878 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:52:07.878 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:52:07.878 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:52:12.878 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:52:12.912 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:52:12.989 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:52:13.337 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:52:13.372 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:52:13.463 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:52:14.077 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 152 kB/s | 4.1 kB 00:00 2023-12-20T09:52:14.137 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 174 kB/s | 4.5 kB 00:00 2023-12-20T09:52:14.219 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 151 kB/s | 4.1 kB 00:00 2023-12-20T09:52:14.335 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 170 kB/s | 4.5 kB 00:00 2023-12-20T09:52:14.458 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-20T09:52:14.663 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 151 kB/s | 4.1 kB 00:00 2023-12-20T09:52:17.194 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:52:17.344 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================================================== 2023-12-20T09:52:17.344 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:52:17.344 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================================================== 2023-12-20T09:52:17.344 INFO:teuthology.orchestra.run.smithi113.stdout:Installing group/module packages: 2023-12-20T09:52:17.344 INFO:teuthology.orchestra.run.smithi113.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout:Downgrading: 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-20T09:52:17.345 INFO:teuthology.orchestra.run.smithi113.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout:Installing module profiles: 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools/common 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling module streams: 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools 3.0 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================================================== 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout:Install 7 Packages 2023-12-20T09:52:17.346 INFO:teuthology.orchestra.run.smithi113.stdout:Downgrade 12 Packages 2023-12-20T09:52:17.347 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:52:17.347 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 50 M 2023-12-20T09:52:17.347 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:52:17.363 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:52:17.388 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:52:17.433 INFO:teuthology.orchestra.run.smithi113.stdout:(1/19): criu-3.15-1.module+el8.7.0+16533+44634e 5.9 MB/s | 511 kB 00:00 2023-12-20T09:52:17.458 INFO:teuthology.orchestra.run.smithi113.stdout:(2/19): conmon-2.0.26-3.module+el8.7.0+16533+44 465 kB/s | 51 kB 00:00 2023-12-20T09:52:17.483 INFO:teuthology.orchestra.run.smithi113.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.4 MB/s | 72 kB 00:00 2023-12-20T09:52:17.509 INFO:teuthology.orchestra.run.smithi113.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.3 MB/s | 69 kB 00:00 2023-12-20T09:52:17.511 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================================================== 2023-12-20T09:52:17.511 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:52:17.511 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================================================== 2023-12-20T09:52:17.511 INFO:teuthology.orchestra.run.smithi190.stdout:Installing group/module packages: 2023-12-20T09:52:17.511 INFO:teuthology.orchestra.run.smithi190.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout:Downgrading: 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-20T09:52:17.512 INFO:teuthology.orchestra.run.smithi190.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout:Installing module profiles: 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools/common 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout:Enabling module streams: 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 3.0 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================================================== 2023-12-20T09:52:17.513 INFO:teuthology.orchestra.run.smithi190.stdout:Install 7 Packages 2023-12-20T09:52:17.514 INFO:teuthology.orchestra.run.smithi190.stdout:Downgrade 12 Packages 2023-12-20T09:52:17.514 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:52:17.514 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 50 M 2023-12-20T09:52:17.514 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:52:17.534 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================================================== 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================================================== 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout:Installing group/module packages: 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout:Downgrading: 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.535 INFO:teuthology.orchestra.run.smithi163.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout:Installing module profiles: 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools/common 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout:Enabling module streams: 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 3.0 2023-12-20T09:52:17.536 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================================================== 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout:Install 7 Packages 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout:Downgrade 12 Packages 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 50 M 2023-12-20T09:52:17.537 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:52:17.559 INFO:teuthology.orchestra.run.smithi113.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 1.1 MB/s | 57 kB 00:00 2023-12-20T09:52:17.603 INFO:teuthology.orchestra.run.smithi190.stdout:(1/19): criu-3.15-1.module+el8.7.0+16533+44634e 5.7 MB/s | 511 kB 00:00 2023-12-20T09:52:17.620 INFO:teuthology.orchestra.run.smithi190.stdout:(2/19): conmon-2.0.26-3.module+el8.7.0+16533+44 490 kB/s | 51 kB 00:00 2023-12-20T09:52:17.639 INFO:teuthology.orchestra.run.smithi163.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 510 kB/s | 51 kB 00:00 2023-12-20T09:52:17.645 INFO:teuthology.orchestra.run.smithi190.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.7 MB/s | 72 kB 00:00 2023-12-20T09:52:17.662 INFO:teuthology.orchestra.run.smithi190.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.6 MB/s | 69 kB 00:00 2023-12-20T09:52:17.672 INFO:teuthology.orchestra.run.smithi163.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 3.7 MB/s | 511 kB 00:00 2023-12-20T09:52:17.687 INFO:teuthology.orchestra.run.smithi190.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 2.2 MB/s | 57 kB 00:00 2023-12-20T09:52:17.706 INFO:teuthology.orchestra.run.smithi163.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.0 MB/s | 72 kB 00:00 2023-12-20T09:52:17.718 INFO:teuthology.orchestra.run.smithi113.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 18 MB/s | 2.9 MB 00:00 2023-12-20T09:52:17.731 INFO:teuthology.orchestra.run.smithi163.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.1 MB/s | 69 kB 00:00 2023-12-20T09:52:17.773 INFO:teuthology.orchestra.run.smithi163.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 1.3 MB/s | 57 kB 00:00 2023-12-20T09:52:17.804 INFO:teuthology.orchestra.run.smithi190.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 25 MB/s | 2.9 MB 00:00 2023-12-20T09:52:17.838 INFO:teuthology.orchestra.run.smithi190.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 1.6 MB/s | 55 kB 00:00 2023-12-20T09:52:17.843 INFO:teuthology.orchestra.run.smithi113.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 29 MB/s | 11 MB 00:00 2023-12-20T09:52:17.868 INFO:teuthology.orchestra.run.smithi113.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 365 kB/s | 55 kB 00:00 2023-12-20T09:52:17.891 INFO:teuthology.orchestra.run.smithi163.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 25 MB/s | 2.9 MB 00:00 2023-12-20T09:52:17.894 INFO:teuthology.orchestra.run.smithi113.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 1.8 MB/s | 91 kB 00:00 2023-12-20T09:52:17.896 INFO:teuthology.orchestra.run.smithi190.stdout:(8/19): containers-common-1.2.4-2.module+el8.7. 1.5 MB/s | 91 kB 00:00 2023-12-20T09:52:17.936 INFO:teuthology.orchestra.run.smithi113.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 4.7 MB/s | 323 kB 00:00 2023-12-20T09:52:17.958 INFO:teuthology.orchestra.run.smithi163.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 827 kB/s | 55 kB 00:00 2023-12-20T09:52:17.961 INFO:teuthology.orchestra.run.smithi113.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 764 kB/s | 51 kB 00:00 2023-12-20T09:52:17.999 INFO:teuthology.orchestra.run.smithi163.stdout:(8/19): containers-common-1.2.4-2.module+el8.7. 2.1 MB/s | 91 kB 00:00 2023-12-20T09:52:18.011 INFO:teuthology.orchestra.run.smithi113.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 14 MB/s | 1.1 MB 00:00 2023-12-20T09:52:18.013 INFO:teuthology.orchestra.run.smithi190.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 29 MB/s | 11 MB 00:00 2023-12-20T09:52:18.028 INFO:teuthology.orchestra.run.smithi113.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.7 MB/s | 185 kB 00:00 2023-12-20T09:52:18.047 INFO:teuthology.orchestra.run.smithi190.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 2.1 MB/s | 323 kB 00:00 2023-12-20T09:52:18.050 INFO:teuthology.orchestra.run.smithi163.stdout:(9/19): podman-catatonit-3.0.1-15.module+el8.7. 6.3 MB/s | 323 kB 00:00 2023-12-20T09:52:18.072 INFO:teuthology.orchestra.run.smithi190.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 878 kB/s | 51 kB 00:00 2023-12-20T09:52:18.114 INFO:teuthology.orchestra.run.smithi190.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 16 MB/s | 1.1 MB 00:00 2023-12-20T09:52:18.139 INFO:teuthology.orchestra.run.smithi190.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.7 MB/s | 185 kB 00:00 2023-12-20T09:52:18.167 INFO:teuthology.orchestra.run.smithi163.stdout:(10/19): podman-3.0.1-15.module+el8.7.0+18021+1 23 MB/s | 11 MB 00:00 2023-12-20T09:52:18.192 INFO:teuthology.orchestra.run.smithi163.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 361 kB/s | 51 kB 00:00 2023-12-20T09:52:18.232 INFO:teuthology.orchestra.run.smithi190.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 24 MB/s | 2.2 MB 00:00 2023-12-20T09:52:18.234 INFO:teuthology.orchestra.run.smithi163.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 16 MB/s | 1.1 MB 00:00 2023-12-20T09:52:18.262 INFO:teuthology.orchestra.run.smithi113.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-20T09:52:18.276 INFO:teuthology.orchestra.run.smithi163.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.2 MB/s | 185 kB 00:00 2023-12-20T09:52:18.282 INFO:teuthology.orchestra.run.smithi190.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.0 MB/s | 51 kB 00:00 2023-12-20T09:52:18.304 INFO:teuthology.orchestra.run.smithi113.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.2 MB/s | 51 kB 00:00 2023-12-20T09:52:18.354 INFO:teuthology.orchestra.run.smithi113.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 6.8 MB/s | 2.2 MB 00:00 2023-12-20T09:52:18.366 INFO:teuthology.orchestra.run.smithi190.stdout:(16/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 25 MB/s | 6.2 MB 00:00 2023-12-20T09:52:18.377 INFO:teuthology.orchestra.run.smithi163.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 22 MB/s | 2.2 MB 00:00 2023-12-20T09:52:18.427 INFO:teuthology.orchestra.run.smithi163.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.0 MB/s | 51 kB 00:00 2023-12-20T09:52:18.454 INFO:teuthology.orchestra.run.smithi113.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 14 MB/s | 6.2 MB 00:00 2023-12-20T09:52:18.471 INFO:teuthology.orchestra.run.smithi113.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2023-12-20T09:52:18.574 INFO:teuthology.orchestra.run.smithi190.stdout:(17/19): containernetworking-plugins-0.9.1-1.mo 18 MB/s | 19 MB 00:01 2023-12-20T09:52:18.580 INFO:teuthology.orchestra.run.smithi113.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 24 MB/s | 6.6 MB 00:00 2023-12-20T09:52:18.580 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:52:18.580 INFO:teuthology.orchestra.run.smithi113.stdout:Total 40 MB/s | 50 MB 00:01 2023-12-20T09:52:18.599 INFO:teuthology.orchestra.run.smithi190.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 175 kB/s | 41 kB 00:00 2023-12-20T09:52:18.661 INFO:teuthology.orchestra.run.smithi163.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 17 MB/s | 19 MB 00:01 2023-12-20T09:52:18.708 INFO:teuthology.orchestra.run.smithi190.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 16 MB/s | 6.6 MB 00:00 2023-12-20T09:52:18.708 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:52:18.708 INFO:teuthology.orchestra.run.smithi190.stdout:Total 42 MB/s | 50 MB 00:01 2023-12-20T09:52:18.736 INFO:teuthology.orchestra.run.smithi163.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 12 MB/s | 6.2 MB 00:00 2023-12-20T09:52:18.761 INFO:teuthology.orchestra.run.smithi163.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-12-20T09:52:18.894 INFO:teuthology.orchestra.run.smithi163.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 14 MB/s | 6.6 MB 00:00 2023-12-20T09:52:18.895 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:52:18.895 INFO:teuthology.orchestra.run.smithi163.stdout:Total 37 MB/s | 50 MB 00:01 2023-12-20T09:52:19.055 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:52:19.099 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:52:19.099 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:52:19.193 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:52:19.238 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:52:19.238 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:52:19.371 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:52:19.415 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:52:19.416 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:52:19.526 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:52:19.535 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:52:19.655 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:52:19.663 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:52:19.837 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:52:19.846 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:52:20.685 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:52:20.700 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-20T09:52:20.745 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:20.852 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:52:20.868 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-20T09:52:20.902 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:20.995 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:21.074 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:52:21.089 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-20T09:52:21.098 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:21.127 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:21.328 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:37.672 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:37.883 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-20T09:52:37.900 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-20T09:52:37.956 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:38.064 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-20T09:52:38.170 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-20T09:52:38.188 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-20T09:52:38.230 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-20T09:52:38.237 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-20T09:52:38.391 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-20T09:52:38.458 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-20T09:52:38.466 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-20T09:52:38.466 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-20T09:52:38.466 INFO:teuthology.orchestra.run.smithi113.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-20T09:52:38.466 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:52:38.475 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-20T09:52:38.568 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-20T09:52:38.675 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-20T09:52:38.811 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-20T09:52:38.812 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-20T09:52:38.812 INFO:teuthology.orchestra.run.smithi190.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-20T09:52:38.812 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:52:38.888 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-20T09:52:39.108 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-20T09:52:39.108 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-20T09:52:39.108 INFO:teuthology.orchestra.run.smithi163.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-20T09:52:39.108 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:52:39.266 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-20T09:52:39.692 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-20T09:52:39.930 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-20T09:52:40.957 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-20T09:52:41.205 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-20T09:52:41.411 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-20T09:52:41.424 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-20T09:52:41.660 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-20T09:52:41.693 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-20T09:52:41.939 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-20T09:52:41.962 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-20T09:52:42.141 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-20T09:52:42.735 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-20T09:52:42.993 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-20T09:52:43.281 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-20T09:52:43.298 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-20T09:52:43.484 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-20T09:52:43.580 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-20T09:52:43.655 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-20T09:52:43.742 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-20T09:52:43.861 INFO:teuthology.orchestra.run.smithi190.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-20T09:52:44.023 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-20T09:52:44.258 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-20T09:52:44.364 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-20T09:52:44.414 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-20T09:52:44.984 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-20T09:52:45.044 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-20T09:52:45.130 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-20T09:52:45.255 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-20T09:52:45.472 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-20T09:52:45.630 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-20T09:52:45.734 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-20T09:52:45.774 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-20T09:52:45.787 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:45.787 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:45.865 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-20T09:52:45.951 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-20T09:52:46.092 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:46.097 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-20T09:52:46.169 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-20T09:52:46.291 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-20T09:52:46.291 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-20T09:52:46.315 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-20T09:52:46.402 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-20T09:52:46.506 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-20T09:52:46.508 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-20T09:52:46.508 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-20T09:52:46.529 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-20T09:52:46.542 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:46.543 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:46.657 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-20T09:52:46.658 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-20T09:52:46.672 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:46.672 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:46.824 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-20T09:52:46.890 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:46.985 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-20T09:52:47.054 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-20T09:52:47.106 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-20T09:52:47.106 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-20T09:52:47.199 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-20T09:52:47.269 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-20T09:52:47.269 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-20T09:52:47.288 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-20T09:52:47.288 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-20T09:52:47.365 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-20T09:52:47.442 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-20T09:52:47.442 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-20T09:52:47.454 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-20T09:52:47.523 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-20T09:52:47.616 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-20T09:52:47.654 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-20T09:52:47.701 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-20T09:52:47.701 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:52:47.783 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-20T09:52:47.820 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-20T09:52:47.906 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:52:47.974 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-20T09:52:48.031 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-20T09:52:48.171 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-20T09:52:48.212 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-20T09:52:48.332 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-20T09:52:48.412 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-20T09:52:48.524 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-20T09:52:48.614 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-20T09:52:48.615 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:52:48.694 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-20T09:52:48.694 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:52:48.811 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:52:48.907 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:53:05.588 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-20T09:53:06.017 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:53:06.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-20T09:53:06.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-20T09:53:06.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-20T09:53:06.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-20T09:53:06.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-20T09:53:06.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-20T09:53:06.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-20T09:53:06.020 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-20T09:53:06.020 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-20T09:53:06.339 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-20T09:53:06.407 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-20T09:53:06.792 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:53:06.792 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-20T09:53:06.792 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-20T09:53:06.792 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-20T09:53:06.792 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-20T09:53:06.793 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-20T09:53:06.794 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-20T09:53:06.844 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-20T09:53:06.844 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-20T09:53:06.845 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-20T09:53:06.846 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-20T09:53:10.978 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-20T09:53:10.978 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout:Downgraded: 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.501 INFO:teuthology.orchestra.run.smithi113.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-20T09:53:11.502 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:53:11.503 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:53:11.703 DEBUG:teuthology.parallel:result is None 2023-12-20T09:53:11.888 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-20T09:53:11.888 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:53:12.082 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-20T09:53:12.083 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout:Downgraded: 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-20T09:53:12.418 INFO:teuthology.orchestra.run.smithi190.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:53:12.419 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout:Downgraded: 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.605 INFO:teuthology.orchestra.run.smithi163.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:53:12.606 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:53:12.649 DEBUG:teuthology.parallel:result is None 2023-12-20T09:53:12.810 DEBUG:teuthology.parallel:result is None 2023-12-20T09:53:12.810 INFO:teuthology.run_tasks:Running task install... 2023-12-20T09:53:12.820 DEBUG:teuthology.task.install:project ceph 2023-12-20T09:53:12.821 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '86cc4aec42581926507b9749381d531f24687367'}} 2023-12-20T09:53:12.821 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '86cc4aec42581926507b9749381d531f24687367'} 2023-12-20T09:53:12.821 INFO:teuthology.task.install:Using flavor: default 2023-12-20T09:53:12.831 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-12-20T09:53:12.832 INFO:teuthology.task.install:extra packages: [] 2023-12-20T09:53:12.832 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': '86cc4aec42581926507b9749381d531f24687367', 'tag': None, 'wait_for_package': False} 2023-12-20T09:53:12.833 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:53:12.836 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': '86cc4aec42581926507b9749381d531f24687367', 'tag': None, 'wait_for_package': False} 2023-12-20T09:53:12.837 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:53:12.838 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': '86cc4aec42581926507b9749381d531f24687367', 'tag': None, 'wait_for_package': False} 2023-12-20T09:53:12.839 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:53:12.982 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/ 2023-12-20T09:53:12.982 INFO:teuthology.task.install.rpm:Package version is 19.0.0-36.g86cc4aec 2023-12-20T09:53:12.988 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/ 2023-12-20T09:53:12.988 INFO:teuthology.task.install.rpm:Package version is 19.0.0-36.g86cc4aec 2023-12-20T09:53:13.059 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/ 2023-12-20T09:53:13.059 INFO:teuthology.task.install.rpm:Package version is 19.0.0-36.g86cc4aec 2023-12-20T09:53:13.356 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-20T09:53:13.356 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T09:53:13.356 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-20T09:53:13.363 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-20T09:53:13.363 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T09:53:13.363 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-20T09:53:13.385 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-12-20T09:53:13.385 DEBUG:teuthology.orchestra.run.smithi163:> 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/86cc4aec42581926507b9749381d531f24687367/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-20T09:53:13.393 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-12-20T09:53:13.393 DEBUG:teuthology.orchestra.run.smithi190:> 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/86cc4aec42581926507b9749381d531f24687367/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-20T09:53:13.433 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-20T09:53:13.433 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T09:53:13.433 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-20T09:53:13.454 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T09:53:13.462 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T09:53:13.467 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-12-20T09:53:13.467 DEBUG:teuthology.orchestra.run.smithi113:> 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/86cc4aec42581926507b9749381d531f24687367/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-20T09:53:13.532 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T09:53:13.540 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T09:53:13.541 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T09:53:13.599 INFO:teuthology.orchestra.run.smithi163.stdout:check_obsoletes = 1 2023-12-20T09:53:13.600 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum clean all 2023-12-20T09:53:13.608 INFO:teuthology.orchestra.run.smithi190.stdout:check_obsoletes = 1 2023-12-20T09:53:13.610 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum clean all 2023-12-20T09:53:13.621 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T09:53:13.689 INFO:teuthology.orchestra.run.smithi113.stdout:check_obsoletes = 1 2023-12-20T09:53:13.690 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum clean all 2023-12-20T09:53:13.977 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:53:13.985 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:53:14.068 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:53:14.446 INFO:teuthology.orchestra.run.smithi190.stdout:52 files removed 2023-12-20T09:53:14.481 INFO:teuthology.orchestra.run.smithi163.stdout:52 files removed 2023-12-20T09:53:14.494 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-radosgw 2023-12-20T09:53:14.528 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-radosgw 2023-12-20T09:53:14.540 INFO:teuthology.orchestra.run.smithi113.stdout:52 files removed 2023-12-20T09:53:14.586 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-radosgw 2023-12-20T09:53:14.831 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:53:14.866 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:53:14.923 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:53:16.299 INFO:teuthology.orchestra.run.smithi190.stdout:ceph packages for x86_64 89 kB/s | 81 kB 00:00 2023-12-20T09:53:16.371 INFO:teuthology.orchestra.run.smithi113.stdout:ceph packages for x86_64 92 kB/s | 81 kB 00:00 2023-12-20T09:53:16.440 INFO:teuthology.orchestra.run.smithi163.stdout:ceph packages for x86_64 81 kB/s | 81 kB 00:01 2023-12-20T09:53:17.097 INFO:teuthology.orchestra.run.smithi113.stdout:ceph noarch packages 14 kB/s | 9.5 kB 00:00 2023-12-20T09:53:17.133 INFO:teuthology.orchestra.run.smithi190.stdout:ceph noarch packages 12 kB/s | 9.5 kB 00:00 2023-12-20T09:53:17.197 INFO:teuthology.orchestra.run.smithi163.stdout:ceph noarch packages 13 kB/s | 9.5 kB 00:00 2023-12-20T09:53:17.839 INFO:teuthology.orchestra.run.smithi113.stdout:ceph source packages 2.1 kB/s | 1.5 kB 00:00 2023-12-20T09:53:17.872 INFO:teuthology.orchestra.run.smithi163.stdout:ceph source packages 2.3 kB/s | 1.5 kB 00:00 2023-12-20T09:53:17.891 INFO:teuthology.orchestra.run.smithi190.stdout:ceph source packages 2.0 kB/s | 1.5 kB 00:00 2023-12-20T09:53:18.040 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-20T09:53:18.056 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-20T09:53:18.075 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-20T09:53:19.766 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-12-20T09:53:22.218 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 3.8 MB/s | 16 MB 00:04 2023-12-20T09:53:23.366 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 256 kB/s | 24 kB 00:00 2023-12-20T09:53:23.745 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 2.8 MB/s | 16 MB 00:05 2023-12-20T09:53:24.700 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 51 MB/s | 64 MB 00:01 2023-12-20T09:53:25.799 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 354 kB/s | 24 kB 00:00 2023-12-20T09:53:26.884 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 64 MB 00:01 2023-12-20T09:53:27.285 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 383 kB/s | 24 kB 00:00 2023-12-20T09:53:28.295 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 62 MB/s | 58 MB 00:00 2023-12-20T09:53:34.142 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 25 MB/s | 8.8 MB 00:00 2023-12-20T09:53:36.818 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 58 MB 00:00 2023-12-20T09:53:37.026 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 58 MB 00:00 2023-12-20T09:53:38.887 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 64 MB 00:01 2023-12-20T09:53:47.152 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 25 MB/s | 8.8 MB 00:00 2023-12-20T09:53:48.904 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 25 MB/s | 8.8 MB 00:00 2023-12-20T09:53:51.881 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================== 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================== 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 14 M 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrading: 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: librados2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.8 M 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.7 M 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 5.4 M 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 23 M 2023-12-20T09:53:51.884 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 24 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 839 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq x86_64 0.9.0-4.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 517 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.9 M 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-20T09:53:51.885 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 45 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 128 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 197 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 372 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 365 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 107 k 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================== 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout:Install 21 Packages 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrade 2 Packages 2023-12-20T09:53:51.886 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:53:51.887 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 62 M 2023-12-20T09:53:51.887 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:53:52.800 INFO:teuthology.orchestra.run.smithi113.stdout:(1/23): ceph-radosgw-19.0.0-36.g86cc4aec.el8.x8 16 MB/s | 14 MB 00:00 2023-12-20T09:53:52.859 INFO:teuthology.orchestra.run.smithi113.stdout:(2/23): ceph-selinux-19.0.0-36.g86cc4aec.el8.x8 418 kB/s | 24 kB 00:00 2023-12-20T09:53:53.009 INFO:teuthology.orchestra.run.smithi113.stdout:(3/23): libcephfs2-19.0.0-36.g86cc4aec.el8.x86_ 5.5 MB/s | 839 kB 00:00 2023-12-20T09:53:53.093 INFO:teuthology.orchestra.run.smithi113.stdout:(4/23): libradosstriper1-19.0.0-36.g86cc4aec.el 6.1 MB/s | 517 kB 00:00 2023-12-20T09:53:54.273 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:53:54.274 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-20T09:53:54.274 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:53:54.274 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-20T09:53:54.274 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:53:54.274 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 14 M 2023-12-20T09:53:54.275 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrading: 2023-12-20T09:53:54.275 INFO:teuthology.orchestra.run.smithi163.stdout: librados2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.8 M 2023-12-20T09:53:54.275 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.7 M 2023-12-20T09:53:54.275 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:53:54.275 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 5.4 M 2023-12-20T09:53:54.275 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 23 M 2023-12-20T09:53:54.276 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 24 k 2023-12-20T09:53:54.276 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-20T09:53:54.276 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 839 k 2023-12-20T09:53:54.276 INFO:teuthology.orchestra.run.smithi163.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-20T09:53:54.276 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq x86_64 0.9.0-4.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 517 k 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.9 M 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 45 k 2023-12-20T09:53:54.277 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 128 k 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 197 k 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 372 k 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 365 k 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 107 k 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:53:54.278 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:53:54.279 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-20T09:53:54.279 INFO:teuthology.orchestra.run.smithi163.stdout:Install 21 Packages 2023-12-20T09:53:54.279 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrade 2 Packages 2023-12-20T09:53:54.279 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:53:54.279 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 62 M 2023-12-20T09:53:54.280 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:53:54.576 INFO:teuthology.orchestra.run.smithi113.stdout:(5/23): librgw2-19.0.0-36.g86cc4aec.el8.x86_64. 4.7 MB/s | 6.9 MB 00:01 2023-12-20T09:53:54.651 INFO:teuthology.orchestra.run.smithi113.stdout:(6/23): python3-ceph-argparse-19.0.0-36.g86cc4a 598 kB/s | 45 kB 00:00 2023-12-20T09:53:54.727 INFO:teuthology.orchestra.run.smithi113.stdout:(7/23): python3-ceph-common-19.0.0-36.g86cc4aec 1.7 MB/s | 128 kB 00:00 2023-12-20T09:53:54.794 INFO:teuthology.orchestra.run.smithi113.stdout:(8/23): python3-cephfs-19.0.0-36.g86cc4aec.el8. 2.9 MB/s | 197 kB 00:00 2023-12-20T09:53:54.852 INFO:teuthology.orchestra.run.smithi113.stdout:(9/23): python3-rados-19.0.0-36.g86cc4aec.el8.x 6.3 MB/s | 372 kB 00:00 2023-12-20T09:53:55.187 INFO:teuthology.orchestra.run.smithi113.stdout:(10/23): ceph-base-19.0.0-36.g86cc4aec.el8.x86_ 1.6 MB/s | 5.4 MB 00:03 2023-12-20T09:53:55.270 INFO:teuthology.orchestra.run.smithi113.stdout:(11/23): python3-rbd-19.0.0-36.g86cc4aec.el8.x8 874 kB/s | 365 kB 00:00 2023-12-20T09:53:55.297 INFO:teuthology.orchestra.run.smithi113.stdout:(12/23): python3-rgw-19.0.0-36.g86cc4aec.el8.x8 994 kB/s | 107 kB 00:00 2023-12-20T09:53:55.721 INFO:teuthology.orchestra.run.smithi113.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 138 kB/s | 59 kB 00:00 2023-12-20T09:53:55.874 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:53:55.877 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================================== 2023-12-20T09:53:55.877 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:53:55.877 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================================== 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-radosgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 14 M 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrading: 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: librados2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.8 M 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: librbd1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.7 M 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 5.4 M 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 23 M 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-selinux x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 24 k 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 839 k 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: librabbitmq x86_64 0.9.0-4.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-20T09:53:55.878 INFO:teuthology.orchestra.run.smithi190.stdout: libradosstriper1 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 517 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: librgw2 x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.9 M 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 45 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 128 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cephfs x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 197 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rados x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 372 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 365 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rgw x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 107 k 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:53:55.879 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:53:55.880 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================================== 2023-12-20T09:53:55.880 INFO:teuthology.orchestra.run.smithi190.stdout:Install 21 Packages 2023-12-20T09:53:55.880 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrade 2 Packages 2023-12-20T09:53:55.880 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:53:55.880 INFO:teuthology.orchestra.run.smithi113.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 475 kB/s | 75 kB 00:00 2023-12-20T09:53:55.881 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 62 M 2023-12-20T09:53:55.881 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:53:55.913 INFO:teuthology.orchestra.run.smithi113.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 477 kB/s | 306 kB 00:00 2023-12-20T09:53:55.980 INFO:teuthology.orchestra.run.smithi113.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 705 kB/s | 47 kB 00:00 2023-12-20T09:53:56.006 INFO:teuthology.orchestra.run.smithi163.stdout:(1/23): ceph-base-19.0.0-36.g86cc4aec.el8.x86_6 3.4 MB/s | 5.4 MB 00:01 2023-12-20T09:53:56.030 INFO:teuthology.orchestra.run.smithi113.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 880 kB/s | 44 kB 00:00 2023-12-20T09:53:56.078 INFO:teuthology.orchestra.run.smithi163.stdout:(2/23): ceph-selinux-19.0.0-36.g86cc4aec.el8.x8 340 kB/s | 24 kB 00:00 2023-12-20T09:53:56.220 INFO:teuthology.orchestra.run.smithi163.stdout:(3/23): libcephfs2-19.0.0-36.g86cc4aec.el8.x86_ 5.8 MB/s | 839 kB 00:00 2023-12-20T09:53:56.247 INFO:teuthology.orchestra.run.smithi113.stdout:(18/23): ceph-common-19.0.0-36.g86cc4aec.el8.x8 5.2 MB/s | 23 MB 00:04 2023-12-20T09:53:56.281 INFO:teuthology.orchestra.run.smithi113.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.0 MB/s | 259 kB 00:00 2023-12-20T09:53:56.362 INFO:teuthology.orchestra.run.smithi113.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.0 MB/s | 354 kB 00:00 2023-12-20T09:53:56.397 INFO:teuthology.orchestra.run.smithi163.stdout:(4/23): libradosstriper1-19.0.0-36.g86cc4aec.el 2.9 MB/s | 517 kB 00:00 2023-12-20T09:53:56.498 INFO:teuthology.orchestra.run.smithi113.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 2.8 MB/s | 1.7 MB 00:00 2023-12-20T09:53:57.014 INFO:teuthology.orchestra.run.smithi113.stdout:(22/23): librbd1-19.0.0-36.g86cc4aec.el8.x86_64 5.7 MB/s | 3.7 MB 00:00 2023-12-20T09:53:57.429 INFO:teuthology.orchestra.run.smithi163.stdout:(5/23): librgw2-19.0.0-36.g86cc4aec.el8.x86_64. 6.7 MB/s | 6.9 MB 00:01 2023-12-20T09:53:57.504 INFO:teuthology.orchestra.run.smithi163.stdout:(6/23): python3-ceph-argparse-19.0.0-36.g86cc4a 598 kB/s | 45 kB 00:00 2023-12-20T09:53:57.587 INFO:teuthology.orchestra.run.smithi163.stdout:(7/23): python3-ceph-common-19.0.0-36.g86cc4aec 1.5 MB/s | 128 kB 00:00 2023-12-20T09:53:57.648 INFO:teuthology.orchestra.run.smithi113.stdout:(23/23): librados2-19.0.0-36.g86cc4aec.el8.x86_ 2.8 MB/s | 3.8 MB 00:01 2023-12-20T09:53:57.652 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:53:57.652 INFO:teuthology.orchestra.run.smithi113.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-20T09:53:57.654 INFO:teuthology.orchestra.run.smithi163.stdout:(8/23): python3-cephfs-19.0.0-36.g86cc4aec.el8. 2.9 MB/s | 197 kB 00:00 2023-12-20T09:53:57.699 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:53:57.738 INFO:teuthology.orchestra.run.smithi163.stdout:(9/23): python3-rados-19.0.0-36.g86cc4aec.el8.x 4.4 MB/s | 372 kB 00:00 2023-12-20T09:53:57.744 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:53:57.745 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:53:57.830 INFO:teuthology.orchestra.run.smithi163.stdout:(10/23): python3-rbd-19.0.0-36.g86cc4aec.el8.x8 3.9 MB/s | 365 kB 00:00 2023-12-20T09:53:57.905 INFO:teuthology.orchestra.run.smithi163.stdout:(11/23): python3-rgw-19.0.0-36.g86cc4aec.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-20T09:53:58.086 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:53:58.094 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:53:58.123 INFO:teuthology.orchestra.run.smithi163.stdout:(12/23): ceph-radosgw-19.0.0-36.g86cc4aec.el8.x 3.8 MB/s | 14 MB 00:03 2023-12-20T09:53:58.194 INFO:teuthology.orchestra.run.smithi163.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.0 MB/s | 306 kB 00:00 2023-12-20T09:53:58.215 INFO:teuthology.orchestra.run.smithi163.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 642 kB/s | 59 kB 00:00 2023-12-20T09:53:58.240 INFO:teuthology.orchestra.run.smithi163.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.6 MB/s | 75 kB 00:00 2023-12-20T09:53:58.299 INFO:teuthology.orchestra.run.smithi163.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 811 kB/s | 47 kB 00:00 2023-12-20T09:53:58.312 INFO:teuthology.orchestra.run.smithi190.stdout:(1/23): ceph-base-19.0.0-36.g86cc4aec.el8.x86_6 2.6 MB/s | 5.4 MB 00:02 2023-12-20T09:53:58.341 INFO:teuthology.orchestra.run.smithi163.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-20T09:53:58.374 INFO:teuthology.orchestra.run.smithi163.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 7.6 MB/s | 259 kB 00:00 2023-12-20T09:53:58.379 INFO:teuthology.orchestra.run.smithi190.stdout:(2/23): ceph-selinux-19.0.0-36.g86cc4aec.el8.x8 366 kB/s | 24 kB 00:00 2023-12-20T09:53:58.416 INFO:teuthology.orchestra.run.smithi163.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 8.6 MB/s | 1.7 MB 00:00 2023-12-20T09:53:58.450 INFO:teuthology.orchestra.run.smithi163.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-20T09:53:58.630 INFO:teuthology.orchestra.run.smithi190.stdout:(3/23): libcephfs2-19.0.0-36.g86cc4aec.el8.x86_ 3.3 MB/s | 839 kB 00:00 2023-12-20T09:53:58.864 INFO:teuthology.orchestra.run.smithi190.stdout:(4/23): libradosstriper1-19.0.0-36.g86cc4aec.el 2.2 MB/s | 517 kB 00:00 2023-12-20T09:53:59.025 INFO:teuthology.orchestra.run.smithi163.stdout:(21/23): ceph-common-19.0.0-36.g86cc4aec.el8.x8 4.9 MB/s | 23 MB 00:04 2023-12-20T09:53:59.084 INFO:teuthology.orchestra.run.smithi163.stdout:(22/23): librados2-19.0.0-36.g86cc4aec.el8.x86_ 5.6 MB/s | 3.8 MB 00:00 2023-12-20T09:53:59.328 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:53:59.476 INFO:teuthology.orchestra.run.smithi163.stdout:(23/23): librbd1-19.0.0-36.g86cc4aec.el8.x86_64 3.6 MB/s | 3.7 MB 00:01 2023-12-20T09:53:59.478 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:53:59.478 INFO:teuthology.orchestra.run.smithi163.stdout:Total 12 MB/s | 62 MB 00:05 2023-12-20T09:53:59.526 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:53:59.531 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-20T09:53:59.572 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:53:59.573 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:53:59.715 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-20T09:53:59.913 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:53:59.921 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:54:00.126 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-20T09:54:00.298 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:00.397 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:00.654 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T09:54:00.747 INFO:teuthology.orchestra.run.smithi190.stdout:(5/23): ceph-radosgw-19.0.0-36.g86cc4aec.el8.x8 3.1 MB/s | 14 MB 00:04 2023-12-20T09:54:00.859 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-20T09:54:00.864 INFO:teuthology.orchestra.run.smithi190.stdout:(6/23): librgw2-19.0.0-36.g86cc4aec.el8.x86_64. 3.5 MB/s | 6.9 MB 00:01 2023-12-20T09:54:00.889 INFO:teuthology.orchestra.run.smithi190.stdout:(7/23): python3-ceph-argparse-19.0.0-36.g86cc4a 315 kB/s | 45 kB 00:00 2023-12-20T09:54:00.923 INFO:teuthology.orchestra.run.smithi190.stdout:(8/23): python3-ceph-common-19.0.0-36.g86cc4aec 2.1 MB/s | 128 kB 00:00 2023-12-20T09:54:00.948 INFO:teuthology.orchestra.run.smithi190.stdout:(9/23): python3-cephfs-19.0.0-36.g86cc4aec.el8. 3.3 MB/s | 197 kB 00:00 2023-12-20T09:54:01.040 INFO:teuthology.orchestra.run.smithi190.stdout:(10/23): python3-rados-19.0.0-36.g86cc4aec.el8. 3.1 MB/s | 372 kB 00:00 2023-12-20T09:54:01.065 INFO:teuthology.orchestra.run.smithi190.stdout:(11/23): python3-rbd-19.0.0-36.g86cc4aec.el8.x8 3.1 MB/s | 365 kB 00:00 2023-12-20T09:54:01.079 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:01.099 INFO:teuthology.orchestra.run.smithi190.stdout:(12/23): python3-rgw-19.0.0-36.g86cc4aec.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-20T09:54:01.219 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:54:01.274 INFO:teuthology.orchestra.run.smithi190.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 336 kB/s | 59 kB 00:00 2023-12-20T09:54:01.320 INFO:teuthology.orchestra.run.smithi190.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-12-20T09:54:01.367 INFO:teuthology.orchestra.run.smithi190.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 817 kB/s | 75 kB 00:00 2023-12-20T09:54:01.425 INFO:teuthology.orchestra.run.smithi190.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 759 kB/s | 44 kB 00:00 2023-12-20T09:54:01.445 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-20T09:54:01.467 INFO:teuthology.orchestra.run.smithi190.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-20T09:54:01.484 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:01.509 INFO:teuthology.orchestra.run.smithi190.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 9.2 MB/s | 1.7 MB 00:00 2023-12-20T09:54:01.543 INFO:teuthology.orchestra.run.smithi190.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-20T09:54:01.585 INFO:teuthology.orchestra.run.smithi190.stdout:(20/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 624 kB/s | 47 kB 00:00 2023-12-20T09:54:01.602 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-20T09:54:01.706 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:01.796 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:01.956 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-20T09:54:02.011 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-20T09:54:02.020 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-20T09:54:02.244 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:02.318 INFO:teuthology.orchestra.run.smithi190.stdout:(21/23): librbd1-19.0.0-36.g86cc4aec.el8.x86_64 5.1 MB/s | 3.7 MB 00:00 2023-12-20T09:54:02.343 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:02.385 INFO:teuthology.orchestra.run.smithi190.stdout:(22/23): librados2-19.0.0-36.g86cc4aec.el8.x86_ 4.5 MB/s | 3.8 MB 00:00 2023-12-20T09:54:02.524 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T09:54:02.627 INFO:teuthology.orchestra.run.smithi190.stdout:(23/23): ceph-common-19.0.0-36.g86cc4aec.el8.x8 3.5 MB/s | 23 MB 00:06 2023-12-20T09:54:02.630 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:54:02.630 INFO:teuthology.orchestra.run.smithi190.stdout:Total 9.1 MB/s | 62 MB 00:06 2023-12-20T09:54:02.676 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:54:02.722 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:54:02.722 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:54:02.779 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-20T09:54:02.814 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 9/25 2023-12-20T09:54:02.972 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:02.973 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:03.040 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:03.060 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:54:03.068 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:54:03.166 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 11/25 2023-12-20T09:54:03.378 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T09:54:03.390 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:03.552 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:03.574 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T09:54:03.675 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:03.819 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-20T09:54:03.826 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 14/25 2023-12-20T09:54:03.919 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-20T09:54:03.997 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T09:54:04.054 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T09:54:04.206 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-20T09:54:04.350 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:54:04.414 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-20T09:54:04.599 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-20T09:54:04.674 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-20T09:54:04.689 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 9/25 2023-12-20T09:54:04.799 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-20T09:54:04.823 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 19/25 2023-12-20T09:54:04.877 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:04.945 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:05.063 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 11/25 2023-12-20T09:54:05.211 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-20T09:54:05.258 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T09:54:05.449 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:05.453 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T09:54:05.544 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:05.697 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 14/25 2023-12-20T09:54:05.729 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T09:54:05.851 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T09:54:05.933 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T09:54:05.951 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-20T09:54:06.069 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-20T09:54:06.310 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-20T09:54:06.525 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:06.586 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-20T09:54:06.719 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 19/25 2023-12-20T09:54:06.933 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:07.140 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:07.190 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:07.421 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-20T09:54:07.590 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-20T09:54:08.300 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-20T09:54:08.465 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:08.528 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:08.684 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 11/25 2023-12-20T09:54:08.916 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T09:54:08.995 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:09.100 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T09:54:09.238 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:09.318 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 14/25 2023-12-20T09:54:09.465 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T09:54:09.566 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 15/25 2023-12-20T09:54:09.706 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-20T09:54:09.813 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:09.939 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-20T09:54:10.080 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T09:54:10.169 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T09:54:10.251 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-20T09:54:10.346 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:10.414 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 19/25 2023-12-20T09:54:10.697 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:10.943 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:11.519 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:11.829 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T09:54:11.909 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T09:54:12.067 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:14.496 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:14.731 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:15.306 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 20/25 2023-12-20T09:54:15.592 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T09:54:15.665 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 21/25 2023-12-20T09:54:15.855 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:29.241 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /sys 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /proc 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /dev 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /run 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /mnt 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /var/tmp 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /home 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /tmp 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /dev 2023-12-20T09:54:29.242 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:30.626 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T09:54:30.647 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T09:54:30.648 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T09:54:30.861 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T09:54:30.861 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:31.022 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:31.022 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /sys 2023-12-20T09:54:31.022 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /proc 2023-12-20T09:54:31.022 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-20T09:54:31.022 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /run 2023-12-20T09:54:31.023 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /mnt 2023-12-20T09:54:31.023 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /var/tmp 2023-12-20T09:54:31.023 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /home 2023-12-20T09:54:31.023 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /tmp 2023-12-20T09:54:31.023 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-20T09:54:31.023 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:31.535 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:31.535 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 1/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 8/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 9/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 11/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-20T09:54:31.536 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 18/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-20T09:54:31.537 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 24/25 2023-12-20T09:54:32.475 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T09:54:32.497 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T09:54:32.497 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T09:54:32.741 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T09:54:32.741 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 1/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 8/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 9/25 2023-12-20T09:54:33.416 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 11/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 18/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-20T09:54:33.417 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 24/25 2023-12-20T09:54:34.501 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:34.501 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /sys 2023-12-20T09:54:34.501 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /proc 2023-12-20T09:54:34.501 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /dev 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /run 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /mnt 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /var/tmp 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /home 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /tmp 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /dev 2023-12-20T09:54:34.502 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:54:35.914 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T09:54:35.935 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 23/25 2023-12-20T09:54:35.935 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T09:54:36.163 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-20T09:54:36.163 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:36.306 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:36.306 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout:Upgraded: 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.843 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.844 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:36.845 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:54:36.851 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 1/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 3/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 4/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 5/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 6/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 7/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x8 8/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_ 9/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 10/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 11/25 2023-12-20T09:54:36.852 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 12/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 13/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 21/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 22/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-20T09:54:36.853 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 24/25 2023-12-20T09:54:37.047 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-test 2023-12-20T09:54:37.399 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:54:38.194 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 116 kB/s | 4.1 kB 00:00 2023-12-20T09:54:38.461 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 129 kB/s | 4.5 kB 00:00 2023-12-20T09:54:38.461 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:38.461 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout:Upgraded: 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.003 INFO:teuthology.orchestra.run.smithi163.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:39.004 INFO:teuthology.orchestra.run.smithi163.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-20T09:54:39.005 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:39.005 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:54:39.230 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-test 2023-12-20T09:54:39.584 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:54:40.440 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 108 kB/s | 4.1 kB 00:00 2023-12-20T09:54:40.698 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 120 kB/s | 4.5 kB 00:00 2023-12-20T09:54:40.866 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:54:40.867 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================== 2023-12-20T09:54:40.867 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:54:40.867 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================== 2023-12-20T09:54:40.867 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:54:40.867 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 49 M 2023-12-20T09:54:40.867 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 183 k 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================== 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout:Install 6 Packages 2023-12-20T09:54:40.868 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:40.869 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 50 M 2023-12-20T09:54:40.869 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 223 M 2023-12-20T09:54:40.869 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:54:40.900 INFO:teuthology.orchestra.run.smithi113.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-20T09:54:40.992 INFO:teuthology.orchestra.run.smithi113.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.0 MB/s | 187 kB 00:00 2023-12-20T09:54:41.059 INFO:teuthology.orchestra.run.smithi113.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-20T09:54:41.118 INFO:teuthology.orchestra.run.smithi113.stdout:(4/6): jq-1.6-7.el8.x86_64.rpm 3.4 MB/s | 202 kB 00:00 2023-12-20T09:54:41.468 INFO:teuthology.orchestra.run.smithi113.stdout:(5/6): libcephsqlite-19.0.0-36.g86cc4aec.el8.x8 305 kB/s | 183 kB 00:00 2023-12-20T09:54:41.980 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-20T09:54:41.980 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:54:42.542 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:54:42.542 INFO:teuthology.orchestra.run.smithi190.stdout:Upgraded: 2023-12-20T09:54:42.542 INFO:teuthology.orchestra.run.smithi190.stdout: librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.542 INFO:teuthology.orchestra.run.smithi190.stdout: librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.542 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-radosgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-selinux-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: libradosstriper1-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: librgw2-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-20T09:54:42.543 INFO:teuthology.orchestra.run.smithi190.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:54:42.544 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:54:42.750 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-test 2023-12-20T09:54:43.099 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:54:43.268 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:54:43.269 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-20T09:54:43.269 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 49 M 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 183 k 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:54:43.270 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-20T09:54:43.271 INFO:teuthology.orchestra.run.smithi163.stdout:Install 6 Packages 2023-12-20T09:54:43.271 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:43.271 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 50 M 2023-12-20T09:54:43.271 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 223 M 2023-12-20T09:54:43.271 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:54:43.310 INFO:teuthology.orchestra.run.smithi163.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-20T09:54:43.377 INFO:teuthology.orchestra.run.smithi163.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-12-20T09:54:43.502 INFO:teuthology.orchestra.run.smithi163.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.5 MB/s | 323 kB 00:00 2023-12-20T09:54:43.552 INFO:teuthology.orchestra.run.smithi163.stdout:(4/6): jq-1.6-7.el8.x86_64.rpm 4.0 MB/s | 202 kB 00:00 2023-12-20T09:54:43.694 INFO:teuthology.orchestra.run.smithi163.stdout:(5/6): libcephsqlite-19.0.0-36.g86cc4aec.el8.x8 432 kB/s | 183 kB 00:00 2023-12-20T09:54:44.107 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2023-12-20T09:54:44.201 INFO:teuthology.orchestra.run.smithi113.stdout:(6/6): ceph-test-19.0.0-36.g86cc4aec.el8.x86_64 15 MB/s | 49 MB 00:03 2023-12-20T09:54:44.203 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:54:44.203 INFO:teuthology.orchestra.run.smithi113.stdout:Total 15 MB/s | 50 MB 00:03 2023-12-20T09:54:44.243 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:54:44.264 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:54:44.264 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:54:44.541 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:54:44.550 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:54:44.770 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-20T09:54:45.049 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:54:45.207 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 1/6 2023-12-20T09:54:45.380 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-20T09:54:45.464 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-20T09:54:45.655 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : jq-1.6-7.el8.x86_64 3/6 2023-12-20T09:54:45.861 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-20T09:54:45.996 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T09:54:46.803 INFO:teuthology.orchestra.run.smithi163.stdout:(6/6): ceph-test-19.0.0-36.g86cc4aec.el8.x86_64 14 MB/s | 49 MB 00:03 2023-12-20T09:54:46.805 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:54:46.805 INFO:teuthology.orchestra.run.smithi163.stdout:Total 14 MB/s | 50 MB 00:03 2023-12-20T09:54:46.844 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:54:46.866 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:54:46.866 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:54:46.970 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:54:46.971 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================== 2023-12-20T09:54:46.971 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================== 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-test x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 49 M 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: libcephsqlite x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 183 k 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================== 2023-12-20T09:54:46.972 INFO:teuthology.orchestra.run.smithi190.stdout:Install 6 Packages 2023-12-20T09:54:46.973 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:54:46.973 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 50 M 2023-12-20T09:54:46.973 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 223 M 2023-12-20T09:54:46.973 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:54:47.006 INFO:teuthology.orchestra.run.smithi190.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-12-20T09:54:47.146 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:54:47.155 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:54:47.173 INFO:teuthology.orchestra.run.smithi190.stdout:(2/6): libcephsqlite-19.0.0-36.g86cc4aec.el8.x8 916 kB/s | 183 kB 00:00 2023-12-20T09:54:47.232 INFO:teuthology.orchestra.run.smithi190.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 865 kB/s | 187 kB 00:00 2023-12-20T09:54:47.324 INFO:teuthology.orchestra.run.smithi190.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.1 MB/s | 323 kB 00:00 2023-12-20T09:54:47.366 INFO:teuthology.orchestra.run.smithi190.stdout:(5/6): jq-1.6-7.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-20T09:54:47.633 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:54:47.831 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 1/6 2023-12-20T09:54:47.995 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-20T09:54:48.081 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-20T09:54:48.237 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : jq-1.6-7.el8.x86_64 3/6 2023-12-20T09:54:48.418 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-20T09:54:48.562 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T09:54:49.533 INFO:teuthology.orchestra.run.smithi190.stdout:(6/6): ceph-test-19.0.0-36.g86cc4aec.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-20T09:54:49.534 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:54:49.535 INFO:teuthology.orchestra.run.smithi190.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-20T09:54:49.573 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:54:49.595 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:54:49.595 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:54:49.873 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:54:49.881 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:54:50.405 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:54:50.594 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 1/6 2023-12-20T09:54:50.694 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T09:54:50.767 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-20T09:54:50.853 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 2/6 2023-12-20T09:54:50.885 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T09:54:51.043 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : jq-1.6-7.el8.x86_64 3/6 2023-12-20T09:54:51.145 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T09:54:51.145 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 1/6 2023-12-20T09:54:51.145 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 2/6 2023-12-20T09:54:51.145 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-20T09:54:51.145 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-20T09:54:51.145 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-20T09:54:51.224 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-20T09:54:51.417 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T09:54:53.271 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T09:54:53.492 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T09:54:53.753 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T09:54:53.753 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 1/6 2023-12-20T09:54:53.753 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 2/6 2023-12-20T09:54:53.753 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-20T09:54:53.753 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-20T09:54:53.753 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-20T09:54:56.073 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : jq-1.6-7.el8.x86_64 6/6 2023-12-20T09:54:56.073 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:54:56.096 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 5/6 2023-12-20T09:54:56.339 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T09:54:56.594 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:56.595 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:54:56.595 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 jq-1.6-7.el8.x86_64 2023-12-20T09:54:56.595 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-20T09:54:56.595 INFO:teuthology.orchestra.run.smithi113.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-20T09:54:56.595 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:54:56.595 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:54:56.597 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 6/6 2023-12-20T09:54:56.597 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 1/6 2023-12-20T09:54:56.597 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 2/6 2023-12-20T09:54:56.597 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-20T09:54:56.597 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-20T09:54:56.597 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-20T09:54:56.752 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph 2023-12-20T09:54:57.091 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:54:57.811 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 162 kB/s | 4.1 kB 00:00 2023-12-20T09:54:58.070 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 174 kB/s | 4.5 kB 00:00 2023-12-20T09:54:58.612 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : jq-1.6-7.el8.x86_64 6/6 2023-12-20T09:54:58.612 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:54:59.146 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:59.147 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:54:59.147 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 jq-1.6-7.el8.x86_64 2023-12-20T09:54:59.147 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-20T09:54:59.147 INFO:teuthology.orchestra.run.smithi163.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-20T09:54:59.147 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:54:59.147 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:54:59.298 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph 2023-12-20T09:54:59.637 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:00.430 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 112 kB/s | 4.1 kB 00:00 2023-12-20T09:55:00.473 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:55:00.476 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================================= 2023-12-20T09:55:00.476 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:55:00.476 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================================= 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: ceph x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.4 k 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mds x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 2.3 M 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 1.6 M 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-modules-core noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 243 k 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mon x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 4.6 M 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-osd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 18 M 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: lua-devel x86_64 5.3.4-12.el8 codeready-builder-for-rhel-8-x86_64-rpms 30 k 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-20T09:55:00.477 INFO:teuthology.orchestra.run.smithi113.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cryptography x86_64 3.2.1-6.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-20T09:55:00.478 INFO:teuthology.orchestra.run.smithi113.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================================= 2023-12-20T09:55:00.479 INFO:teuthology.orchestra.run.smithi113.stdout:Install 34 Packages 2023-12-20T09:55:00.480 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:00.480 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 31 M 2023-12-20T09:55:00.480 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 122 M 2023-12-20T09:55:00.480 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:55:00.680 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 126 kB/s | 4.5 kB 00:00 2023-12-20T09:55:00.769 INFO:teuthology.orchestra.run.smithi113.stdout:(1/34): ceph-19.0.0-36.g86cc4aec.el8.x86_64.rpm 50 kB/s | 6.4 kB 00:00 2023-12-20T09:55:01.144 INFO:teuthology.orchestra.run.smithi113.stdout:(2/34): ceph-mon-19.0.0-36.g86cc4aec.el8.x86_64 12 MB/s | 4.6 MB 00:00 2023-12-20T09:55:01.149 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : jq-1.6-7.el8.x86_64 6/6 2023-12-20T09:55:01.149 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:55:01.461 INFO:teuthology.orchestra.run.smithi113.stdout:(3/34): ceph-mgr-19.0.0-36.g86cc4aec.el8.x86_64 2.0 MB/s | 1.6 MB 00:00 2023-12-20T09:55:01.578 INFO:teuthology.orchestra.run.smithi113.stdout:(4/34): ceph-mgr-modules-core-19.0.0-36.g86cc4a 2.0 MB/s | 243 kB 00:00 2023-12-20T09:55:01.620 INFO:teuthology.orchestra.run.smithi113.stdout:(5/34): ceph-mds-19.0.0-36.g86cc4aec.el8.x86_64 2.4 MB/s | 2.3 MB 00:00 2023-12-20T09:55:01.670 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:01.671 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:55:01.671 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-test-2:19.0.0-36.g86cc4aec.el8.x86_64 jq-1.6-7.el8.x86_64 2023-12-20T09:55:01.671 INFO:teuthology.orchestra.run.smithi190.stdout: libcephsqlite-2:19.0.0-36.g86cc4aec.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-20T09:55:01.671 INFO:teuthology.orchestra.run.smithi190.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-20T09:55:01.671 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:01.671 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:55:01.762 INFO:teuthology.orchestra.run.smithi113.stdout:(6/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 308 kB/s | 44 kB 00:00 2023-12-20T09:55:01.820 INFO:teuthology.orchestra.run.smithi113.stdout:(7/34): luarocks-3.5.0-1.el8.noarch.rpm 689 kB/s | 167 kB 00:00 2023-12-20T09:55:01.880 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph 2023-12-20T09:55:02.062 INFO:teuthology.orchestra.run.smithi113.stdout:(8/34): ceph-osd-19.0.0-36.g86cc4aec.el8.x86_64 20 MB/s | 18 MB 00:00 2023-12-20T09:55:02.087 INFO:teuthology.orchestra.run.smithi113.stdout:(9/34): python3-beautifulsoup4-4.6.3-2.el8.1.no 569 kB/s | 185 kB 00:00 2023-12-20T09:55:02.113 INFO:teuthology.orchestra.run.smithi113.stdout:(10/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 591 kB/s | 173 kB 00:00 2023-12-20T09:55:02.129 INFO:teuthology.orchestra.run.smithi113.stdout:(11/34): python3-jaraco-6.2-6.el8.noarch.rpm 265 kB/s | 11 kB 00:00 2023-12-20T09:55:02.163 INFO:teuthology.orchestra.run.smithi113.stdout:(12/34): python3-jaraco-functools-2.0-4.el8.noa 351 kB/s | 18 kB 00:00 2023-12-20T09:55:02.218 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:02.230 INFO:teuthology.orchestra.run.smithi113.stdout:(13/34): python3-more-itertools-7.2.0-3.el8.noa 879 kB/s | 59 kB 00:00 2023-12-20T09:55:02.255 INFO:teuthology.orchestra.run.smithi113.stdout:(14/34): python3-logutils-0.3.5-11.el8.noarch.r 388 kB/s | 49 kB 00:00 2023-12-20T09:55:02.306 INFO:teuthology.orchestra.run.smithi113.stdout:(15/34): python3-portend-2.6-1.el8.noarch.rpm 312 kB/s | 16 kB 00:00 2023-12-20T09:55:02.356 INFO:teuthology.orchestra.run.smithi113.stdout:(16/34): python3-simplegeneric-0.8.1-17.el8.noa 374 kB/s | 19 kB 00:00 2023-12-20T09:55:02.381 INFO:teuthology.orchestra.run.smithi113.stdout:(17/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.8 MB/s | 283 kB 00:00 2023-12-20T09:55:02.406 INFO:teuthology.orchestra.run.smithi113.stdout:(18/34): python3-cherrypy-18.4.0-1.el8.noarch.r 1.1 MB/s | 384 kB 00:00 2023-12-20T09:55:02.432 INFO:teuthology.orchestra.run.smithi113.stdout:(19/34): python3-singledispatch-3.4.0.3-18.el8. 318 kB/s | 24 kB 00:00 2023-12-20T09:55:02.457 INFO:teuthology.orchestra.run.smithi113.stdout:(20/34): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2023-12-20T09:55:02.482 INFO:teuthology.orchestra.run.smithi113.stdout:(21/34): python3-trustme-0.6.0-4.el8.noarch.rpm 548 kB/s | 27 kB 00:00 2023-12-20T09:55:02.574 INFO:teuthology.orchestra.run.smithi113.stdout:(22/34): python3-webtest-2.0.33-1.el8.noarch.rp 929 kB/s | 85 kB 00:00 2023-12-20T09:55:02.600 INFO:teuthology.orchestra.run.smithi113.stdout:(23/34): python3-waitress-1.4.3-1.el8.noarch.rp 1.5 MB/s | 255 kB 00:00 2023-12-20T09:55:02.625 INFO:teuthology.orchestra.run.smithi113.stdout:(24/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.5 MB/s | 251 kB 00:00 2023-12-20T09:55:02.650 INFO:teuthology.orchestra.run.smithi113.stdout:(25/34): python3-zc-lockfile-2.0-2.el8.noarch.r 304 kB/s | 23 kB 00:00 2023-12-20T09:55:02.726 INFO:teuthology.orchestra.run.smithi113.stdout:(26/34): python3-pycparser-2.14-14.el8.noarch.r 870 kB/s | 109 kB 00:00 2023-12-20T09:55:02.751 INFO:teuthology.orchestra.run.smithi113.stdout:(27/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.3 MB/s | 238 kB 00:00 2023-12-20T09:55:02.784 INFO:teuthology.orchestra.run.smithi113.stdout:(28/34): python3-cryptography-3.2.1-6.el8.x86_6 4.1 MB/s | 559 kB 00:00 2023-12-20T09:55:02.810 INFO:teuthology.orchestra.run.smithi113.stdout:(29/34): lua-devel-5.3.4-12.el8.x86_64.rpm 358 kB/s | 30 kB 00:00 2023-12-20T09:55:02.843 INFO:teuthology.orchestra.run.smithi113.stdout:(30/34): python3-werkzeug-0.12.2-4.el8.noarch.r 4.9 MB/s | 457 kB 00:00 2023-12-20T09:55:02.869 INFO:teuthology.orchestra.run.smithi113.stdout:(31/34): python3-markupsafe-0.23-19.el8.x86_64. 462 kB/s | 39 kB 00:00 2023-12-20T09:55:02.886 INFO:teuthology.orchestra.run.smithi113.stdout:(32/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 1.3 MB/s | 103 kB 00:00 2023-12-20T09:55:02.911 INFO:teuthology.orchestra.run.smithi113.stdout:(33/34): python3-mako-1.0.6-14.el8.noarch.rpm 2.3 MB/s | 157 kB 00:00 2023-12-20T09:55:02.936 INFO:teuthology.orchestra.run.smithi113.stdout:(34/34): python3-pytz-2017.2-11.el8.noarch.rpm 812 kB/s | 54 kB 00:00 2023-12-20T09:55:02.938 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:02.938 INFO:teuthology.orchestra.run.smithi113.stdout:Total 12 MB/s | 31 MB 00:02 2023-12-20T09:55:03.012 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 121 kB/s | 4.5 kB 00:00 2023-12-20T09:55:03.040 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:55:03.081 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:55:03.082 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:55:03.174 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:55:03.177 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================= 2023-12-20T09:55:03.178 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:55:03.178 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================= 2023-12-20T09:55:03.178 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:55:03.178 INFO:teuthology.orchestra.run.smithi163.stdout: ceph x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.4 k 2023-12-20T09:55:03.178 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:55:03.179 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mds x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 2.3 M 2023-12-20T09:55:03.179 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 1.6 M 2023-12-20T09:55:03.179 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-modules-core noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 243 k 2023-12-20T09:55:03.179 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mon x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 4.6 M 2023-12-20T09:55:03.179 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-osd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 18 M 2023-12-20T09:55:03.179 INFO:teuthology.orchestra.run.smithi163.stdout: lua-devel x86_64 5.3.4-12.el8 codeready-builder-for-rhel-8-x86_64-rpms 30 k 2023-12-20T09:55:03.180 INFO:teuthology.orchestra.run.smithi163.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-20T09:55:03.180 INFO:teuthology.orchestra.run.smithi163.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-20T09:55:03.180 INFO:teuthology.orchestra.run.smithi163.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-20T09:55:03.180 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-20T09:55:03.180 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-20T09:55:03.180 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-20T09:55:03.181 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cryptography x86_64 3.2.1-6.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-20T09:55:03.181 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-20T09:55:03.181 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-20T09:55:03.181 INFO:teuthology.orchestra.run.smithi163.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-20T09:55:03.181 INFO:teuthology.orchestra.run.smithi163.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-20T09:55:03.181 INFO:teuthology.orchestra.run.smithi163.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-20T09:55:03.182 INFO:teuthology.orchestra.run.smithi163.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-20T09:55:03.182 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-20T09:55:03.182 INFO:teuthology.orchestra.run.smithi163.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-20T09:55:03.182 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-20T09:55:03.182 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-20T09:55:03.182 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-20T09:55:03.183 INFO:teuthology.orchestra.run.smithi163.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-20T09:55:03.183 INFO:teuthology.orchestra.run.smithi163.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-20T09:55:03.183 INFO:teuthology.orchestra.run.smithi163.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-20T09:55:03.183 INFO:teuthology.orchestra.run.smithi163.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-20T09:55:03.183 INFO:teuthology.orchestra.run.smithi163.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-20T09:55:03.183 INFO:teuthology.orchestra.run.smithi163.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-20T09:55:03.184 INFO:teuthology.orchestra.run.smithi163.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-20T09:55:03.184 INFO:teuthology.orchestra.run.smithi163.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-20T09:55:03.184 INFO:teuthology.orchestra.run.smithi163.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-20T09:55:03.184 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:03.184 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:55:03.184 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================= 2023-12-20T09:55:03.185 INFO:teuthology.orchestra.run.smithi163.stdout:Install 34 Packages 2023-12-20T09:55:03.185 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:03.186 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 31 M 2023-12-20T09:55:03.186 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 122 M 2023-12-20T09:55:03.186 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:55:03.309 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:55:03.317 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:55:03.502 INFO:teuthology.orchestra.run.smithi163.stdout:(1/34): ceph-19.0.0-36.g86cc4aec.el8.x86_64.rpm 51 kB/s | 6.4 kB 00:00 2023-12-20T09:55:03.547 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-20T09:55:03.719 INFO:teuthology.orchestra.run.smithi163.stdout:(2/34): ceph-mgr-19.0.0-36.g86cc4aec.el8.x86_64 4.8 MB/s | 1.6 MB 00:00 2023-12-20T09:55:04.061 INFO:teuthology.orchestra.run.smithi163.stdout:(3/34): ceph-mon-19.0.0-36.g86cc4aec.el8.x86_64 8.3 MB/s | 4.6 MB 00:00 2023-12-20T09:55:04.120 INFO:teuthology.orchestra.run.smithi163.stdout:(4/34): ceph-mgr-modules-core-19.0.0-36.g86cc4a 4.1 MB/s | 243 kB 00:00 2023-12-20T09:55:04.320 INFO:teuthology.orchestra.run.smithi163.stdout:(5/34): ceph-mds-19.0.0-36.g86cc4aec.el8.x86_64 2.5 MB/s | 2.3 MB 00:00 2023-12-20T09:55:04.387 INFO:teuthology.orchestra.run.smithi163.stdout:(6/34): luarocks-3.5.0-1.el8.noarch.rpm 625 kB/s | 167 kB 00:00 2023-12-20T09:55:04.479 INFO:teuthology.orchestra.run.smithi163.stdout:(7/34): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.0 MB/s | 185 kB 00:00 2023-12-20T09:55:04.512 INFO:teuthology.orchestra.run.smithi163.stdout:(8/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 227 kB/s | 44 kB 00:00 2023-12-20T09:55:04.555 INFO:teuthology.orchestra.run.smithi163.stdout:(9/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.2 MB/s | 173 kB 00:00 2023-12-20T09:55:04.613 INFO:teuthology.orchestra.run.smithi163.stdout:(10/34): python3-jaraco-6.2-6.el8.noarch.rpm 191 kB/s | 11 kB 00:00 2023-12-20T09:55:04.663 INFO:teuthology.orchestra.run.smithi163.stdout:(11/34): python3-cherrypy-18.4.0-1.el8.noarch.r 2.5 MB/s | 384 kB 00:00 2023-12-20T09:55:04.689 INFO:teuthology.orchestra.run.smithi163.stdout:(12/34): python3-jaraco-functools-2.0-4.el8.noa 234 kB/s | 18 kB 00:00 2023-12-20T09:55:04.913 INFO:teuthology.orchestra.run.smithi163.stdout:(13/34): ceph-osd-19.0.0-36.g86cc4aec.el8.x86_6 15 MB/s | 18 MB 00:01 2023-12-20T09:55:04.947 INFO:teuthology.orchestra.run.smithi163.stdout:(14/34): python3-logutils-0.3.5-11.el8.noarch.r 172 kB/s | 49 kB 00:00 2023-12-20T09:55:04.973 INFO:teuthology.orchestra.run.smithi163.stdout:(15/34): python3-more-itertools-7.2.0-3.el8.noa 207 kB/s | 59 kB 00:00 2023-12-20T09:55:05.031 INFO:teuthology.orchestra.run.smithi163.stdout:(16/34): python3-portend-2.6-1.el8.noarch.rpm 289 kB/s | 16 kB 00:00 2023-12-20T09:55:05.056 INFO:teuthology.orchestra.run.smithi163.stdout:(17/34): python3-simplegeneric-0.8.1-17.el8.noa 237 kB/s | 19 kB 00:00 2023-12-20T09:55:05.090 INFO:teuthology.orchestra.run.smithi163.stdout:(18/34): python3-singledispatch-3.4.0.3-18.el8. 413 kB/s | 24 kB 00:00 2023-12-20T09:55:05.115 INFO:teuthology.orchestra.run.smithi163.stdout:(19/34): python3-tempora-1.14.1-5.el8.noarch.rp 500 kB/s | 29 kB 00:00 2023-12-20T09:55:05.149 INFO:teuthology.orchestra.run.smithi163.stdout:(20/34): python3-trustme-0.6.0-4.el8.noarch.rpm 471 kB/s | 27 kB 00:00 2023-12-20T09:55:05.249 INFO:teuthology.orchestra.run.smithi163.stdout:(21/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.5 MB/s | 251 kB 00:00 2023-12-20T09:55:05.268 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:55:05.308 INFO:teuthology.orchestra.run.smithi163.stdout:(22/34): python3-webtest-2.0.33-1.el8.noarch.rp 1.4 MB/s | 85 kB 00:00 2023-12-20T09:55:05.358 INFO:teuthology.orchestra.run.smithi163.stdout:(23/34): python3-zc-lockfile-2.0-2.el8.noarch.r 459 kB/s | 23 kB 00:00 2023-12-20T09:55:05.383 INFO:teuthology.orchestra.run.smithi163.stdout:(24/34): python3-waitress-1.4.3-1.el8.noarch.rp 954 kB/s | 255 kB 00:00 2023-12-20T09:55:05.409 INFO:teuthology.orchestra.run.smithi163.stdout:(25/34): python3-pecan-1.3.2-9.el8.noarch.rpm 571 kB/s | 283 kB 00:00 2023-12-20T09:55:05.467 INFO:teuthology.orchestra.run.smithi163.stdout:(26/34): python3-pycparser-2.14-14.el8.noarch.r 1.0 MB/s | 109 kB 00:00 2023-12-20T09:55:05.488 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-20T09:55:05.501 INFO:teuthology.orchestra.run.smithi163.stdout:(27/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.0 MB/s | 238 kB 00:00 2023-12-20T09:55:05.560 INFO:teuthology.orchestra.run.smithi163.stdout:(28/34): python3-werkzeug-0.12.2-4.el8.noarch.r 5.2 MB/s | 457 kB 00:00 2023-12-20T09:55:05.578 INFO:teuthology.orchestra.run.smithi163.stdout:(29/34): python3-markupsafe-0.23-19.el8.x86_64. 516 kB/s | 39 kB 00:00 2023-12-20T09:55:05.602 INFO:teuthology.orchestra.run.smithi163.stdout:(30/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 2.4 MB/s | 103 kB 00:00 2023-12-20T09:55:05.627 INFO:teuthology.orchestra.run.smithi163.stdout:(31/34): python3-mako-1.0.6-14.el8.noarch.rpm 3.1 MB/s | 157 kB 00:00 2023-12-20T09:55:05.652 INFO:teuthology.orchestra.run.smithi163.stdout:(32/34): python3-pytz-2017.2-11.el8.noarch.rpm 1.1 MB/s | 54 kB 00:00 2023-12-20T09:55:05.677 INFO:teuthology.orchestra.run.smithi163.stdout:(33/34): lua-devel-5.3.4-12.el8.x86_64.rpm 599 kB/s | 30 kB 00:00 2023-12-20T09:55:05.703 INFO:teuthology.orchestra.run.smithi163.stdout:(34/34): python3-cryptography-3.2.1-6.el8.x86_6 1.9 MB/s | 559 kB 00:00 2023-12-20T09:55:05.707 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:05.707 INFO:teuthology.orchestra.run.smithi163.stdout:Total 12 MB/s | 31 MB 00:02 2023-12-20T09:55:05.713 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-20T09:55:05.775 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:55:05.781 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================================= 2023-12-20T09:55:05.781 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:55:05.781 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================================= 2023-12-20T09:55:05.781 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: ceph x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 6.4 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mds x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 2.3 M 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 1.6 M 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 243 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mon x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 4.6 M 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-osd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 18 M 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: lua-devel x86_64 5.3.4-12.el8 codeready-builder-for-rhel-8-x86_64-rpms 30 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-20T09:55:05.782 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cryptography x86_64 3.2.1-6.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-20T09:55:05.783 INFO:teuthology.orchestra.run.smithi190.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================================= 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout:Install 34 Packages 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 31 M 2023-12-20T09:55:05.784 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 122 M 2023-12-20T09:55:05.785 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:55:05.812 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:55:05.853 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:55:05.853 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:55:05.895 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 3/34 2023-12-20T09:55:05.976 INFO:teuthology.orchestra.run.smithi190.stdout:(1/34): ceph-19.0.0-36.g86cc4aec.el8.x86_64.rpm 46 kB/s | 6.4 kB 00:00 2023-12-20T09:55:06.139 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:55:06.143 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/34 2023-12-20T09:55:06.170 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:55:06.177 INFO:teuthology.orchestra.run.smithi190.stdout:(2/34): ceph-mgr-19.0.0-36.g86cc4aec.el8.x86_64 4.8 MB/s | 1.6 MB 00:00 2023-12-20T09:55:06.252 INFO:teuthology.orchestra.run.smithi190.stdout:(3/34): ceph-mds-19.0.0-36.g86cc4aec.el8.x86_64 5.6 MB/s | 2.3 MB 00:00 2023-12-20T09:55:06.311 INFO:teuthology.orchestra.run.smithi190.stdout:(4/34): ceph-mgr-modules-core-19.0.0-36.g86cc4a 4.1 MB/s | 243 kB 00:00 2023-12-20T09:55:06.483 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 5/34 2023-12-20T09:55:06.536 INFO:teuthology.orchestra.run.smithi190.stdout:(5/34): ceph-mon-19.0.0-36.g86cc4aec.el8.x86_64 8.3 MB/s | 4.6 MB 00:00 2023-12-20T09:55:06.712 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/34 2023-12-20T09:55:06.820 INFO:teuthology.orchestra.run.smithi190.stdout:(6/34): luarocks-3.5.0-1.el8.noarch.rpm 328 kB/s | 167 kB 00:00 2023-12-20T09:55:06.878 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 7/34 2023-12-20T09:55:06.959 INFO:teuthology.orchestra.run.smithi190.stdout:(7/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 103 kB/s | 44 kB 00:00 2023-12-20T09:55:07.053 INFO:teuthology.orchestra.run.smithi190.stdout:(8/34): python3-beautifulsoup4-4.6.3-2.el8.1.no 793 kB/s | 185 kB 00:00 2023-12-20T09:55:07.094 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 8/34 2023-12-20T09:55:07.271 INFO:teuthology.orchestra.run.smithi190.stdout:(9/34): ceph-osd-19.0.0-36.g86cc4aec.el8.x86_64 16 MB/s | 18 MB 00:01 2023-12-20T09:55:07.321 INFO:teuthology.orchestra.run.smithi190.stdout:(10/34): python3-cherrypy-18.4.0-1.el8.noarch.r 1.4 MB/s | 384 kB 00:00 2023-12-20T09:55:07.346 INFO:teuthology.orchestra.run.smithi190.stdout:(11/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 446 kB/s | 173 kB 00:00 2023-12-20T09:55:07.504 INFO:teuthology.orchestra.run.smithi190.stdout:(12/34): python3-jaraco-functools-2.0-4.el8.noa 96 kB/s | 18 kB 00:00 2023-12-20T09:55:07.506 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 9/34 2023-12-20T09:55:07.588 INFO:teuthology.orchestra.run.smithi190.stdout:(13/34): python3-logutils-0.3.5-11.el8.noarch.r 201 kB/s | 49 kB 00:00 2023-12-20T09:55:07.622 INFO:teuthology.orchestra.run.smithi190.stdout:(14/34): python3-jaraco-6.2-6.el8.noarch.rpm 32 kB/s | 11 kB 00:00 2023-12-20T09:55:07.647 INFO:teuthology.orchestra.run.smithi190.stdout:(15/34): python3-more-itertools-7.2.0-3.el8.noa 413 kB/s | 59 kB 00:00 2023-12-20T09:55:07.667 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:55:07.764 INFO:teuthology.orchestra.run.smithi190.stdout:(16/34): python3-portend-2.6-1.el8.noarch.rpm 110 kB/s | 16 kB 00:00 2023-12-20T09:55:07.797 INFO:teuthology.orchestra.run.smithi190.stdout:(17/34): python3-simplegeneric-0.8.1-17.el8.noa 124 kB/s | 19 kB 00:00 2023-12-20T09:55:07.819 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 10/34 2023-12-20T09:55:07.848 INFO:teuthology.orchestra.run.smithi190.stdout:(18/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.1 MB/s | 283 kB 00:00 2023-12-20T09:55:07.905 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-20T09:55:07.948 INFO:teuthology.orchestra.run.smithi190.stdout:(19/34): python3-singledispatch-3.4.0.3-18.el8. 130 kB/s | 24 kB 00:00 2023-12-20T09:55:07.973 INFO:teuthology.orchestra.run.smithi190.stdout:(20/34): python3-tempora-1.14.1-5.el8.noarch.rp 166 kB/s | 29 kB 00:00 2023-12-20T09:55:07.999 INFO:teuthology.orchestra.run.smithi190.stdout:(21/34): python3-trustme-0.6.0-4.el8.noarch.rpm 183 kB/s | 27 kB 00:00 2023-12-20T09:55:08.007 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/34 2023-12-20T09:55:08.107 INFO:teuthology.orchestra.run.smithi190.stdout:(22/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.8 MB/s | 251 kB 00:00 2023-12-20T09:55:08.133 INFO:teuthology.orchestra.run.smithi190.stdout:(23/34): python3-webtest-2.0.33-1.el8.noarch.rp 639 kB/s | 85 kB 00:00 2023-12-20T09:55:08.153 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-20T09:55:08.180 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 12/34 2023-12-20T09:55:08.208 INFO:teuthology.orchestra.run.smithi190.stdout:(24/34): python3-werkzeug-0.12.2-4.el8.noarch.r 6.0 MB/s | 457 kB 00:00 2023-12-20T09:55:08.233 INFO:teuthology.orchestra.run.smithi190.stdout:(25/34): python3-zc-lockfile-2.0-2.el8.noarch.r 182 kB/s | 23 kB 00:00 2023-12-20T09:55:08.259 INFO:teuthology.orchestra.run.smithi190.stdout:(26/34): python3-markupsafe-0.23-19.el8.x86_64. 775 kB/s | 39 kB 00:00 2023-12-20T09:55:08.288 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 3/34 2023-12-20T09:55:08.309 INFO:teuthology.orchestra.run.smithi190.stdout:(27/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 1.3 MB/s | 103 kB 00:00 2023-12-20T09:55:08.334 INFO:teuthology.orchestra.run.smithi190.stdout:(28/34): python3-mako-1.0.6-14.el8.noarch.rpm 2.2 MB/s | 157 kB 00:00 2023-12-20T09:55:08.368 INFO:teuthology.orchestra.run.smithi190.stdout:(29/34): python3-waitress-1.4.3-1.el8.noarch.rp 609 kB/s | 255 kB 00:00 2023-12-20T09:55:08.393 INFO:teuthology.orchestra.run.smithi190.stdout:(30/34): python3-pytz-2017.2-11.el8.noarch.rpm 647 kB/s | 54 kB 00:00 2023-12-20T09:55:08.427 INFO:teuthology.orchestra.run.smithi190.stdout:(31/34): python3-pycparser-2.14-14.el8.noarch.r 1.2 MB/s | 109 kB 00:00 2023-12-20T09:55:08.441 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/34 2023-12-20T09:55:08.460 INFO:teuthology.orchestra.run.smithi190.stdout:(32/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.5 MB/s | 238 kB 00:00 2023-12-20T09:55:08.486 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 4/34 2023-12-20T09:55:08.506 INFO:teuthology.orchestra.run.smithi190.stdout:(33/34): lua-devel-5.3.4-12.el8.x86_64.rpm 380 kB/s | 30 kB 00:00 2023-12-20T09:55:08.544 INFO:teuthology.orchestra.run.smithi190.stdout:(34/34): python3-cryptography-3.2.1-6.el8.x86_6 3.8 MB/s | 559 kB 00:00 2023-12-20T09:55:08.546 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:08.546 INFO:teuthology.orchestra.run.smithi190.stdout:Total 11 MB/s | 31 MB 00:02 2023-12-20T09:55:08.647 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:55:08.653 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 14/34 2023-12-20T09:55:08.688 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:55:08.688 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:55:08.694 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 5/34 2023-12-20T09:55:08.873 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 15/34 2023-12-20T09:55:08.916 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:55:08.924 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:55:09.004 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 6/34 2023-12-20T09:55:09.096 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 16/34 2023-12-20T09:55:09.245 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 7/34 2023-12-20T09:55:09.286 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 17/34 2023-12-20T09:55:09.452 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 18/34 2023-12-20T09:55:09.485 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 8/34 2023-12-20T09:55:09.638 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 19/34 2023-12-20T09:55:09.853 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 20/34 2023-12-20T09:55:09.899 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 9/34 2023-12-20T09:55:10.053 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 21/34 2023-12-20T09:55:10.210 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 10/34 2023-12-20T09:55:10.263 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 22/34 2023-12-20T09:55:10.407 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 11/34 2023-12-20T09:55:10.503 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-portend-2.6-1.el8.noarch 23/34 2023-12-20T09:55:10.597 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 12/34 2023-12-20T09:55:10.651 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:55:10.779 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 24/34 2023-12-20T09:55:10.832 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 13/34 2023-12-20T09:55:10.869 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-20T09:55:11.025 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 25/34 2023-12-20T09:55:11.033 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 14/34 2023-12-20T09:55:11.118 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-20T09:55:11.222 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 15/34 2023-12-20T09:55:11.267 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 3/34 2023-12-20T09:55:11.316 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 26/34 2023-12-20T09:55:11.411 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 16/34 2023-12-20T09:55:11.508 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 4/34 2023-12-20T09:55:11.567 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 17/34 2023-12-20T09:55:11.673 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 27/34 2023-12-20T09:55:11.769 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 18/34 2023-12-20T09:55:11.921 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 19/34 2023-12-20T09:55:11.947 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 5/34 2023-12-20T09:55:12.084 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 28/34 2023-12-20T09:55:12.144 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 20/34 2023-12-20T09:55:12.208 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 6/34 2023-12-20T09:55:12.258 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 29/34 2023-12-20T09:55:12.333 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 29/34 2023-12-20T09:55:12.394 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 21/34 2023-12-20T09:55:12.413 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 7/34 2023-12-20T09:55:12.579 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 22/34 2023-12-20T09:55:12.606 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 8/34 2023-12-20T09:55:12.844 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 9/34 2023-12-20T09:55:12.864 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-portend-2.6-1.el8.noarch 23/34 2023-12-20T09:55:13.026 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-20T09:55:13.112 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 24/34 2023-12-20T09:55:13.302 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 11/34 2023-12-20T09:55:13.384 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 25/34 2023-12-20T09:55:13.657 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 26/34 2023-12-20T09:55:13.661 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 12/34 2023-12-20T09:55:13.904 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 13/34 2023-12-20T09:55:14.005 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 27/34 2023-12-20T09:55:14.105 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 14/34 2023-12-20T09:55:14.145 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : luarocks-3.5.0-1.el8.noarch 30/34 2023-12-20T09:55:14.336 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 15/34 2023-12-20T09:55:14.391 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T09:55:14.404 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 28/34 2023-12-20T09:55:14.525 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 16/34 2023-12-20T09:55:14.618 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 29/34 2023-12-20T09:55:14.681 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 17/34 2023-12-20T09:55:14.695 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 29/34 2023-12-20T09:55:14.853 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T09:55:14.915 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 18/34 2023-12-20T09:55:15.039 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T09:55:15.060 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 19/34 2023-12-20T09:55:15.256 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T09:55:15.292 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 20/34 2023-12-20T09:55:15.473 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T09:55:15.492 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T09:55:15.517 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 21/34 2023-12-20T09:55:15.614 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T09:55:15.685 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 22/34 2023-12-20T09:55:15.983 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-portend-2.6-1.el8.noarch 23/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 1/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 3/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 4/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 5/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 6/34 2023-12-20T09:55:16.017 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 7/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 9/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 10/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 11/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/34 2023-12-20T09:55:16.018 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 22/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 26/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 27/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 28/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 29/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 30/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 31/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/34 2023-12-20T09:55:16.019 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 33/34 2023-12-20T09:55:16.261 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 24/34 2023-12-20T09:55:16.507 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : luarocks-3.5.0-1.el8.noarch 30/34 2023-12-20T09:55:16.524 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 25/34 2023-12-20T09:55:16.743 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T09:55:16.832 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 26/34 2023-12-20T09:55:17.167 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 27/34 2023-12-20T09:55:17.207 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T09:55:17.395 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T09:55:17.584 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 28/34 2023-12-20T09:55:17.612 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T09:55:17.781 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T09:55:17.791 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 29/34 2023-12-20T09:55:17.800 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T09:55:17.866 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 29/34 2023-12-20T09:55:17.905 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 1/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 3/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 4/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 5/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 6/34 2023-12-20T09:55:18.322 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 7/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 9/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 10/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 11/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/34 2023-12-20T09:55:18.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 22/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 26/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 27/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 28/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 29/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 30/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 31/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 32/34 2023-12-20T09:55:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 33/34 2023-12-20T09:55:19.665 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : luarocks-3.5.0-1.el8.noarch 30/34 2023-12-20T09:55:19.909 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T09:55:20.369 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 31/34 2023-12-20T09:55:20.598 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T09:55:20.816 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 32/34 2023-12-20T09:55:20.987 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T09:55:21.006 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 33/34 2023-12-20T09:55:21.039 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 34/34 2023-12-20T09:55:21.040 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:55:21.153 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 34/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 1/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 3/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 4/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 5/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.no 6/34 2023-12-20T09:55:21.531 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 7/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 9/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 10/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 11/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 12/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 13/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 14/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 15/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 16/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-portend-2.6-1.el8.noarch 17/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 18/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 19/34 2023-12-20T09:55:21.532 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 20/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 21/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 22/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 23/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 24/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 25/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 26/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 27/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 28/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 29/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 30/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 31/34 2023-12-20T09:55:21.533 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 32/34 2023-12-20T09:55:21.534 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 33/34 2023-12-20T09:55:22.307 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:22.307 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:55:22.307 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:22.307 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:22.307 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:22.307 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-20T09:55:22.308 INFO:teuthology.orchestra.run.smithi113.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-portend-2.6-1.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-20T09:55:22.309 INFO:teuthology.orchestra.run.smithi113.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-20T09:55:22.310 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-20T09:55:22.310 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-20T09:55:22.310 INFO:teuthology.orchestra.run.smithi113.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-20T09:55:22.310 INFO:teuthology.orchestra.run.smithi113.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-20T09:55:22.310 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:22.310 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:55:22.477 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-base 2023-12-20T09:55:22.828 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:23.285 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 34/34 2023-12-20T09:55:23.285 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:55:23.597 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-20T09:55:23.861 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-20T09:55:24.093 INFO:teuthology.orchestra.run.smithi163.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-portend-2.6-1.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-20T09:55:24.094 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:24.095 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:55:24.277 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-base 2023-12-20T09:55:24.631 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:25.439 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 133 kB/s | 4.1 kB 00:00 2023-12-20T09:55:25.695 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 125 kB/s | 4.5 kB 00:00 2023-12-20T09:55:26.099 INFO:teuthology.orchestra.run.smithi113.stdout:Package ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:55:26.271 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:55:26.271 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:55:26.272 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:55:26.403 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install cephadm 2023-12-20T09:55:26.687 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 34/34 2023-12-20T09:55:26.687 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:55:26.749 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:27.464 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:27.464 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mds-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mon-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-osd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-20T09:55:27.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-portend-2.6-1.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-20T09:55:27.466 INFO:teuthology.orchestra.run.smithi190.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:27.467 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:55:27.556 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-20T09:55:27.646 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-base 2023-12-20T09:55:27.822 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-20T09:55:27.995 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:27.998 INFO:teuthology.orchestra.run.smithi163.stdout:Package ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:55:28.171 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:55:28.172 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:55:28.172 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:55:28.305 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install cephadm 2023-12-20T09:55:28.654 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:28.771 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 106 kB/s | 4.5 kB 00:00 2023-12-20T09:55:29.323 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 107 kB/s | 4.1 kB 00:00 2023-12-20T09:55:29.600 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 kB/s | 4.1 kB 00:00 2023-12-20T09:55:30.029 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 21 kB/s | 4.5 kB 00:00 2023-12-20T09:55:30.256 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:55:30.256 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:55:30.256 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout: cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 416 k 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 416 k 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 2.2 M 2023-12-20T09:55:30.257 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:55:30.843 INFO:teuthology.orchestra.run.smithi113.stdout:cephadm-19.0.0-36.g86cc4aec.el8.noarch.rpm 710 kB/s | 416 kB 00:00 2023-12-20T09:55:30.844 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:30.844 INFO:teuthology.orchestra.run.smithi113.stdout:Total 709 kB/s | 416 kB 00:00 2023-12-20T09:55:30.844 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:55:30.853 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:55:30.853 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:55:30.856 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:55:30.865 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:55:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:55:31.343 INFO:teuthology.orchestra.run.smithi190.stdout:Package ceph-base-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:55:31.516 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:55:31.517 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:55:31.517 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:55:31.668 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install cephadm 2023-12-20T09:55:32.015 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:32.605 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:55:32.606 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:55:32.606 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:55:32.606 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:55:32.606 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:55:32.606 INFO:teuthology.orchestra.run.smithi163.stdout: cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 416 k 2023-12-20T09:55:32.606 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:32.607 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:55:32.607 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:55:32.607 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:55:32.607 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:32.607 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 416 k 2023-12-20T09:55:32.607 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 2.2 M 2023-12-20T09:55:32.608 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:55:32.650 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:32.783 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:32.986 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:33.192 INFO:teuthology.orchestra.run.smithi163.stdout:cephadm-19.0.0-36.g86cc4aec.el8.noarch.rpm 712 kB/s | 416 kB 00:00 2023-12-20T09:55:33.192 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:33.193 INFO:teuthology.orchestra.run.smithi163.stdout:Total 709 kB/s | 416 kB 00:00 2023-12-20T09:55:33.193 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:55:33.201 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:55:33.202 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:55:33.205 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:55:33.213 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:55:33.254 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:55:33.831 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2023-12-20T09:55:34.469 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-20T09:55:35.155 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:35.311 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:35.513 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:36.701 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:55:36.701 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:55:36.701 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:55:36.701 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:55:36.701 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:55:36.701 INFO:teuthology.orchestra.run.smithi190.stdout: cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 416 k 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 416 k 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 2.2 M 2023-12-20T09:55:36.702 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:55:36.954 INFO:teuthology.orchestra.run.smithi190.stdout:cephadm-19.0.0-36.g86cc4aec.el8.noarch.rpm 1.6 MB/s | 416 kB 00:00 2023-12-20T09:55:36.955 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:36.955 INFO:teuthology.orchestra.run.smithi190.stdout:Total 1.6 MB/s | 416 kB 00:00 2023-12-20T09:55:36.955 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:55:36.963 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:55:36.963 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:55:36.966 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:55:36.974 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:55:37.020 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:55:37.985 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:37.985 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:55:38.511 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:38.512 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:55:38.512 INFO:teuthology.orchestra.run.smithi113.stdout: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:55:38.512 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:38.512 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:55:38.685 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-immutable-object-cache 2023-12-20T09:55:38.918 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:39.047 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:39.091 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:39.297 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:40.703 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-20T09:55:41.003 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 85 kB/s | 4.5 kB 00:00 2023-12-20T09:55:41.561 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:41.561 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:55:42.101 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:42.101 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:55:42.101 INFO:teuthology.orchestra.run.smithi163.stdout: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:55:42.102 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:42.102 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:55:42.248 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-immutable-object-cache 2023-12-20T09:55:42.613 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:43.445 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:55:43.446 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:55:43.446 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2023-12-20T09:55:43.446 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:55:43.446 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:55:43.446 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 171 k 2023-12-20T09:55:43.446 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 171 k 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 524 k 2023-12-20T09:55:43.447 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:55:43.456 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 119 kB/s | 4.1 kB 00:00 2023-12-20T09:55:43.701 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 158 kB/s | 4.5 kB 00:00 2023-12-20T09:55:44.027 INFO:teuthology.orchestra.run.smithi113.stdout:ceph-immutable-object-cache-19.0.0-36.g86cc4aec 295 kB/s | 171 kB 00:00 2023-12-20T09:55:44.028 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:44.028 INFO:teuthology.orchestra.run.smithi113.stdout:Total 294 kB/s | 171 kB 00:00 2023-12-20T09:55:44.028 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:55:44.041 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:55:44.041 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:55:44.045 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:55:44.046 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:55:44.101 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:55:44.109 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:55:44.232 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:55:44.417 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:44.582 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:44.582 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:55:44.582 INFO:teuthology.orchestra.run.smithi190.stdout: cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:55:44.583 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:44.583 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:55:44.759 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-immutable-object-cache 2023-12-20T09:55:44.819 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:45.124 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:45.897 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-20T09:55:46.157 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:55:46.158 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:55:46.158 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repo Size 2023-12-20T09:55:46.158 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:55:46.158 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:55:46.158 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 171 k 2023-12-20T09:55:46.158 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 171 k 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 524 k 2023-12-20T09:55:46.159 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:55:46.447 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-20T09:55:46.465 INFO:teuthology.orchestra.run.smithi163.stdout:ceph-immutable-object-cache-19.0.0-36.g86cc4aec 558 kB/s | 171 kB 00:00 2023-12-20T09:55:46.466 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:46.466 INFO:teuthology.orchestra.run.smithi163.stdout:Total 555 kB/s | 171 kB 00:00 2023-12-20T09:55:46.466 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:55:46.478 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:55:46.478 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:55:46.531 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:55:46.539 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:55:46.655 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:55:46.802 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:47.181 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:48.749 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:55:48.750 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:55:48.750 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2023-12-20T09:55:48.750 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:55:48.750 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 171 k 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 171 k 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 524 k 2023-12-20T09:55:48.751 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:55:48.946 INFO:teuthology.orchestra.run.smithi190.stdout:ceph-immutable-object-cache-19.0.0-36.g86cc4aec 879 kB/s | 171 kB 00:00 2023-12-20T09:55:48.947 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:48.947 INFO:teuthology.orchestra.run.smithi190.stdout:Total 871 kB/s | 171 kB 00:00 2023-12-20T09:55:48.947 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:55:48.959 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:55:48.959 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:55:49.012 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:55:49.020 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:55:49.139 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:55:49.342 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:49.518 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:49.518 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:55:49.727 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:50.036 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:50.036 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:55:50.036 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:50.036 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:50.036 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:55:50.212 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr 2023-12-20T09:55:50.565 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:51.343 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 109 kB/s | 4.1 kB 00:00 2023-12-20T09:55:51.626 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-20T09:55:51.862 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:51.862 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:55:52.422 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:52.422 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:55:52.422 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:52.422 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:55:52.422 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:55:52.592 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-mgr 2023-12-20T09:55:52.946 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:53.884 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-20T09:55:53.897 INFO:teuthology.orchestra.run.smithi113.stdout:Package ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:55:54.068 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:55:54.069 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:55:54.069 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:55:54.134 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-20T09:55:54.200 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-dashboard 2023-12-20T09:55:54.548 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:54.937 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el 1/1 2023-12-20T09:55:54.937 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:55:55.453 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:55.454 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:55:55.454 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-immutable-object-cache-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:55:55.454 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:55:55.454 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:55:55.643 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr 2023-12-20T09:55:55.993 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:56.257 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-20T09:55:56.413 INFO:teuthology.orchestra.run.smithi163.stdout:Package ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:55:56.584 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:55:56.585 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:55:56.585 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:55:56.625 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-20T09:55:56.714 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-mgr-dashboard 2023-12-20T09:55:57.062 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:55:57.766 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-20T09:55:58.468 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-20T09:55:58.667 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2023-12-20T09:55:59.016 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-20T09:55:59.086 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:55:59.087 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================= 2023-12-20T09:55:59.087 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:55:59.087 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================= 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-dashboard noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 1.8 M 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-grafana-dashboards noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 28 k 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-prometheus-alerts noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 15 k 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================= 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout:Install 6 Packages 2023-12-20T09:55:59.088 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:55:59.089 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 2.1 M 2023-12-20T09:55:59.089 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 8.7 M 2023-12-20T09:55:59.089 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:55:59.311 INFO:teuthology.orchestra.run.smithi113.stdout:(1/6): ceph-grafana-dashboards-19.0.0-36.g86cc4 168 kB/s | 28 kB 00:00 2023-12-20T09:55:59.339 INFO:teuthology.orchestra.run.smithi113.stdout:(2/6): ceph-prometheus-alerts-19.0.0-36.g86cc4a 77 kB/s | 15 kB 00:00 2023-12-20T09:55:59.466 INFO:teuthology.orchestra.run.smithi113.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 217 kB/s | 34 kB 00:00 2023-12-20T09:55:59.491 INFO:teuthology.orchestra.run.smithi113.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.3 MB/s | 196 kB 00:00 2023-12-20T09:55:59.642 INFO:teuthology.orchestra.run.smithi113.stdout:(5/6): ceph-mgr-dashboard-19.0.0-36.g86cc4aec.e 3.5 MB/s | 1.8 MB 00:00 2023-12-20T09:55:59.700 INFO:teuthology.orchestra.run.smithi113.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 182 kB/s | 43 kB 00:00 2023-12-20T09:55:59.701 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:55:59.702 INFO:teuthology.orchestra.run.smithi113.stdout:Total 3.4 MB/s | 2.1 MB 00:00 2023-12-20T09:55:59.712 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:55:59.721 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:55:59.722 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:55:59.787 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:55:59.796 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:56:00.072 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:56:00.265 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-20T09:56:00.452 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-20T09:56:00.598 INFO:teuthology.orchestra.run.smithi190.stdout:Package ceph-mgr-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:56:00.657 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-20T09:56:00.769 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:56:00.770 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:56:00.770 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:56:00.778 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 4/6 2023-12-20T09:56:00.921 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-dashboard 2023-12-20T09:56:01.134 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 5/6 2023-12-20T09:56:01.270 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:01.372 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T09:56:01.583 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:56:01.584 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================= 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================= 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-dashboard noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 1.8 M 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-grafana-dashboards noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 28 k 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-prometheus-alerts noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 15 k 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:01.585 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:56:01.586 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================= 2023-12-20T09:56:01.586 INFO:teuthology.orchestra.run.smithi163.stdout:Install 6 Packages 2023-12-20T09:56:01.586 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:01.586 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 2.1 M 2023-12-20T09:56:01.586 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 8.7 M 2023-12-20T09:56:01.586 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:56:01.636 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T09:56:01.636 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 1/6 2023-12-20T09:56:01.636 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2/6 2023-12-20T09:56:01.637 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 3/6 2023-12-20T09:56:01.637 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-20T09:56:01.637 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-20T09:56:01.861 INFO:teuthology.orchestra.run.smithi163.stdout:(1/6): ceph-grafana-dashboards-19.0.0-36.g86cc4 201 kB/s | 28 kB 00:00 2023-12-20T09:56:01.877 INFO:teuthology.orchestra.run.smithi163.stdout:(2/6): ceph-prometheus-alerts-19.0.0-36.g86cc4a 96 kB/s | 15 kB 00:00 2023-12-20T09:56:02.128 INFO:teuthology.orchestra.run.smithi163.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 126 kB/s | 34 kB 00:00 2023-12-20T09:56:02.187 INFO:teuthology.orchestra.run.smithi163.stdout:(4/6): ceph-mgr-dashboard-19.0.0-36.g86cc4aec.e 3.8 MB/s | 1.8 MB 00:00 2023-12-20T09:56:02.328 INFO:teuthology.orchestra.run.smithi163.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 436 kB/s | 196 kB 00:00 2023-12-20T09:56:02.362 INFO:teuthology.orchestra.run.smithi163.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 182 kB/s | 43 kB 00:00 2023-12-20T09:56:02.363 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:02.364 INFO:teuthology.orchestra.run.smithi163.stdout:Total 2.7 MB/s | 2.1 MB 00:00 2023-12-20T09:56:02.375 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:56:02.384 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:56:02.384 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:56:02.450 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:56:02.459 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:56:02.725 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:56:02.900 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-20T09:56:03.058 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-20T09:56:03.122 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-20T09:56:03.309 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-20T09:56:03.473 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 4/6 2023-12-20T09:56:03.735 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-20T09:56:03.832 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 5/6 2023-12-20T09:56:04.060 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T09:56:04.309 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T09:56:04.309 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 1/6 2023-12-20T09:56:04.309 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2/6 2023-12-20T09:56:04.309 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 3/6 2023-12-20T09:56:04.310 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-20T09:56:04.310 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-20T09:56:05.921 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================================= 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================================= 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 1.8 M 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-grafana-dashboards noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 28 k 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-prometheus-alerts noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 15 k 2023-12-20T09:56:05.922 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================================= 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout:Install 6 Packages 2023-12-20T09:56:05.923 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:05.924 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 2.1 M 2023-12-20T09:56:05.924 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 8.7 M 2023-12-20T09:56:05.924 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:56:06.133 INFO:teuthology.orchestra.run.smithi190.stdout:(1/6): ceph-prometheus-alerts-19.0.0-36.g86cc4a 100 kB/s | 15 kB 00:00 2023-12-20T09:56:06.258 INFO:teuthology.orchestra.run.smithi190.stdout:(2/6): ceph-grafana-dashboards-19.0.0-36.g86cc4 102 kB/s | 28 kB 00:00 2023-12-20T09:56:06.366 INFO:teuthology.orchestra.run.smithi190.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 144 kB/s | 34 kB 00:00 2023-12-20T09:56:06.425 INFO:teuthology.orchestra.run.smithi190.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.2 MB/s | 196 kB 00:00 2023-12-20T09:56:06.467 INFO:teuthology.orchestra.run.smithi190.stdout:(5/6): ceph-mgr-dashboard-19.0.0-36.g86cc4aec.e 3.6 MB/s | 1.8 MB 00:00 2023-12-20T09:56:06.567 INFO:teuthology.orchestra.run.smithi190.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 213 kB/s | 43 kB 00:00 2023-12-20T09:56:06.570 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:06.570 INFO:teuthology.orchestra.run.smithi190.stdout:Total 3.2 MB/s | 2.1 MB 00:00 2023-12-20T09:56:06.581 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:56:06.590 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:56:06.590 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:56:06.657 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:56:06.666 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:56:06.959 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:56:07.173 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-12-20T09:56:07.361 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-12-20T09:56:07.583 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-12-20T09:56:07.704 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 4/6 2023-12-20T09:56:08.069 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 5/6 2023-12-20T09:56:08.324 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T09:56:08.591 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 6/6 2023-12-20T09:56:08.591 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.no 1/6 2023-12-20T09:56:08.591 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2/6 2023-12-20T09:56:08.591 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noa 3/6 2023-12-20T09:56:08.591 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-12-20T09:56:08.591 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-12-20T09:56:08.958 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-20T09:56:08.958 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:09.499 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:56:09.657 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-20T09:56:10.005 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:11.333 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-20T09:56:11.333 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:56:11.631 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-20T09:56:11.879 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:11.880 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:56:12.024 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-20T09:56:12.038 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-20T09:56:12.392 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:14.263 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-20T09:56:14.523 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:56:14.524 INFO:teuthology.orchestra.run.smithi113.stdout:======================================================================================================================= 2023-12-20T09:56:14.524 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout:======================================================================================================================= 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 7.4 M 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:14.525 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:56:14.526 INFO:teuthology.orchestra.run.smithi113.stdout:======================================================================================================================= 2023-12-20T09:56:14.526 INFO:teuthology.orchestra.run.smithi113.stdout:Install 8 Packages 2023-12-20T09:56:14.526 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:14.526 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 36 M 2023-12-20T09:56:14.526 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 207 M 2023-12-20T09:56:14.526 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:56:14.635 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-20T09:56:14.814 INFO:teuthology.orchestra.run.smithi113.stdout:(1/8): libgfortran-8.5.0-20.el8.x86_64.rpm 2.2 MB/s | 645 kB 00:00 2023-12-20T09:56:14.855 INFO:teuthology.orchestra.run.smithi113.stdout:(2/8): libquadmath-8.5.0-20.el8.x86_64.rpm 524 kB/s | 172 kB 00:00 2023-12-20T09:56:15.073 INFO:teuthology.orchestra.run.smithi113.stdout:(3/8): ceph-mgr-diskprediction-local-19.0.0-36. 14 MB/s | 7.4 MB 00:00 2023-12-20T09:56:15.098 INFO:teuthology.orchestra.run.smithi113.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 930 kB/s | 225 kB 00:00 2023-12-20T09:56:15.223 INFO:teuthology.orchestra.run.smithi113.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 9.1 MB/s | 3.7 MB 00:00 2023-12-20T09:56:15.332 INFO:teuthology.orchestra.run.smithi113.stdout:(6/8): openblas-0.3.15-6.el8.x86_64.rpm 22 MB/s | 5.0 MB 00:00 2023-12-20T09:56:15.590 INFO:teuthology.orchestra.run.smithi113.stdout:(7/8): python3-scipy-1.0.0-21.module+el8.9.0+20 37 MB/s | 14 MB 00:00 2023-12-20T09:56:15.694 INFO:teuthology.orchestra.run.smithi113.stdout:(8/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 8.4 MB/s | 5.2 MB 00:00 2023-12-20T09:56:15.695 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:15.695 INFO:teuthology.orchestra.run.smithi113.stdout:Total 31 MB/s | 36 MB 00:01 2023-12-20T09:56:15.941 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:56:15.959 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:56:15.959 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:56:16.092 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-12-20T09:56:16.092 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:56:16.270 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:56:16.278 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-grafana-dashboards-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-prometheus-alerts-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-20T09:56:16.624 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-20T09:56:16.625 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-20T09:56:16.625 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:16.625 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:56:16.779 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-20T09:56:16.828 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:56:17.009 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-20T09:56:17.132 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:17.146 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-20T09:56:17.191 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout:======================================================================================================================= 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout:======================================================================================================================= 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 7.4 M 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-20T09:56:17.193 INFO:teuthology.orchestra.run.smithi163.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout:======================================================================================================================= 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout:Install 8 Packages 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:17.194 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 36 M 2023-12-20T09:56:17.195 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 207 M 2023-12-20T09:56:17.195 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:56:17.317 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:17.409 INFO:teuthology.orchestra.run.smithi163.stdout:(1/8): libgfortran-8.5.0-20.el8.x86_64.rpm 2.9 MB/s | 645 kB 00:00 2023-12-20T09:56:17.434 INFO:teuthology.orchestra.run.smithi163.stdout:(2/8): libquadmath-8.5.0-20.el8.x86_64.rpm 722 kB/s | 172 kB 00:00 2023-12-20T09:56:17.593 INFO:teuthology.orchestra.run.smithi163.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 24 MB/s | 3.7 MB 00:00 2023-12-20T09:56:17.618 INFO:teuthology.orchestra.run.smithi163.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.2 MB/s | 225 kB 00:00 2023-12-20T09:56:17.777 INFO:teuthology.orchestra.run.smithi163.stdout:(5/8): ceph-mgr-diskprediction-local-19.0.0-36. 13 MB/s | 7.4 MB 00:00 2023-12-20T09:56:17.902 INFO:teuthology.orchestra.run.smithi163.stdout:(6/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 17 MB/s | 5.2 MB 00:00 2023-12-20T09:56:17.938 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:17.986 INFO:teuthology.orchestra.run.smithi163.stdout:(7/8): openblas-0.3.15-6.el8.x86_64.rpm 14 MB/s | 5.0 MB 00:00 2023-12-20T09:56:18.101 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-20T09:56:18.228 INFO:teuthology.orchestra.run.smithi163.stdout:(8/8): python3-scipy-1.0.0-21.module+el8.9.0+20 30 MB/s | 14 MB 00:00 2023-12-20T09:56:18.229 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:18.229 INFO:teuthology.orchestra.run.smithi163.stdout:Total 35 MB/s | 36 MB 00:01 2023-12-20T09:56:18.475 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:56:18.494 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:56:18.494 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:56:18.704 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-20T09:56:18.808 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:56:18.817 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:56:18.848 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-20T09:56:18.917 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:19.362 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:56:19.505 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-20T09:56:19.512 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-20T09:56:19.632 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:19.668 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-20T09:56:19.820 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:19.971 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T09:56:20.192 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T09:56:20.443 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:20.654 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-20T09:56:21.258 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-20T09:56:21.437 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:21.814 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:56:21.815 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================================================= 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================================================= 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 7.4 M 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-12-20T09:56:21.816 INFO:teuthology.orchestra.run.smithi190.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================================================= 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout:Install 8 Packages 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 36 M 2023-12-20T09:56:21.817 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 207 M 2023-12-20T09:56:21.818 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:56:21.941 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T09:56:22.074 INFO:teuthology.orchestra.run.smithi190.stdout:(1/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 882 kB/s | 225 kB 00:00 2023-12-20T09:56:22.123 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:22.257 INFO:teuthology.orchestra.run.smithi190.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 8.5 MB/s | 3.7 MB 00:00 2023-12-20T09:56:22.375 INFO:teuthology.orchestra.run.smithi190.stdout:(3/8): ceph-mgr-diskprediction-local-19.0.0-36. 13 MB/s | 7.4 MB 00:00 2023-12-20T09:56:22.441 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T09:56:22.525 INFO:teuthology.orchestra.run.smithi190.stdout:(4/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 12 MB/s | 5.2 MB 00:00 2023-12-20T09:56:22.600 INFO:teuthology.orchestra.run.smithi190.stdout:(5/8): openblas-0.3.15-6.el8.x86_64.rpm 15 MB/s | 5.0 MB 00:00 2023-12-20T09:56:22.662 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T09:56:22.717 INFO:teuthology.orchestra.run.smithi190.stdout:(6/8): libgfortran-8.5.0-20.el8.x86_64.rpm 3.3 MB/s | 645 kB 00:00 2023-12-20T09:56:22.742 INFO:teuthology.orchestra.run.smithi190.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 1.2 MB/s | 172 kB 00:00 2023-12-20T09:56:22.951 INFO:teuthology.orchestra.run.smithi190.stdout:(8/8): python3-scipy-1.0.0-21.module+el8.9.0+20 24 MB/s | 14 MB 00:00 2023-12-20T09:56:22.952 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:22.952 INFO:teuthology.orchestra.run.smithi190.stdout:Total 32 MB/s | 36 MB 00:01 2023-12-20T09:56:23.199 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:56:23.201 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2023-12-20T09:56:23.217 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:56:23.217 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:56:23.358 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T09:56:23.529 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:56:23.537 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:56:23.653 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T09:56:23.653 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 1/8 2023-12-20T09:56:23.653 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:23.654 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2023-12-20T09:56:23.654 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-20T09:56:23.654 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T09:56:23.654 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 6/8 2023-12-20T09:56:23.654 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 7/8 2023-12-20T09:56:24.120 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:56:24.294 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-20T09:56:24.434 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T09:56:24.470 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2023-12-20T09:56:24.635 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:25.293 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:25.468 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-20T09:56:25.728 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2023-12-20T09:56:25.886 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T09:56:26.055 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2023-12-20T09:56:26.220 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 1/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 6/8 2023-12-20T09:56:26.221 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 7/8 2023-12-20T09:56:26.277 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:26.965 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:27.281 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-20T09:56:27.526 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T09:56:29.276 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-20T09:56:29.724 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 8/8 2023-12-20T09:56:29.724 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: openblas-0.3.15-6.el8.x86_64 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: openblas-threads-0.3.15-6.el8.x86_64 2023-12-20T09:56:30.258 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-20T09:56:30.259 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-20T09:56:30.259 INFO:teuthology.orchestra.run.smithi113.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2023-12-20T09:56:30.259 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:30.259 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:56:30.421 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-rook 2023-12-20T09:56:30.577 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2023-12-20T09:56:30.734 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T09:56:30.771 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 8/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec. 1/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 2/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 3/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 4/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 5/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 6/8 2023-12-20T09:56:31.059 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2023-12-20T09:56:31.323 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 8/8 2023-12-20T09:56:31.324 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:56:31.625 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 92 kB/s | 4.1 kB 00:00 2023-12-20T09:56:31.858 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: openblas-0.3.15-6.el8.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: openblas-threads-0.3.15-6.el8.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:31.859 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:56:31.903 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 116 kB/s | 4.5 kB 00:00 2023-12-20T09:56:32.050 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-mgr-rook 2023-12-20T09:56:32.405 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:34.124 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 99 kB/s | 4.1 kB 00:00 2023-12-20T09:56:34.368 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 166 kB/s | 4.5 kB 00:00 2023-12-20T09:56:34.427 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:56:34.429 INFO:teuthology.orchestra.run.smithi113.stdout:====================================================================================================== 2023-12-20T09:56:34.429 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:56:34.429 INFO:teuthology.orchestra.run.smithi113.stdout:====================================================================================================== 2023-12-20T09:56:34.429 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:56:34.429 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-rook noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 50 k 2023-12-20T09:56:34.429 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:34.430 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:56:34.431 INFO:teuthology.orchestra.run.smithi113.stdout:====================================================================================================== 2023-12-20T09:56:34.431 INFO:teuthology.orchestra.run.smithi113.stdout:Install 13 Packages 2023-12-20T09:56:34.431 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:34.431 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 1.9 M 2023-12-20T09:56:34.431 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 25 M 2023-12-20T09:56:34.431 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:56:34.714 INFO:teuthology.orchestra.run.smithi113.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 151 kB/s | 33 kB 00:00 2023-12-20T09:56:34.731 INFO:teuthology.orchestra.run.smithi113.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 69 kB/s | 16 kB 00:00 2023-12-20T09:56:34.764 INFO:teuthology.orchestra.run.smithi113.stdout:(3/13): ceph-mgr-rook-19.0.0-36.g86cc4aec.el8.n 185 kB/s | 50 kB 00:00 2023-12-20T09:56:34.798 INFO:teuthology.orchestra.run.smithi113.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 968 kB/s | 81 kB 00:00 2023-12-20T09:56:34.856 INFO:teuthology.orchestra.run.smithi113.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 1.1 MB/s | 61 kB 00:00 2023-12-20T09:56:34.957 INFO:teuthology.orchestra.run.smithi113.stdout:(6/13): python3-kubernetes-11.0.0-6.el8.noarch. 5.2 MB/s | 1.2 MB 00:00 2023-12-20T09:56:34.982 INFO:teuthology.orchestra.run.smithi113.stdout:(7/13): python3-rsa-4.9-2.el8.noarch.rpm 295 kB/s | 64 kB 00:00 2023-12-20T09:56:35.007 INFO:teuthology.orchestra.run.smithi113.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.0 MB/s | 155 kB 00:00 2023-12-20T09:56:35.074 INFO:teuthology.orchestra.run.smithi113.stdout:(9/13): python3-requests-oauthlib-1.0.0-1.el8.n 364 kB/s | 43 kB 00:00 2023-12-20T09:56:35.099 INFO:teuthology.orchestra.run.smithi113.stdout:(10/13): python3-jsonpointer-1.10-11.el8.noarch 179 kB/s | 20 kB 00:00 2023-12-20T09:56:35.125 INFO:teuthology.orchestra.run.smithi113.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 983 kB/s | 110 kB 00:00 2023-12-20T09:56:35.150 INFO:teuthology.orchestra.run.smithi113.stdout:(12/13): python3-jsonpatch-1.21-2.el8.noarch.rp 352 kB/s | 27 kB 00:00 2023-12-20T09:56:35.175 INFO:teuthology.orchestra.run.smithi113.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.6 MB/s | 126 kB 00:00 2023-12-20T09:56:35.178 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:35.178 INFO:teuthology.orchestra.run.smithi113.stdout:Total 2.6 MB/s | 1.9 MB 00:00 2023-12-20T09:56:35.241 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:56:35.256 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:56:35.257 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:56:35.337 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:56:35.345 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:56:35.841 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:56:35.939 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2023-12-20T09:56:35.939 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:56:36.072 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-20T09:56:36.391 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-20T09:56:36.478 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:36.478 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-diskprediction-local-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-0.3.15-6.el8.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-threads-0.3.15-6.el8.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:36.479 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:56:36.578 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-20T09:56:36.647 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-rook 2023-12-20T09:56:36.728 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-20T09:56:36.845 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout:====================================================================================================== 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout:====================================================================================================== 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-rook noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 50 k 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-20T09:56:36.847 INFO:teuthology.orchestra.run.smithi163.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout:====================================================================================================== 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout:Install 13 Packages 2023-12-20T09:56:36.848 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:36.849 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 1.9 M 2023-12-20T09:56:36.849 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 25 M 2023-12-20T09:56:36.849 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:56:36.991 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-20T09:56:36.996 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:37.074 INFO:teuthology.orchestra.run.smithi163.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 168 kB/s | 33 kB 00:00 2023-12-20T09:56:37.093 INFO:teuthology.orchestra.run.smithi163.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 77 kB/s | 16 kB 00:00 2023-12-20T09:56:37.117 INFO:teuthology.orchestra.run.smithi163.stdout:(3/13): ceph-mgr-rook-19.0.0-36.g86cc4aec.el8.n 210 kB/s | 50 kB 00:00 2023-12-20T09:56:37.159 INFO:teuthology.orchestra.run.smithi163.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 969 kB/s | 81 kB 00:00 2023-12-20T09:56:37.209 INFO:teuthology.orchestra.run.smithi163.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 1.3 MB/s | 61 kB 00:00 2023-12-20T09:56:37.275 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-20T09:56:37.284 INFO:teuthology.orchestra.run.smithi163.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 2.0 MB/s | 155 kB 00:00 2023-12-20T09:56:37.318 INFO:teuthology.orchestra.run.smithi163.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 1.3 MB/s | 43 kB 00:00 2023-12-20T09:56:37.360 INFO:teuthology.orchestra.run.smithi163.stdout:(8/13): python3-rsa-4.9-2.el8.noarch.rpm 264 kB/s | 64 kB 00:00 2023-12-20T09:56:37.377 INFO:teuthology.orchestra.run.smithi163.stdout:(9/13): python3-jsonpointer-1.10-11.el8.noarch. 341 kB/s | 20 kB 00:00 2023-12-20T09:56:37.419 INFO:teuthology.orchestra.run.smithi163.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 735 kB/s | 27 kB 00:00 2023-12-20T09:56:37.444 INFO:teuthology.orchestra.run.smithi163.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 1.3 MB/s | 110 kB 00:00 2023-12-20T09:56:37.469 INFO:teuthology.orchestra.run.smithi163.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.5 MB/s | 126 kB 00:00 2023-12-20T09:56:37.515 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-20T09:56:37.702 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-20T09:56:37.711 INFO:teuthology.orchestra.run.smithi163.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.9 MB/s | 1.2 MB 00:00 2023-12-20T09:56:37.714 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:37.714 INFO:teuthology.orchestra.run.smithi163.stdout:Total 2.2 MB/s | 1.9 MB 00:00 2023-12-20T09:56:37.719 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-20T09:56:37.776 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:56:37.791 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:56:37.791 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:56:37.872 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:56:37.881 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:56:37.910 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-20T09:56:38.176 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-20T09:56:38.237 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-20T09:56:38.404 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:56:38.668 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-20T09:56:38.911 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-20T09:56:39.065 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-20T09:56:39.244 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-20T09:56:39.266 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-12-20T09:56:39.462 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-12-20T09:56:39.498 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-20T09:56:39.654 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T09:56:39.730 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-20T09:56:39.963 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 1/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 10/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2023-12-20T09:56:39.964 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-20T09:56:39.978 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-20T09:56:40.207 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-20T09:56:40.389 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-20T09:56:40.460 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:56:40.462 INFO:teuthology.orchestra.run.smithi190.stdout:====================================================================================================== 2023-12-20T09:56:40.462 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:56:40.462 INFO:teuthology.orchestra.run.smithi190.stdout:====================================================================================================== 2023-12-20T09:56:40.462 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-rook noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 50 k 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-12-20T09:56:40.463 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout:====================================================================================================== 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2023-12-20T09:56:40.464 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:40.465 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 1.9 M 2023-12-20T09:56:40.465 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 25 M 2023-12-20T09:56:40.465 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:56:40.690 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-20T09:56:40.983 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): ceph-mgr-rook-19.0.0-36.g86cc4aec.el8.n 142 kB/s | 50 kB 00:00 2023-12-20T09:56:41.008 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 43 kB/s | 16 kB 00:00 2023-12-20T09:56:41.034 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 82 kB/s | 33 kB 00:00 2023-12-20T09:56:41.251 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 296 kB/s | 64 kB 00:00 2023-12-20T09:56:41.393 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 432 kB/s | 61 kB 00:00 2023-12-20T09:56:41.435 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-google-auth-1.1.1-10.el8.noarch 180 kB/s | 81 kB 00:00 2023-12-20T09:56:41.460 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): python3-jsonpointer-1.10-11.el8.noarch. 300 kB/s | 20 kB 00:00 2023-12-20T09:56:41.519 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.3 MB/s | 1.2 MB 00:00 2023-12-20T09:56:41.544 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 339 kB/s | 27 kB 00:00 2023-12-20T09:56:41.611 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 626 kB/s | 110 kB 00:00 2023-12-20T09:56:41.636 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-12-20T09:56:41.662 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 1.4 MB/s | 155 kB 00:00 2023-12-20T09:56:41.687 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): python3-requests-oauthlib-1.0.0-1.el8. 566 kB/s | 43 kB 00:00 2023-12-20T09:56:41.690 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:41.690 INFO:teuthology.orchestra.run.smithi190.stdout:Total 1.6 MB/s | 1.9 MB 00:01 2023-12-20T09:56:41.758 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:56:41.774 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:56:41.774 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:56:41.790 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-20T09:56:41.856 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:56:41.865 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:56:42.028 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-20T09:56:42.192 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T09:56:42.403 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:56:42.470 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 1/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-20T09:56:42.471 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 10/13 2023-12-20T09:56:42.472 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 11/13 2023-12-20T09:56:42.472 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-20T09:56:42.666 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-20T09:56:42.902 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-12-20T09:56:43.110 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-12-20T09:56:43.353 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-12-20T09:56:43.580 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-12-20T09:56:43.823 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-12-20T09:56:43.994 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-12-20T09:56:44.215 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-12-20T09:56:44.381 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-20T09:56:44.639 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-12-20T09:56:44.845 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 13/13 2023-12-20T09:56:44.846 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:56:45.362 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:45.362 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:56:45.362 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:45.362 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:45.363 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:56:45.506 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-cephadm 2023-12-20T09:56:45.737 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-12-20T09:56:45.862 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:45.993 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-12-20T09:56:46.132 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 13/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 1/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 8/13 2023-12-20T09:56:46.404 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 9/13 2023-12-20T09:56:46.405 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 10/13 2023-12-20T09:56:46.405 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 11/13 2023-12-20T09:56:46.405 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 12/13 2023-12-20T09:56:46.806 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 102 kB/s | 4.1 kB 00:00 2023-12-20T09:56:47.091 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 108 kB/s | 4.5 kB 00:00 2023-12-20T09:56:47.409 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 13/13 2023-12-20T09:56:47.409 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:56:47.949 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:47.949 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:56:47.949 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:47.949 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-20T09:56:47.949 INFO:teuthology.orchestra.run.smithi163.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-20T09:56:47.949 INFO:teuthology.orchestra.run.smithi163.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:47.950 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:56:48.130 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-mgr-cephadm 2023-12-20T09:56:48.490 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:49.611 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:56:49.612 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================= 2023-12-20T09:56:49.612 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:56:49.612 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================= 2023-12-20T09:56:49.612 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:56:49.612 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 133 k 2023-12-20T09:56:49.612 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================= 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout:Install 5 Packages 2023-12-20T09:56:49.613 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:56:49.614 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 6.0 M 2023-12-20T09:56:49.614 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 26 M 2023-12-20T09:56:49.614 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:56:49.949 INFO:teuthology.orchestra.run.smithi113.stdout:(1/5): ceph-mgr-cephadm-19.0.0-36.g86cc4aec.el8 688 kB/s | 133 kB 00:00 2023-12-20T09:56:50.058 INFO:teuthology.orchestra.run.smithi113.stdout:(2/5): python3-natsort-7.1.1-2.el8.noarch.rpm 200 kB/s | 60 kB 00:00 2023-12-20T09:56:50.250 INFO:teuthology.orchestra.run.smithi113.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 16 MB/s | 4.8 MB 00:00 2023-12-20T09:56:50.275 INFO:teuthology.orchestra.run.smithi113.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 918 kB/s | 476 kB 00:00 2023-12-20T09:56:50.300 INFO:teuthology.orchestra.run.smithi113.stdout:(5/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.2 MB/s | 538 kB 00:00 2023-12-20T09:56:50.301 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:50.301 INFO:teuthology.orchestra.run.smithi113.stdout:Total 8.7 MB/s | 6.0 MB 00:00 2023-12-20T09:56:50.355 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:56:50.366 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:56:50.366 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:56:50.403 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-20T09:56:50.454 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:56:50.462 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:56:50.800 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-20T09:56:51.424 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:56:51.763 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-20T09:56:52.265 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-20T09:56:53.262 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:56:53.263 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================= 2023-12-20T09:56:53.263 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================= 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 133 k 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================= 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout:Install 5 Packages 2023-12-20T09:56:53.264 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:56:53.265 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 6.0 M 2023-12-20T09:56:53.265 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 26 M 2023-12-20T09:56:53.265 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:56:53.678 INFO:teuthology.orchestra.run.smithi163.stdout:(1/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.7 MB/s | 476 kB 00:00 2023-12-20T09:56:53.737 INFO:teuthology.orchestra.run.smithi163.stdout:(2/5): ceph-mgr-cephadm-19.0.0-36.g86cc4aec.el8 405 kB/s | 133 kB 00:00 2023-12-20T09:56:53.756 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 13/13 2023-12-20T09:56:53.756 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:56:53.762 INFO:teuthology.orchestra.run.smithi163.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 171 kB/s | 60 kB 00:00 2023-12-20T09:56:53.944 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-20T09:56:53.962 INFO:teuthology.orchestra.run.smithi163.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.3 MB/s | 538 kB 00:00 2023-12-20T09:56:54.171 INFO:teuthology.orchestra.run.smithi163.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 9.7 MB/s | 4.8 MB 00:00 2023-12-20T09:56:54.172 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:56:54.173 INFO:teuthology.orchestra.run.smithi163.stdout:Total 6.6 MB/s | 6.0 MB 00:00 2023-12-20T09:56:54.227 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:56:54.239 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:56:54.239 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-rook-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-20T09:56:54.306 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-20T09:56:54.307 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-20T09:56:54.307 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-20T09:56:54.307 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-20T09:56:54.307 INFO:teuthology.orchestra.run.smithi190.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-20T09:56:54.307 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:54.307 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:56:54.328 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:56:54.336 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:56:54.362 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-20T09:56:54.459 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-cephadm 2023-12-20T09:56:54.576 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T09:56:54.816 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:56:54.855 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T09:56:54.855 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/5 2023-12-20T09:56:54.855 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-20T09:56:54.855 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-20T09:56:54.855 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2023-12-20T09:56:55.313 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:56:55.635 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-20T09:56:55.933 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-20T09:56:56.262 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-20T09:56:56.307 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-20T09:56:56.563 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-20T09:56:56.772 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T09:56:57.069 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T09:56:57.069 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/5 2023-12-20T09:56:57.069 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-20T09:56:57.069 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-20T09:56:57.069 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2023-12-20T09:56:57.323 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-20T09:56:59.510 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================= 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================= 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-cephadm noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 133 k 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-12-20T09:56:59.511 INFO:teuthology.orchestra.run.smithi190.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================= 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout:Install 5 Packages 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 6.0 M 2023-12-20T09:56:59.512 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 26 M 2023-12-20T09:56:59.513 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:56:59.798 INFO:teuthology.orchestra.run.smithi190.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 426 kB/s | 60 kB 00:00 2023-12-20T09:56:59.840 INFO:teuthology.orchestra.run.smithi190.stdout:(2/5): ceph-mgr-cephadm-19.0.0-36.g86cc4aec.el8 723 kB/s | 133 kB 00:00 2023-12-20T09:56:59.865 INFO:teuthology.orchestra.run.smithi190.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.2 MB/s | 476 kB 00:00 2023-12-20T09:57:00.040 INFO:teuthology.orchestra.run.smithi190.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 20 MB/s | 4.8 MB 00:00 2023-12-20T09:57:00.074 INFO:teuthology.orchestra.run.smithi190.stdout:(5/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.2 MB/s | 538 kB 00:00 2023-12-20T09:57:00.076 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:00.076 INFO:teuthology.orchestra.run.smithi190.stdout:Total 11 MB/s | 6.0 MB 00:00 2023-12-20T09:57:00.129 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:57:00.141 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:57:00.141 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:57:00.233 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:57:00.240 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:57:01.221 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:57:01.550 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-12-20T09:57:01.840 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-12-20T09:57:02.161 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-20T09:57:02.217 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2023-12-20T09:57:02.217 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:57:02.471 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-20T09:57:02.737 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:02.737 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:02.738 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:57:02.880 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-fuse 2023-12-20T09:57:03.054 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T09:57:03.239 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:03.524 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2023-12-20T09:57:03.524 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:57:03.694 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 5/5 2023-12-20T09:57:03.694 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 1/5 2023-12-20T09:57:03.694 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-20T09:57:03.694 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-12-20T09:57:03.694 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2023-12-20T09:57:04.066 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 138 kB/s | 4.1 kB 00:00 2023-12-20T09:57:04.085 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:04.085 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:04.086 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:57:04.242 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-fuse 2023-12-20T09:57:04.480 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-20T09:57:04.603 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:06.474 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-20T09:57:06.849 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-20T09:57:06.984 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 920 k 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-20T09:57:06.985 INFO:teuthology.orchestra.run.smithi113.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout:Install 2 Packages 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 1.0 M 2023-12-20T09:57:06.986 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 3.1 M 2023-12-20T09:57:06.987 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:57:07.270 INFO:teuthology.orchestra.run.smithi113.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 294 kB/s | 83 kB 00:00 2023-12-20T09:57:07.395 INFO:teuthology.orchestra.run.smithi113.stdout:(2/2): ceph-fuse-19.0.0-36.g86cc4aec.el8.x86_64 2.2 MB/s | 920 kB 00:00 2023-12-20T09:57:07.396 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:07.396 INFO:teuthology.orchestra.run.smithi113.stdout:Total 2.4 MB/s | 1.0 MB 00:00 2023-12-20T09:57:07.409 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:57:07.430 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:57:07.430 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:57:07.514 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:57:07.523 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:57:07.691 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:57:07.969 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-20T09:57:08.164 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T09:57:08.568 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T09:57:08.568 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/2 2023-12-20T09:57:09.326 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 920 k 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-20T09:57:09.327 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout:Install 2 Packages 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 1.0 M 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 3.1 M 2023-12-20T09:57:09.328 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:57:09.581 INFO:teuthology.orchestra.run.smithi163.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 330 kB/s | 83 kB 00:00 2023-12-20T09:57:09.748 INFO:teuthology.orchestra.run.smithi163.stdout:(2/2): ceph-fuse-19.0.0-36.g86cc4aec.el8.x86_64 2.1 MB/s | 920 kB 00:00 2023-12-20T09:57:09.748 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:09.748 INFO:teuthology.orchestra.run.smithi163.stdout:Total 2.3 MB/s | 1.0 MB 00:00 2023-12-20T09:57:09.760 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:57:09.781 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:57:09.782 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:57:09.866 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:57:09.875 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:57:10.050 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:57:10.316 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-20T09:57:10.511 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T09:57:10.715 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2023-12-20T09:57:10.715 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:57:10.872 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T09:57:10.872 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/2 2023-12-20T09:57:11.293 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:11.293 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:57:11.293 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-cephadm-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:57:11.293 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-20T09:57:11.293 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-20T09:57:11.293 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-20T09:57:11.294 INFO:teuthology.orchestra.run.smithi190.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-20T09:57:11.294 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:11.294 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:57:11.444 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-fuse 2023-12-20T09:57:11.799 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:12.581 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 118 kB/s | 4.5 kB 00:00 2023-12-20T09:57:13.111 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 117 kB/s | 4.1 kB 00:00 2023-12-20T09:57:13.715 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-20T09:57:13.716 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:57:14.233 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:14.233 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:57:14.233 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-20T09:57:14.233 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:14.233 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:57:14.385 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-volume 2023-12-20T09:57:14.746 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:15.324 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 920 k 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:15.325 INFO:teuthology.orchestra.run.smithi190.stdout:Install 2 Packages 2023-12-20T09:57:15.326 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:15.326 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 1.0 M 2023-12-20T09:57:15.326 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 3.1 M 2023-12-20T09:57:15.326 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:57:15.394 INFO:teuthology.orchestra.run.smithi190.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 1.2 MB/s | 83 kB 00:00 2023-12-20T09:57:15.547 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-20T09:57:15.602 INFO:teuthology.orchestra.run.smithi190.stdout:(2/2): ceph-fuse-19.0.0-36.g86cc4aec.el8.x86_64 3.3 MB/s | 920 kB 00:00 2023-12-20T09:57:15.603 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:15.603 INFO:teuthology.orchestra.run.smithi190.stdout:Total 3.5 MB/s | 1.0 MB 00:00 2023-12-20T09:57:15.615 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:57:15.636 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:57:15.637 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:57:15.673 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-20T09:57:15.853 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:57:15.853 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-20T09:57:15.854 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:57:15.854 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:57:15.922 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:57:16.212 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:16.212 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:57:16.212 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-20T09:57:16.212 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:16.212 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:57:16.216 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-20T09:57:16.354 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-volume 2023-12-20T09:57:16.435 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T09:57:16.716 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:16.819 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2/2 2023-12-20T09:57:16.819 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/2 2023-12-20T09:57:17.792 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2023-12-20T09:57:18.091 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 kB/s | 4.5 kB 00:00 2023-12-20T09:57:18.226 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:57:18.226 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-volume noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 262 k 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:57:18.227 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:18.228 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 262 k 2023-12-20T09:57:18.228 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 1.3 M 2023-12-20T09:57:18.228 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:57:18.602 INFO:teuthology.orchestra.run.smithi113.stdout:ceph-volume-19.0.0-36.g86cc4aec.el8.noarch.rpm 699 kB/s | 262 kB 00:00 2023-12-20T09:57:18.603 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:18.603 INFO:teuthology.orchestra.run.smithi113.stdout:Total 697 kB/s | 262 kB 00:00 2023-12-20T09:57:18.603 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:57:18.613 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:57:18.614 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:57:18.643 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:57:18.651 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:57:18.832 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:57:19.096 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:19.512 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:20.621 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-volume noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 262 k 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:20.622 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:57:20.623 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:20.623 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:57:20.623 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:20.623 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 262 k 2023-12-20T09:57:20.623 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 1.3 M 2023-12-20T09:57:20.623 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:57:20.836 INFO:teuthology.orchestra.run.smithi163.stdout:ceph-volume-19.0.0-36.g86cc4aec.el8.noarch.rpm 1.2 MB/s | 262 kB 00:00 2023-12-20T09:57:20.838 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:20.838 INFO:teuthology.orchestra.run.smithi163.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-12-20T09:57:20.838 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:57:20.848 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:57:20.848 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:57:20.877 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:57:20.887 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:57:21.084 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:57:21.371 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:21.765 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:23.789 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-20T09:57:23.789 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:57:24.329 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:24.329 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:57:24.329 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-20T09:57:24.329 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:24.329 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:57:24.486 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-volume 2023-12-20T09:57:24.847 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:26.588 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-20T09:57:26.707 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:26.707 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:57:27.218 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-20T09:57:27.222 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:27.222 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:57:27.222 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:57:27.222 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:27.222 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:57:27.376 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install librados-devel 2023-12-20T09:57:27.739 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:29.426 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:57:29.427 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:29.427 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-volume noarch 2:19.0.0-36.g86cc4aec.el8 ceph-noarch 262 k 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 262 k 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 1.3 M 2023-12-20T09:57:29.428 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:57:29.474 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-20T09:57:29.758 INFO:teuthology.orchestra.run.smithi190.stdout:ceph-volume-19.0.0-36.g86cc4aec.el8.noarch.rpm 792 kB/s | 262 kB 00:00 2023-12-20T09:57:29.759 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:29.759 INFO:teuthology.orchestra.run.smithi190.stdout:Total 789 kB/s | 262 kB 00:00 2023-12-20T09:57:29.759 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:57:29.770 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:57:29.770 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:57:29.799 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:57:29.807 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:57:29.871 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-20T09:57:29.988 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:57:30.144 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:30.145 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:57:30.242 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:30.657 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:30.678 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:30.678 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:57:30.678 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:57:30.678 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:30.678 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:57:30.862 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install librados-devel 2023-12-20T09:57:31.226 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:32.277 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:57:32.277 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout: librados-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 139 k 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 139 k 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 513 k 2023-12-20T09:57:32.278 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:57:32.467 INFO:teuthology.orchestra.run.smithi113.stdout:librados-devel-19.0.0-36.g86cc4aec.el8.x86_64.r 737 kB/s | 139 kB 00:00 2023-12-20T09:57:32.467 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:32.468 INFO:teuthology.orchestra.run.smithi113.stdout:Total 733 kB/s | 139 kB 00:00 2023-12-20T09:57:32.468 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:57:32.473 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:57:32.473 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:57:32.529 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:57:32.537 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:57:32.664 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:57:32.833 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:33.078 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 kB/s | 4.1 kB 00:00 2023-12-20T09:57:33.105 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:33.446 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-20T09:57:36.004 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:57:36.005 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:36.005 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repo Size 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout: librados-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 139 k 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 139 k 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 513 k 2023-12-20T09:57:36.006 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:57:36.292 INFO:teuthology.orchestra.run.smithi163.stdout:librados-devel-19.0.0-36.g86cc4aec.el8.x86_64.r 488 kB/s | 139 kB 00:00 2023-12-20T09:57:36.293 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:36.293 INFO:teuthology.orchestra.run.smithi163.stdout:Total 486 kB/s | 139 kB 00:00 2023-12-20T09:57:36.293 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:57:36.298 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:57:36.298 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:57:36.354 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:57:36.363 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:57:36.481 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:57:36.706 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:36.982 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:37.153 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 1/1 2023-12-20T09:57:37.153 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:57:37.712 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:37.713 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:57:37.713 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-volume-2:19.0.0-36.g86cc4aec.el8.noarch 2023-12-20T09:57:37.713 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:37.713 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:57:37.875 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librados-devel 2023-12-20T09:57:38.236 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:39.888 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-20T09:57:40.552 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-20T09:57:41.612 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:41.612 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:57:42.128 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:42.128 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:57:42.128 INFO:teuthology.orchestra.run.smithi113.stdout: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:57:42.128 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:42.128 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:57:42.282 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install libcephfs2 2023-12-20T09:57:42.642 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:42.743 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:57:42.743 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:42.743 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2023-12-20T09:57:42.743 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout: librados-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 139 k 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 139 k 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 513 k 2023-12-20T09:57:42.744 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:57:42.940 INFO:teuthology.orchestra.run.smithi190.stdout:librados-devel-19.0.0-36.g86cc4aec.el8.x86_64.r 713 kB/s | 139 kB 00:00 2023-12-20T09:57:42.940 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:42.940 INFO:teuthology.orchestra.run.smithi190.stdout:Total 708 kB/s | 139 kB 00:00 2023-12-20T09:57:42.941 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:57:42.946 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:57:42.946 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:57:43.002 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:57:43.010 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:57:43.130 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:57:43.371 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:43.626 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:44.418 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-20T09:57:44.794 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-20T09:57:47.039 INFO:teuthology.orchestra.run.smithi113.stdout:Package libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:57:47.215 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:57:47.216 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:57:47.216 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:57:47.349 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install libcephfs-devel 2023-12-20T09:57:47.455 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:47.455 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:57:47.708 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:48.015 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:48.015 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:57:48.015 INFO:teuthology.orchestra.run.smithi163.stdout: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:57:48.015 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:48.015 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:57:48.171 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install libcephfs2 2023-12-20T09:57:48.534 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:49.418 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 kB/s | 4.1 kB 00:00 2023-12-20T09:57:49.779 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-20T09:57:50.408 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-20T09:57:50.767 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-20T09:57:51.330 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:51.331 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:57:51.873 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:51.873 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:57:51.873 INFO:teuthology.orchestra.run.smithi190.stdout: librados-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:57:51.873 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:57:51.873 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:57:52.048 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install libcephfs2 2023-12-20T09:57:52.249 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 31 k 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:57:52.250 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:57:52.251 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 31 k 2023-12-20T09:57:52.251 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 139 k 2023-12-20T09:57:52.251 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:57:52.418 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:52.495 INFO:teuthology.orchestra.run.smithi113.stdout:libcephfs-devel-19.0.0-36.g86cc4aec.el8.x86_64. 127 kB/s | 31 kB 00:00 2023-12-20T09:57:52.496 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:52.496 INFO:teuthology.orchestra.run.smithi113.stdout:Total 126 kB/s | 31 kB 00:00 2023-12-20T09:57:52.496 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:57:52.500 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:57:52.500 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:57:52.512 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:57:52.520 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:57:52.579 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:57:52.803 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:53.055 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:53.163 INFO:teuthology.orchestra.run.smithi163.stdout:Package libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:57:53.342 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:57:53.343 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:57:53.343 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:57:53.486 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install libcephfs-devel 2023-12-20T09:57:53.844 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:54.298 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-20T09:57:54.932 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-20T09:57:55.749 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-20T09:57:56.080 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-20T09:57:56.970 INFO:teuthology.orchestra.run.smithi190.stdout:Package libcephfs2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:57:57.142 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:57:57.143 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:57:57.143 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:57:57.288 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install libcephfs-devel 2023-12-20T09:57:57.650 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:57:58.606 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repo Size 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 31 k 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:57:58.607 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:57:58.608 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 31 k 2023-12-20T09:57:58.608 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 139 k 2023-12-20T09:57:58.608 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:57:58.935 INFO:teuthology.orchestra.run.smithi163.stdout:libcephfs-devel-19.0.0-36.g86cc4aec.el8.x86_64. 95 kB/s | 31 kB 00:00 2023-12-20T09:57:58.936 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:57:58.936 INFO:teuthology.orchestra.run.smithi163.stdout:Total 94 kB/s | 31 kB 00:00 2023-12-20T09:57:58.936 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:57:58.940 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:57:58.940 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:57:58.953 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:57:58.961 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:57:59.038 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:57:59.211 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:59.362 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-20T09:57:59.474 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:57:59.914 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 73 kB/s | 4.1 kB 00:00 2023-12-20T09:58:00.097 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:00.098 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:58:00.633 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:00.633 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:58:00.633 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:00.633 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:00.634 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:00.779 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install librados2 2023-12-20T09:58:01.135 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-devel x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 31 k 2023-12-20T09:58:02.103 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 31 k 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 139 k 2023-12-20T09:58:02.104 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:58:02.500 INFO:teuthology.orchestra.run.smithi190.stdout:libcephfs-devel-19.0.0-36.g86cc4aec.el8.x86_64. 78 kB/s | 31 kB 00:00 2023-12-20T09:58:02.500 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:02.500 INFO:teuthology.orchestra.run.smithi190.stdout:Total 78 kB/s | 31 kB 00:00 2023-12-20T09:58:02.501 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:58:02.505 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:58:02.505 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:58:02.517 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:58:02.526 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:58:02.588 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:58:02.752 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:03.017 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-20T09:58:03.020 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:03.376 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-20T09:58:05.635 INFO:teuthology.orchestra.run.smithi113.stdout:Package librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:05.811 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:05.812 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:58:05.812 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:05.949 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install librbd1 2023-12-20T09:58:06.306 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:07.986 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-20T09:58:07.994 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:07.994 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:58:08.378 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-20T09:58:08.537 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:08.537 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:58:08.537 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:08.537 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:08.537 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:08.691 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install librados2 2023-12-20T09:58:09.052 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:10.619 INFO:teuthology.orchestra.run.smithi113.stdout:Package librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:10.792 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:10.793 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:58:10.794 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:10.846 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-20T09:58:10.929 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-rados 2023-12-20T09:58:11.212 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-20T09:58:11.286 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:11.418 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:11.418 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:58:11.986 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:11.986 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:58:11.986 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-devel-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:11.986 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:11.986 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:12.134 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librados2 2023-12-20T09:58:12.490 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:12.974 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 kB/s | 4.1 kB 00:00 2023-12-20T09:58:13.346 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-20T09:58:13.608 INFO:teuthology.orchestra.run.smithi163.stdout:Package librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:13.786 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:13.787 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:58:13.787 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:13.931 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install librbd1 2023-12-20T09:58:14.239 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2023-12-20T09:58:14.292 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:14.865 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-20T09:58:15.594 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:15.770 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:15.771 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:58:15.771 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:15.915 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-rgw 2023-12-20T09:58:16.080 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-20T09:58:16.271 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:16.456 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-20T09:58:16.909 INFO:teuthology.orchestra.run.smithi190.stdout:Package librados2-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:17.084 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:17.085 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:58:17.085 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:17.223 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librbd1 2023-12-20T09:58:17.583 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:18.145 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-20T09:58:18.534 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-20T09:58:18.774 INFO:teuthology.orchestra.run.smithi163.stdout:Package librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:18.945 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:18.947 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:58:18.947 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:19.084 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install python3-rados 2023-12-20T09:58:19.306 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-20T09:58:19.443 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:19.948 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-20T09:58:20.883 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:21.051 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:21.052 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:58:21.052 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:21.197 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-cephfs 2023-12-20T09:58:21.285 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-20T09:58:21.554 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:21.650 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-20T09:58:22.000 INFO:teuthology.orchestra.run.smithi190.stdout:Package librbd1-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:22.174 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:22.175 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:58:22.175 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:22.307 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rados 2023-12-20T09:58:22.668 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:23.293 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-20T09:58:23.672 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-20T09:58:23.962 INFO:teuthology.orchestra.run.smithi163.stdout:Package python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:24.137 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:24.139 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:58:24.139 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:24.268 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install python3-rgw 2023-12-20T09:58:24.379 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-20T09:58:24.625 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:25.010 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-20T09:58:25.968 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:26.139 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:26.140 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:58:26.140 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:26.280 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-rbd 2023-12-20T09:58:26.394 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 74 kB/s | 4.1 kB 00:00 2023-12-20T09:58:26.636 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:26.664 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 92 kB/s | 4.5 kB 00:00 2023-12-20T09:58:27.029 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rados-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:27.206 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:27.207 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:58:27.207 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:27.367 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rgw 2023-12-20T09:58:27.443 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-20T09:58:27.730 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:27.836 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-20T09:58:28.978 INFO:teuthology.orchestra.run.smithi163.stdout:Package python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:29.151 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:29.152 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:58:29.152 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:29.280 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install python3-cephfs 2023-12-20T09:58:29.349 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-20T09:58:29.638 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:29.884 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 88 kB/s | 4.1 kB 00:00 2023-12-20T09:58:30.096 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:30.272 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:30.273 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-20T09:58:30.273 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:30.411 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install rbd-fuse 2023-12-20T09:58:30.527 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 103 kB/s | 4.1 kB 00:00 2023-12-20T09:58:30.769 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:30.778 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 117 kB/s | 4.5 kB 00:00 2023-12-20T09:58:31.610 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-20T09:58:31.885 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-20T09:58:32.007 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rgw-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:32.178 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:32.179 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:58:32.179 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:32.324 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-cephfs 2023-12-20T09:58:32.682 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:33.136 INFO:teuthology.orchestra.run.smithi163.stdout:Package python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:33.310 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:33.311 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:58:33.311 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:33.448 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install python3-rbd 2023-12-20T09:58:33.466 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-20T09:58:33.807 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:33.997 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2023-12-20T09:58:34.282 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:34.283 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:34.283 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:34.283 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:34.284 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:58:34.284 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 94 k 2023-12-20T09:58:34.284 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:34.284 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:58:34.284 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:34.284 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:58:34.285 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:34.285 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 94 k 2023-12-20T09:58:34.285 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 280 k 2023-12-20T09:58:34.285 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:58:34.618 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 149 kB/s | 4.1 kB 00:00 2023-12-20T09:58:34.656 INFO:teuthology.orchestra.run.smithi113.stdout:rbd-fuse-19.0.0-36.g86cc4aec.el8.x86_64.rpm 251 kB/s | 94 kB 00:00 2023-12-20T09:58:34.656 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:34.657 INFO:teuthology.orchestra.run.smithi113.stdout:Total 250 kB/s | 94 kB 00:00 2023-12-20T09:58:34.657 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:58:34.667 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:58:34.667 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:58:34.724 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:58:34.732 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:58:34.866 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 134 kB/s | 4.5 kB 00:00 2023-12-20T09:58:34.868 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:58:35.019 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:35.289 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:36.026 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-cephfs-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:36.199 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:36.200 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:58:36.200 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:36.347 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rbd 2023-12-20T09:58:36.705 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:37.168 INFO:teuthology.orchestra.run.smithi163.stdout:Package python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:37.346 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:37.348 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-20T09:58:37.348 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:37.398 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-20T09:58:37.491 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install rbd-fuse 2023-12-20T09:58:37.850 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:37.957 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 131 kB/s | 4.1 kB 00:00 2023-12-20T09:58:38.657 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 122 kB/s | 4.1 kB 00:00 2023-12-20T09:58:38.898 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 143 kB/s | 4.5 kB 00:00 2023-12-20T09:58:39.826 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:39.826 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:58:39.981 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rbd-2:19.0.0-36.g86cc4aec.el8.x86_64 is already installed. 2023-12-20T09:58:40.153 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:40.154 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2023-12-20T09:58:40.154 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:40.292 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-fuse 2023-12-20T09:58:40.351 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:40.351 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:58:40.351 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:40.351 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:40.352 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:40.503 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install rbd-mirror 2023-12-20T09:58:40.653 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:40.861 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:41.394 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:41.394 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout: rbd-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 94 k 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:58:41.395 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:41.396 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 94 k 2023-12-20T09:58:41.396 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 280 k 2023-12-20T09:58:41.396 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:58:41.489 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 133 kB/s | 4.5 kB 00:00 2023-12-20T09:58:41.744 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 115 kB/s | 4.1 kB 00:00 2023-12-20T09:58:41.749 INFO:teuthology.orchestra.run.smithi163.stdout:rbd-fuse-19.0.0-36.g86cc4aec.el8.x86_64.rpm 265 kB/s | 94 kB 00:00 2023-12-20T09:58:41.749 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:41.750 INFO:teuthology.orchestra.run.smithi163.stdout:Total 264 kB/s | 94 kB 00:00 2023-12-20T09:58:41.750 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:58:41.760 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:58:41.760 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:58:41.816 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:58:41.825 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:58:41.939 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:58:42.000 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 137 kB/s | 4.5 kB 00:00 2023-12-20T09:58:42.024 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 117 kB/s | 4.1 kB 00:00 2023-12-20T09:58:42.145 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:42.398 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:44.217 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-fuse x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 94 k 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:58:44.218 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:44.219 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 94 k 2023-12-20T09:58:44.219 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 280 k 2023-12-20T09:58:44.219 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:58:44.389 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-fuse-19.0.0-36.g86cc4aec.el8.x86_64.rpm 553 kB/s | 94 kB 00:00 2023-12-20T09:58:44.389 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:44.389 INFO:teuthology.orchestra.run.smithi190.stdout:Total 549 kB/s | 94 kB 00:00 2023-12-20T09:58:44.390 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:58:44.400 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:58:44.400 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-mirror x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.6 M 2023-12-20T09:58:44.430 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:44.431 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:58:44.431 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:44.431 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:58:44.431 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:44.431 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 3.6 M 2023-12-20T09:58:44.431 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 17 M 2023-12-20T09:58:44.432 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:58:44.456 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:58:44.465 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:58:44.592 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:58:44.820 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:45.080 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:45.291 INFO:teuthology.orchestra.run.smithi113.stdout:rbd-mirror-19.0.0-36.g86cc4aec.el8.x86_64.rpm 4.2 MB/s | 3.6 MB 00:00 2023-12-20T09:58:45.292 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:45.292 INFO:teuthology.orchestra.run.smithi113.stdout:Total 4.2 MB/s | 3.6 MB 00:00 2023-12-20T09:58:45.292 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:58:45.305 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:58:45.305 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:58:45.376 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:58:45.384 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:58:45.848 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:58:46.035 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:46.416 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:46.937 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:46.937 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:58:47.483 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:47.483 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:58:47.483 INFO:teuthology.orchestra.run.smithi163.stdout: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:47.483 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:47.484 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:47.642 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install rbd-mirror 2023-12-20T09:58:48.005 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:48.786 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2023-12-20T09:58:49.038 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 127 kB/s | 4.5 kB 00:00 2023-12-20T09:58:50.094 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:50.094 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:58:50.636 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:50.636 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:58:50.636 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-fuse-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:50.636 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:50.636 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:58:50.813 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-mirror 2023-12-20T09:58:50.865 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:50.865 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:58:51.174 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:51.392 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:51.393 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:58:51.393 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:51.393 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:51.393 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:58:51.505 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout: rbd-mirror x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.6 M 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:58:51.506 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:51.507 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 3.6 M 2023-12-20T09:58:51.507 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 17 M 2023-12-20T09:58:51.507 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:58:51.581 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install rbd-nbd 2023-12-20T09:58:51.896 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 151 kB/s | 4.5 kB 00:00 2023-12-20T09:58:51.942 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-20T09:58:52.160 INFO:teuthology.orchestra.run.smithi163.stdout:rbd-mirror-19.0.0-36.g86cc4aec.el8.x86_64.rpm 5.5 MB/s | 3.6 MB 00:00 2023-12-20T09:58:52.161 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:52.161 INFO:teuthology.orchestra.run.smithi163.stdout:Total 5.5 MB/s | 3.6 MB 00:00 2023-12-20T09:58:52.162 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:58:52.174 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:58:52.174 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:58:52.244 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:58:52.252 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:58:52.430 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 135 kB/s | 4.1 kB 00:00 2023-12-20T09:58:52.682 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-20T09:58:52.710 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:58:52.957 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-20T09:58:53.037 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:53.450 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:54.636 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-mirror x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 3.6 M 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:58:54.637 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:58:54.638 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 3.6 M 2023-12-20T09:58:54.638 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 17 M 2023-12-20T09:58:54.638 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:58:55.042 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-mirror-19.0.0-36.g86cc4aec.el8.x86_64.rpm 8.9 MB/s | 3.6 MB 00:00 2023-12-20T09:58:55.042 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:55.043 INFO:teuthology.orchestra.run.smithi190.stdout:Total 8.9 MB/s | 3.6 MB 00:00 2023-12-20T09:58:55.043 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:58:55.055 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:58:55.055 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:58:55.123 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:58:55.131 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:58:55.475 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-20T09:58:55.475 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:55.475 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-20T09:58:55.475 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-nbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 181 k 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 181 k 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 573 k 2023-12-20T09:58:55.476 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-20T09:58:55.593 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:58:55.661 INFO:teuthology.orchestra.run.smithi113.stdout:rbd-nbd-19.0.0-36.g86cc4aec.el8.x86_64.rpm 977 kB/s | 181 kB 00:00 2023-12-20T09:58:55.662 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:58:55.662 INFO:teuthology.orchestra.run.smithi113.stdout:Total 971 kB/s | 181 kB 00:00 2023-12-20T09:58:55.662 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-20T09:58:55.673 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-20T09:58:55.673 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-20T09:58:55.730 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-20T09:58:55.739 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-20T09:58:55.804 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:55.858 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-20T09:58:56.031 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:56.210 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:56.323 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:58.273 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:58:58.273 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:58:58.812 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:58.812 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:58:58.812 INFO:teuthology.orchestra.run.smithi163.stdout: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:58:58.812 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:58:58.812 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:58:59.002 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install rbd-nbd 2023-12-20T09:58:59.366 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-20T09:59:01.244 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-20T09:59:01.497 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 92 kB/s | 4.5 kB 00:00 2023-12-20T09:59:03.011 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:03.011 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-20T09:59:03.249 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:03.250 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:59:03.545 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:59:03.545 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-20T09:59:03.545 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:59:03.545 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T09:59:03.545 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-20T09:59:03.786 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:59:03.786 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:59:03.787 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-mirror-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:59:03.787 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:59:03.787 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:59:03.946 DEBUG:teuthology.parallel:result is None 2023-12-20T09:59:03.949 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-nbd 2023-12-20T09:59:03.954 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-20T09:59:03.955 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:59:03.955 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-20T09:59:03.955 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:59:03.955 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout: rbd-nbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 181 k 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 181 k 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 573 k 2023-12-20T09:59:03.956 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-20T09:59:04.147 INFO:teuthology.orchestra.run.smithi163.stdout:rbd-nbd-19.0.0-36.g86cc4aec.el8.x86_64.rpm 946 kB/s | 181 kB 00:00 2023-12-20T09:59:04.148 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:59:04.148 INFO:teuthology.orchestra.run.smithi163.stdout:Total 940 kB/s | 181 kB 00:00 2023-12-20T09:59:04.148 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-20T09:59:04.159 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-20T09:59:04.160 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-20T09:59:04.216 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-20T09:59:04.224 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-20T09:59:04.311 INFO:teuthology.orchestra.run.smithi190.stdout:Updating Subscription Management repositories. 2023-12-20T09:59:04.345 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-20T09:59:04.533 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:04.790 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:05.083 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 118 kB/s | 4.5 kB 00:00 2023-12-20T09:59:05.625 INFO:teuthology.orchestra.run.smithi190.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 105 kB/s | 4.1 kB 00:00 2023-12-20T09:59:07.830 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-nbd x86_64 2:19.0.0-36.g86cc4aec.el8 ceph 181 k 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-20T09:59:07.831 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-20T09:59:07.832 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2023-12-20T09:59:07.832 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:59:07.832 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 181 k 2023-12-20T09:59:07.832 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 573 k 2023-12-20T09:59:07.832 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-20T09:59:08.019 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-nbd-19.0.0-36.g86cc4aec.el8.x86_64.rpm 965 kB/s | 181 kB 00:00 2023-12-20T09:59:08.020 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-20T09:59:08.020 INFO:teuthology.orchestra.run.smithi190.stdout:Total 958 kB/s | 181 kB 00:00 2023-12-20T09:59:08.020 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-20T09:59:08.031 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-20T09:59:08.032 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-20T09:59:08.087 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-20T09:59:08.095 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-20T09:59:08.214 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-20T09:59:08.442 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:08.714 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:12.784 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:12.784 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-20T09:59:13.329 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:59:13.329 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-20T09:59:13.329 INFO:teuthology.orchestra.run.smithi163.stdout: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:59:13.330 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-20T09:59:13.330 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-20T09:59:13.541 DEBUG:teuthology.parallel:result is None 2023-12-20T09:59:15.576 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 1/1 2023-12-20T09:59:15.576 INFO:teuthology.orchestra.run.smithi190.stdout:Installed products updated. 2023-12-20T09:59:16.109 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:59:16.109 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-20T09:59:16.109 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-nbd-2:19.0.0-36.g86cc4aec.el8.x86_64 2023-12-20T09:59:16.109 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T09:59:16.110 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-20T09:59:16.288 DEBUG:teuthology.parallel:result is None 2023-12-20T09:59:16.288 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:59:16.432 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-20T09:59:16.459 INFO:teuthology.orchestra.run.smithi113.stdout:19.0.0-36.g86cc4aec.el8 2023-12-20T09:59:16.460 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-36.g86cc4aec.el8 2023-12-20T09:59:16.460 INFO:teuthology.task.install:The correct ceph version 19.0.0-36.g86cc4aec is installed. 2023-12-20T09:59:16.462 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:59:16.600 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-20T09:59:16.627 INFO:teuthology.orchestra.run.smithi163.stdout:19.0.0-36.g86cc4aec.el8 2023-12-20T09:59:16.628 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-36.g86cc4aec.el8 2023-12-20T09:59:16.628 INFO:teuthology.task.install:The correct ceph version 19.0.0-36.g86cc4aec is installed. 2023-12-20T09:59:16.630 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:59:16.767 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-20T09:59:16.792 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-36.g86cc4aec.el8 2023-12-20T09:59:16.792 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-36.g86cc4aec.el8 2023-12-20T09:59:16.792 INFO:teuthology.task.install:The correct ceph version 19.0.0-36.g86cc4aec is installed. 2023-12-20T09:59:16.794 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-20T09:59:16.794 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T09:59:16.794 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-20T09:59:16.827 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T09:59:16.828 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-20T09:59:16.862 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T09:59:16.862 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-20T09:59:16.892 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-20T09:59:16.893 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T09:59:16.893 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/usr/bin/daemon-helper 2023-12-20T09:59:16.923 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-20T09:59:16.993 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T09:59:16.994 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/usr/bin/daemon-helper 2023-12-20T09:59:17.026 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-20T09:59:17.097 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T09:59:17.097 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2023-12-20T09:59:17.127 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-20T09:59:17.196 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-20T09:59:17.196 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T09:59:17.196 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-20T09:59:17.226 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-20T09:59:17.296 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T09:59:17.296 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-20T09:59:17.326 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-20T09:59:17.396 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T09:59:17.396 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-20T09:59:17.427 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-20T09:59:17.497 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-20T09:59:17.497 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T09:59:17.497 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/usr/bin/stdin-killer 2023-12-20T09:59:17.527 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-20T09:59:17.597 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T09:59:17.597 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/usr/bin/stdin-killer 2023-12-20T09:59:17.628 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-20T09:59:17.697 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T09:59:17.697 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2023-12-20T09:59:17.728 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-20T09:59:17.798 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-20T09:59:17.873 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '86cc4aec42581926507b9749381d531f24687367'} 2023-12-20T09:59:17.876 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:59:17.877 INFO:tasks.cephadm:Cluster fsid is 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T09:59:17.877 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-20T09:59:17.877 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.113', 'mon.b': '172.21.15.163', 'mon.c': '172.21.15.190'} 2023-12-20T09:59:17.877 INFO:tasks.cephadm:First mon is mon.a on smithi113 2023-12-20T09:59:17.877 INFO:tasks.cephadm:First mgr is a 2023-12-20T09:59:17.877 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-20T09:59:17.877 DEBUG:teuthology.orchestra.run.smithi113:> sudo hostname $(hostname -s) 2023-12-20T09:59:17.910 DEBUG:teuthology.orchestra.run.smithi163:> sudo hostname $(hostname -s) 2023-12-20T09:59:17.941 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2023-12-20T09:59:17.972 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-20T09:59:17.972 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:59:18.118 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '86cc4aec42581926507b9749381d531f24687367', '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/75102/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-36-g86cc4aec', 'node_name': '172.21.2.7+braggi07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-36.g86cc4aec'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-12-18 21:41:43.162188', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-rf-pcnt3', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-12-20T09:59:18.330 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-rf-pcnt3, sha1 86cc4aec42581926507b9749381d531f24687367 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=86cc4aec42581926507b9749381d531f24687367 2023-12-20T09:59:18.332 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm 2023-12-20T09:59:18.332 DEBUG:teuthology.orchestra.run.smithi113:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:19.024 INFO:teuthology.orchestra.run.smithi113.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 20 09:59 /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:19.024 DEBUG:teuthology.orchestra.run.smithi163:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:19.745 INFO:teuthology.orchestra.run.smithi163.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 20 09:59 /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:19.745 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rf-pcnt3/86cc4aec42581926507b9749381d531f24687367/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:20.482 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 20 09:59 /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:20.482 DEBUG:teuthology.orchestra.run.smithi113:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:20.504 DEBUG:teuthology.orchestra.run.smithi163:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:20.527 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-20T09:59:20.560 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 on all hosts... 2023-12-20T09:59:20.561 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 pull 2023-12-20T09:59:20.563 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 pull 2023-12-20T09:59:20.570 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 pull 2023-12-20T09:59:21.507 INFO:teuthology.orchestra.run.smithi113.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T09:59:21.661 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T09:59:21.674 INFO:teuthology.orchestra.run.smithi163.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:00:07.985 INFO:teuthology.orchestra.run.smithi113.stdout:{ 2023-12-20T10:00:07.985 INFO:teuthology.orchestra.run.smithi113.stdout: "ceph_version": "ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev)", 2023-12-20T10:00:07.985 INFO:teuthology.orchestra.run.smithi113.stdout: "image_id": "cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb", 2023-12-20T10:00:07.986 INFO:teuthology.orchestra.run.smithi113.stdout: "repo_digests": [ 2023-12-20T10:00:07.986 INFO:teuthology.orchestra.run.smithi113.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4a4a0c925c32ea7cbd1218cd2d9d76858317e10d03e862cd19747a12410512b2" 2023-12-20T10:00:07.986 INFO:teuthology.orchestra.run.smithi113.stdout: ] 2023-12-20T10:00:07.986 INFO:teuthology.orchestra.run.smithi113.stdout:} 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev)", 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb", 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4a4a0c925c32ea7cbd1218cd2d9d76858317e10d03e862cd19747a12410512b2" 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2023-12-20T10:00:23.238 INFO:teuthology.orchestra.run.smithi190.stdout:} 2023-12-20T10:00:23.444 INFO:teuthology.orchestra.run.smithi163.stdout:{ 2023-12-20T10:00:23.445 INFO:teuthology.orchestra.run.smithi163.stdout: "ceph_version": "ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev)", 2023-12-20T10:00:23.445 INFO:teuthology.orchestra.run.smithi163.stdout: "image_id": "cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb", 2023-12-20T10:00:23.445 INFO:teuthology.orchestra.run.smithi163.stdout: "repo_digests": [ 2023-12-20T10:00:23.445 INFO:teuthology.orchestra.run.smithi163.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4a4a0c925c32ea7cbd1218cd2d9d76858317e10d03e862cd19747a12410512b2" 2023-12-20T10:00:23.445 INFO:teuthology.orchestra.run.smithi163.stdout: ] 2023-12-20T10:00:23.445 INFO:teuthology.orchestra.run.smithi163.stdout:} 2023-12-20T10:00:23.478 DEBUG:teuthology.orchestra.run.smithi113:> sudo mkdir -p /etc/ceph 2023-12-20T10:00:23.518 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /etc/ceph 2023-12-20T10:00:23.553 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2023-12-20T10:00:23.590 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod 777 /etc/ceph 2023-12-20T10:00:23.622 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 777 /etc/ceph 2023-12-20T10:00:23.651 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2023-12-20T10:00:23.681 INFO:tasks.cephadm:Writing seed config... 2023-12-20T10:00:23.682 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-20T10:00:23.683 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-20T10:00:23.684 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:00:23.684 DEBUG:teuthology.orchestra.run.smithi113:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-20T10:00:23.703 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 = 706815aa-9f1e-11ee-95a5-87774f69a715 mon election default strategy = 3 [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-12-20T10:00:23.704 DEBUG:teuthology.orchestra.run.smithi113:mon.a> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a.service 2023-12-20T10:00:23.746 DEBUG:teuthology.orchestra.run.smithi113:mgr.a> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a.service 2023-12-20T10:00:23.776 INFO:journalctl@ceph.mon.a.smithi113.stdout:-- Logs begin at Wed 2023-12-20 09:45:33 UTC. -- 2023-12-20T10:00:23.777 INFO:tasks.cephadm:Bootstrapping... 2023-12-20T10:00:23.777 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 -v bootstrap --fsid 706815aa-9f1e-11ee-95a5-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.113 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:00:23.805 INFO:journalctl@ceph.mgr.a.smithi113.stdout:-- Logs begin at Wed 2023-12-20 09:45:33 UTC. -- 2023-12-20T10:00:23.982 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-20T10:00:23.982 INFO:teuthology.orchestra.run.smithi113.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367', '-v', 'bootstrap', '--fsid', '706815aa-9f1e-11ee-95a5-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.113', '--skip-admin-label'] 2023-12-20T10:00:24.036 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stdout 3.0.1 2023-12-20T10:00:24.037 INFO:teuthology.orchestra.run.smithi113.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-20T10:00:24.037 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying podman|docker is present... 2023-12-20T10:00:24.090 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stdout 3.0.1 2023-12-20T10:00:24.090 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying lvm2 is present... 2023-12-20T10:00:24.090 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying time synchronization is in place... 2023-12-20T10:00:24.097 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-20T10:00:24.097 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-20T10:00:24.103 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-20T10:00:24.103 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout inactive 2023-12-20T10:00:24.109 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout enabled 2023-12-20T10:00:24.115 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout active 2023-12-20T10:00:24.115 INFO:teuthology.orchestra.run.smithi113.stdout:Unit chronyd.service is enabled and running 2023-12-20T10:00:24.115 INFO:teuthology.orchestra.run.smithi113.stdout:Repeating the final host check... 2023-12-20T10:00:24.172 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stdout 3.0.1 2023-12-20T10:00:24.172 INFO:teuthology.orchestra.run.smithi113.stdout:podman (/bin/podman) version 3.0.1 is present 2023-12-20T10:00:24.172 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl is present 2023-12-20T10:00:24.172 INFO:teuthology.orchestra.run.smithi113.stdout:lvcreate is present 2023-12-20T10:00:24.177 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-20T10:00:24.177 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-20T10:00:24.183 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-20T10:00:24.183 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout inactive 2023-12-20T10:00:24.189 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout enabled 2023-12-20T10:00:24.195 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout active 2023-12-20T10:00:24.195 INFO:teuthology.orchestra.run.smithi113.stdout:Unit chronyd.service is enabled and running 2023-12-20T10:00:24.195 INFO:teuthology.orchestra.run.smithi113.stdout:Host looks OK 2023-12-20T10:00:24.196 INFO:teuthology.orchestra.run.smithi113.stdout:Cluster fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:24.196 INFO:teuthology.orchestra.run.smithi113.stdout:Acquiring lock 140290764821840 on /run/cephadm/706815aa-9f1e-11ee-95a5-87774f69a715.lock 2023-12-20T10:00:24.196 INFO:teuthology.orchestra.run.smithi113.stdout:Lock 140290764821840 acquired on /run/cephadm/706815aa-9f1e-11ee-95a5-87774f69a715.lock 2023-12-20T10:00:24.196 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying IP 172.21.15.113 port 3300 ... 2023-12-20T10:00:24.196 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying IP 172.21.15.113 port 6789 ... 2023-12-20T10:00:24.196 INFO:teuthology.orchestra.run.smithi113.stdout:Base mon IP(s) is [172.21.15.113:3300, 172.21.15.113:6789], mon addrv is [v2:172.21.15.113:3300,v1:172.21.15.113:6789] 2023-12-20T10:00:24.199 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-20T10:00:24.199 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.113 metric 100 2023-12-20T10:00:24.202 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-20T10:00:24.202 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-12-20T10:00:24.202 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-20T10:00:24.205 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout inet6 fe80::a30a:9d3e:a13b:bde6/64 scope link noprefixroute 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:Mon IP `172.21.15.113` is in CIDR network `172.21.0.0/20` 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:Mon IP `172.21.15.113` is in CIDR network `172.21.0.0/20` 2023-12-20T10:00:24.206 INFO:teuthology.orchestra.run.smithi113.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-20T10:00:24.207 INFO:teuthology.orchestra.run.smithi113.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-20T10:00:24.207 INFO:teuthology.orchestra.run.smithi113.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:00:24.615 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stdout cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367... 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Getting image source signatures 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Copying blob sha256:6f07bd65233e4a78482c09e2c4bd87a66e4c2fb9f2c9a4ce03dc04a92ce2fa59 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Copying config sha256:cffca723d6613c61b412969acbac16636d9ef921696764130c35d78c36b3eafb 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Writing manifest to image destination 2023-12-20T10:00:24.616 INFO:teuthology.orchestra.run.smithi113.stdout:/bin/podman: stderr Storing signatures 2023-12-20T10:00:25.618 INFO:teuthology.orchestra.run.smithi113.stdout:ceph: stdout ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev) 2023-12-20T10:00:25.619 INFO:teuthology.orchestra.run.smithi113.stdout:Ceph version: ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev) 2023-12-20T10:00:25.619 INFO:teuthology.orchestra.run.smithi113.stdout:Extracting ceph user uid/gid from container image... 2023-12-20T10:00:26.433 INFO:teuthology.orchestra.run.smithi113.stdout:stat: stdout 167 167 2023-12-20T10:00:26.433 INFO:teuthology.orchestra.run.smithi113.stdout:Creating initial keys... 2023-12-20T10:00:27.330 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph-authtool: stdout AQA6u4JlRJiaLxAAtPAZXRedU6dI9znwDrGYAQ== 2023-12-20T10:00:28.157 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph-authtool: stdout AQA7u4JlobtoJhAAfq9nu6cKnd4gd0ezFv03xQ== 2023-12-20T10:00:29.038 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph-authtool: stdout AQA8u4Jlbmp0HhAAA/2Ah4lxRsIm9hnLo6owjg== 2023-12-20T10:00:29.038 INFO:teuthology.orchestra.run.smithi113.stdout:Creating initial monmap... 2023-12-20T10:00:29.955 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-20T10:00:29.955 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-20T10:00:29.955 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout:monmaptool for a [v2:172.21.15.113:3300,v1:172.21.15.113:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout:setting min_mon_release = pacific 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/monmaptool: set fsid to 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:00:29.956 INFO:teuthology.orchestra.run.smithi113.stdout:Creating mon... 2023-12-20T10:00:30.983 INFO:teuthology.orchestra.run.smithi113.stdout:create mon.a on 2023-12-20T10:00:31.110 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-20T10:00:31.200 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-20T10:00:31.320 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-706815aa-9f1e-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-706815aa-9f1e-11ee-95a5-87774f69a715.target. 2023-12-20T10:00:31.321 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-706815aa-9f1e-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-706815aa-9f1e-11ee-95a5-87774f69a715.target. 2023-12-20T10:00:31.500 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a 2023-12-20T10:00:31.501 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Failed to reset failed state of unit ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a.service: Unit ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a.service not loaded. 2023-12-20T10:00:31.589 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-706815aa-9f1e-11ee-95a5-87774f69a715.target.wants/ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a.service → /etc/systemd/system/ceph-706815aa-9f1e-11ee-95a5-87774f69a715@.service. 2023-12-20T10:00:32.056 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:31 smithi113 systemd[1]: Starting Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:00:32.149 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:00:32.150 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout disabled 2023-12-20T10:00:32.157 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:00:32.157 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout inactive 2023-12-20T10:00:32.157 INFO:teuthology.orchestra.run.smithi113.stdout:firewalld.service is not enabled 2023-12-20T10:00:32.157 INFO:teuthology.orchestra.run.smithi113.stdout:Not possible to enable service . firewalld.service is not available 2023-12-20T10:00:32.158 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for mon to start... 2023-12-20T10:00:32.158 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for mon... 2023-12-20T10:00:32.387 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:32 smithi113 bash[41588]: c9426188860f4b0798b893e8433b329898c1c80be23395f2da9a8e46fe853bee 2023-12-20T10:00:32.387 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:32 smithi113 systemd[1]: Started Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:00:32.387 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:32 smithi113 ceph-mon[41653]: mkfs 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:32.387 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:32 smithi113 ceph-mon[41653]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-20T10:00:33.277 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout cluster: 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout id: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout services: 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.489171s) 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:33.279 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout data: 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout pgs: 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:mon is available 2023-12-20T10:00:33.280 INFO:teuthology.orchestra.run.smithi113.stdout:Assimilating anything we can from ceph.conf... 2023-12-20T10:00:33.460 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:33 smithi113 ceph-mon[41653]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-20T10:00:33.460 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:33 smithi113 ceph-mon[41653]: monmap e1: 1 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:00:33.460 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:33 smithi113 ceph-mon[41653]: fsmap 2023-12-20T10:00:33.460 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:33 smithi113 ceph-mon[41653]: osdmap e1: 0 total, 0 up, 0 in 2023-12-20T10:00:33.460 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:33 smithi113 ceph-mon[41653]: mgrmap e1: no daemons active 2023-12-20T10:00:33.460 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:33 smithi113 ceph-mon[41653]: from='client.? 172.21.15.113:0/1667550613' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout [global] 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout fsid = 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.113:3300,v1:172.21.15.113:6789] 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-20T10:00:34.295 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-20T10:00:34.296 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-20T10:00:34.296 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:34.296 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout [osd] 2023-12-20T10:00:34.296 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-20T10:00:34.296 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-20T10:00:34.296 INFO:teuthology.orchestra.run.smithi113.stdout:Generating new minimal ceph.conf... 2023-12-20T10:00:34.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:34 smithi113 ceph-mon[41653]: from='client.? 172.21.15.113:0/374556604' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-20T10:00:34.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:34 smithi113 ceph-mon[41653]: from='client.? 172.21.15.113:0/374556604' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-20T10:00:35.301 INFO:teuthology.orchestra.run.smithi113.stdout:Restarting the monitor... 2023-12-20T10:00:35.530 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:35 smithi113 ceph-mon[41653]: from='client.? 172.21.15.113:0/2452817705' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:00:35.531 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:35 smithi113 systemd[1]: Stopping Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:00:35.842 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:35 smithi113 conmon[41629]: 2023-12-20T10:00:35.528+0000 7fc7c0e38700 -1 received signal: Terminated from /dev/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-12-20T10:00:35.842 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:35 smithi113 conmon[41629]: 2023-12-20T10:00:35.528+0000 7fc7c0e38700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-20T10:00:36.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 bash[42210]: c9426188860f4b0798b893e8433b329898c1c80be23395f2da9a8e46fe853bee 2023-12-20T10:00:36.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 systemd[1]: ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-20T10:00:36.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 systemd[1]: Stopped Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:00:36.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 systemd[1]: Starting Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:00:36.839 INFO:teuthology.orchestra.run.smithi113.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: set uid:gid to 167:167 (ceph:ceph) 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev), process ceph-mon, pid 7 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: pidfile_write: ignore empty --pid-file 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: load: jerasure load: lrc 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: RocksDB version: 7.9.2 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Git sha 0 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Compile date 2023-12-18 20:25:43 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: DB SUMMARY 2023-12-20T10:00:37.096 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: DB Session ID: B4HIKC95XDDWGO2Z6JNP 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: CURRENT file: CURRENT 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: IDENTITY file: IDENTITY 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83774 ; 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.error_if_exists: 0 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.create_if_missing: 0 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.paranoid_checks: 1 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.env: 0x560507adfa60 2023-12-20T10:00:37.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.fs: PosixFileSystem 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.info_log: 0x5605099e7740 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_file_opening_threads: 16 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.statistics: (nil) 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.use_fsync: 0 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_log_file_size: 0 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.keep_log_file_num: 1000 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.recycle_log_file_num: 0 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.allow_fallocate: 1 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.allow_mmap_reads: 0 2023-12-20T10:00:37.098 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.allow_mmap_writes: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.use_direct_reads: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.create_missing_column_families: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.db_log_dir: 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.wal_dir: 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.advise_random_on_open: 1 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.db_write_buffer_size: 0 2023-12-20T10:00:37.099 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.write_buffer_manager: 0x56050999b360 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.rate_limiter: (nil) 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.wal_recovery_mode: 2 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.enable_thread_tracking: 0 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.enable_pipelined_write: 0 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.unordered_write: 0 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-20T10:00:37.100 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.row_cache: None 2023-12-20T10:00:37.101 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.wal_filter: None 2023-12-20T10:00:37.101 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-20T10:00:37.101 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.allow_ingest_behind: 0 2023-12-20T10:00:37.101 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.two_write_queues: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.manual_wal_flush: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.wal_compression: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.atomic_flush: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.log_readahead_size: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.best_efforts_recovery: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.allow_data_in_errors: 0 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.db_host_id: __hostname__ 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-20T10:00:37.102 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_background_jobs: 2 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_background_compactions: -1 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_subcompactions: 1 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_total_wal_size: 0 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_open_files: -1 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bytes_per_sync: 0 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-20T10:00:37.103 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_readahead_size: 0 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_background_flushes: -1 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Compression algorithms supported: 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kZSTD supported: 0 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kXpressCompression supported: 0 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kLZ4HCCompression supported: 1 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kZlibCompression supported: 1 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kSnappyCompression supported: 1 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kLZ4Compression supported: 1 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: kBZip2Compression supported: 0 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-20T10:00:37.104 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.merge_operator: 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_filter: None 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_filter_factory: None 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.sst_partitioner_factory: None 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5605099e7860) 2023-12-20T10:00:37.105 INFO:journalctl@ceph.mon.a.smithi113.stdout: cache_index_and_filter_blocks: 1 2023-12-20T10:00:37.109 INFO:journalctl@ceph.mon.a.smithi113.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: pin_top_level_index_and_filter: 1 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: index_type: 0 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: data_block_index_type: 0 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: index_shortening: 1 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: checksum: 4 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: no_block_cache: 0 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_cache: 0x560509a3d090 2023-12-20T10:00:37.110 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_cache_name: BinnedLRUCache 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_cache_options: 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: capacity : 536870912 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: num_shard_bits : 4 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: strict_capacity_limit : 0 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: high_pri_pool_ratio: 0.000 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_cache_compressed: (nil) 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: persistent_cache: (nil) 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_size: 4096 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_size_deviation: 10 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_restart_interval: 16 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: index_block_restart_interval: 1 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: metadata_block_size: 4096 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: partition_filters: 0 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: use_delta_encoding: 1 2023-12-20T10:00:37.111 INFO:journalctl@ceph.mon.a.smithi113.stdout: filter_policy: bloomfilter 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: whole_key_filtering: 1 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: verify_compression: 0 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: read_amp_bytes_per_bit: 0 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: format_version: 5 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: enable_index_compression: 1 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: block_align: 0 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: max_auto_readahead_size: 262144 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: prepopulate_block_cache: 0 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: initial_auto_readahead_size: 8192 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout: num_file_reads_for_auto_readahead: 2 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.write_buffer_size: 33554432 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_write_buffer_number: 2 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression: NoCompression 2023-12-20T10:00:37.112 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression: Disabled 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.prefix_extractor: nullptr 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.num_levels: 7 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 bash[42536]: c6549e97b25084b3f8e301cc2aa07554ca89bee5376e0aaa28fd927db1aeb66f 2023-12-20T10:00:37.113 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.level: 32767 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.strategy: 0 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.enabled: false 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-20T10:00:37.114 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.target_file_size_base: 67108864 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-20T10:00:37.115 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.arena_block_size: 1048576 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.disable_auto_compactions: 0 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-20T10:00:37.116 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.table_properties_collectors: 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.inplace_update_support: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.bloom_locality: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.max_successive_merges: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.paranoid_file_checks: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.force_consistency_checks: 1 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.report_bg_io_stats: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.ttl: 2592000 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-20T10:00:37.117 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.enable_blob_files: false 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.min_blob_size: 0 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.blob_file_size: 268435456 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.blob_file_starting_level: 0 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: 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-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f5fefd39-c552-45b4-bdad-88626eebc952 2023-12-20T10:00:37.118 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066436827761, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066436828573, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80521, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78708, "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": 9896, "raw_average_key_size": 47, "raw_value_size": 73016, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "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": 1703066436, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f5fefd39-c552-45b4-bdad-88626eebc952", "db_session_id": "B4HIKC95XDDWGO2Z6JNP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066436828641, "job": 1, "event": "recovery_finished"} 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: 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-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560509ad6000 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: DB pointer 0x560509ac4000 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout: ** DB Stats ** 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.119 INFO:journalctl@ceph.mon.a.smithi113.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: ** Compaction Stats [default] ** 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: L0 2/0 80.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: Sum 2/0 80.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.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 150.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: ** Compaction Stats [default] ** 2023-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.120 INFO:journalctl@ceph.mon.a.smithi113.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.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 150.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: Cumulative compaction: 0.00 GB write, 26.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: Interval compaction: 0.00 GB write, 26.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.121 INFO:journalctl@ceph.mon.a.smithi113.stdout: Block cache BinnedLRUCache@0x560509a3d090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: starting mon.a rank 0 at public addrs [v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0] at bind addrs [v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???) e1 preinit fsid 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).mds e1 new map 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).mds e1 print_map 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: e1 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.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-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: legacy client fscid: -1 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout: No filesystems configured 2023-12-20T10:00:37.122 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 systemd[1]: Started Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: monmap e1: 1 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: fsmap 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: osdmap e1: 0 total, 0 up, 0 in 2023-12-20T10:00:37.123 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:36 smithi113 ceph-mon[42603]: mgrmap e1: no daemons active 2023-12-20T10:00:37.900 INFO:teuthology.orchestra.run.smithi113.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-20T10:00:37.922 INFO:teuthology.orchestra.run.smithi113.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:00:37.922 INFO:teuthology.orchestra.run.smithi113.stdout:Creating mgr... 2023-12-20T10:00:37.923 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-20T10:00:37.923 INFO:teuthology.orchestra.run.smithi113.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-20T10:00:38.124 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a 2023-12-20T10:00:38.124 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Failed to reset failed state of unit ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a.service: Unit ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a.service not loaded. 2023-12-20T10:00:38.218 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-706815aa-9f1e-11ee-95a5-87774f69a715.target.wants/ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-706815aa-9f1e-11ee-95a5-87774f69a715@.service. 2023-12-20T10:00:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:38 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/946710956' entity='client.admin' 2023-12-20T10:00:38.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:38 smithi113 systemd[1]: Starting Ceph mgr.a for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:00:38.747 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:00:38.747 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout disabled 2023-12-20T10:00:38.755 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:00:38.755 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout inactive 2023-12-20T10:00:38.755 INFO:teuthology.orchestra.run.smithi113.stdout:firewalld.service is not enabled 2023-12-20T10:00:38.755 INFO:teuthology.orchestra.run.smithi113.stdout:Not possible to enable service . firewalld.service is not available 2023-12-20T10:00:38.763 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:00:38.763 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout disabled 2023-12-20T10:00:38.771 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:00:38.771 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout inactive 2023-12-20T10:00:38.771 INFO:teuthology.orchestra.run.smithi113.stdout:firewalld.service is not enabled 2023-12-20T10:00:38.771 INFO:teuthology.orchestra.run.smithi113.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-20T10:00:38.771 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for mgr to start... 2023-12-20T10:00:38.771 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for mgr... 2023-12-20T10:00:38.983 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:38 smithi113 bash[42987]: 205e6198df0b8efd216335b542d279a16fa322256f05258a0ecd2a21e9254837 2023-12-20T10:00:38.984 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:38 smithi113 systemd[1]: Started Ceph mgr.a for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:00:39.241 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:39 smithi113 conmon[43028]: 2023-12-20T10:00:39.141+0000 7f3f611f8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:00:39.534 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:39 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3409122762' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:00:39.534 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:39 smithi113 conmon[43028]: 2023-12-20T10:00:39.239+0000 7f3f611f8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:00:39.534 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:39 smithi113 conmon[43028]: 2023-12-20T10:00:39.332+0000 7f3f611f8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:00:39.534 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:39 smithi113 conmon[43028]: 2023-12-20T10:00:39.429+0000 7f3f611f8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:00:39.916 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:39.916 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:00:39.916 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsid": "706815aa-9f1e-11ee-95a5-87774f69a715", 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:00:39.917 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:00:39.918 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:00:39.919 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:00:39.920 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:00:32.164762+0000", 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:00:39.921 INFO:teuthology.orchestra.run.smithi113.stdout:mgr not available, waiting (1/15)... 2023-12-20T10:00:40.305 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.066+0000 7f3f611f8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:00:40.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.303+0000 7f3f611f8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:00:40.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.389+0000 7f3f611f8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:00:40.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.498+0000 7f3f611f8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:00:41.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.655+0000 7f3f611f8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:00:41.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.783+0000 7f3f611f8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:00:41.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:40 smithi113 conmon[43028]: 2023-12-20T10:00:40.870+0000 7f3f611f8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:00:41.510 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:41 smithi113 conmon[43028]: 2023-12-20T10:00:41.240+0000 7f3f611f8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:00:41.793 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:41 smithi113 conmon[43028]: 2023-12-20T10:00:41.509+0000 7f3f611f8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:00:42.091 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:41 smithi113 conmon[43028]: 2023-12-20T10:00:41.791+0000 7f3f611f8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:00:42.091 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:41 smithi113 conmon[43028]: 2023-12-20T10:00:41.887+0000 7f3f611f8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:00:42.784 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:42 smithi113 conmon[43028]: 2023-12-20T10:00:42.686+0000 7f3f611f8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsid": "706815aa-9f1e-11ee-95a5-87774f69a715", 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:00:44.410 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.411 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:00:44.412 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-20T10:00:44.413 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:00:32.164762+0000", 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:00:44.414 INFO:teuthology.orchestra.run.smithi113.stdout:mgr not available, waiting (2/15)... 2023-12-20T10:00:44.415 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:42 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3270775982' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:00:44.415 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:42 smithi113 conmon[43028]: 2023-12-20T10:00:42.782+0000 7f3f611f8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:00:44.415 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:42 smithi113 conmon[43028]: 2023-12-20T10:00:42.933+0000 7f3f611f8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:00:44.416 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:43 smithi113 conmon[43028]: 2023-12-20T10:00:43.592+0000 7f3f611f8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:00:44.416 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:43 smithi113 conmon[43028]: 2023-12-20T10:00:43.777+0000 7f3f611f8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:00:44.416 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:43 smithi113 conmon[43028]: 2023-12-20T10:00:43.974+0000 7f3f611f8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:00:45.186 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:44 smithi113 conmon[43028]: 2023-12-20T10:00:44.901+0000 7f3f611f8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:00:45.486 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:45 smithi113 conmon[43028]: 2023-12-20T10:00:45.185+0000 7f3f611f8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:00:45.486 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:45 smithi113 conmon[43028]: 2023-12-20T10:00:45.280+0000 7f3f611f8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:00:45.486 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:45 smithi113 conmon[43028]: 2023-12-20T10:00:45.484+0000 7f3f611f8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:00:45.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: Activating manager daemon a 2023-12-20T10:00:45.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: mgrmap e2: a(active, starting, since 0.00319443s) 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: Manager daemon a is now available 2023-12-20T10:00:45.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:00:45.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' 2023-12-20T10:00:45.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:00:45.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' 2023-12-20T10:00:45.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='mgr.14100 172.21.15.113:0/3472524414' entity='mgr.a' 2023-12-20T10:00:45.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:45 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2233659252' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:00:46.207 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsid": "706815aa-9f1e-11ee-95a5-87774f69a715", 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:00:46.213 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:00:46.214 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:00:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:46.216 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:00:32.164762+0000", 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:00:46.217 INFO:teuthology.orchestra.run.smithi113.stdout:mgr not available, waiting (3/15)... 2023-12-20T10:00:47.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:47 smithi113 ceph-mon[42603]: mgrmap e3: a(active, since 1.0069s) 2023-12-20T10:00:49.495 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:49.495 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsid": "706815aa-9f1e-11ee-95a5-87774f69a715", 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "health": { 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 0 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "a" 2023-12-20T10:00:49.496 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-20T10:00:49.497 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-20T10:00:49.498 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "restful" 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ], 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "modified": "2023-12-20T10:00:32.164762+0000", 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-20T10:00:49.499 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout }, 2023-12-20T10:00:49.500 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-20T10:00:49.500 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:00:49.500 INFO:teuthology.orchestra.run.smithi113.stdout:mgr is available 2023-12-20T10:00:49.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:49 smithi113 ceph-mon[42603]: mgrmap e4: a(active, since 3s) 2023-12-20T10:00:49.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:49 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/76871361' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout [global] 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout fsid = 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-20T10:00:50.683 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 2023-12-20T10:00:50.684 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout [osd] 2023-12-20T10:00:50.684 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-20T10:00:50.684 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-20T10:00:50.684 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling cephadm module... 2023-12-20T10:00:50.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:50 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2230524067' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-20T10:00:50.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:50 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2230524067' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-20T10:00:51.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:51 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2186968383' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-20T10:00:51.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:51 smithi113 conmon[43028]: ignoring --setuser ceph since I am not root 2023-12-20T10:00:51.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:51 smithi113 conmon[43028]: ignoring --setgroup ceph since I am not root 2023-12-20T10:00:52.218 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:51 smithi113 conmon[43028]: 2023-12-20T10:00:51.938+0000 7f9e743b6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:00:52.218 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:52 smithi113 conmon[43028]: 2023-12-20T10:00:52.031+0000 7f9e743b6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:00:52.218 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:52 smithi113 conmon[43028]: 2023-12-20T10:00:52.121+0000 7f9e743b6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:00:52.513 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:52 smithi113 conmon[43028]: 2023-12-20T10:00:52.215+0000 7f9e743b6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:00:52.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:52 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2186968383' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-20T10:00:52.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:52 smithi113 ceph-mon[42603]: mgrmap e5: a(active, since 6s) 2023-12-20T10:00:53.116 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:52 smithi113 conmon[43028]: 2023-12-20T10:00:52.861+0000 7f9e743b6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:00:53.355 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:00:53.356 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-20T10:00:53.356 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-20T10:00:53.356 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-20T10:00:53.356 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-20T10:00:53.356 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:00:53.356 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for the mgr to restart... 2023-12-20T10:00:53.357 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for mgr epoch 5... 2023-12-20T10:00:53.478 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:53 smithi113 conmon[43028]: 2023-12-20T10:00:53.113+0000 7f9e743b6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:00:53.478 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:53 smithi113 conmon[43028]: 2023-12-20T10:00:53.199+0000 7f9e743b6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:00:53.478 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:53 smithi113 conmon[43028]: 2023-12-20T10:00:53.309+0000 7f9e743b6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:00:53.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:53 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/4144912661' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-20T10:00:53.845 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:53 smithi113 conmon[43028]: 2023-12-20T10:00:53.475+0000 7f9e743b6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:00:53.845 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:53 smithi113 conmon[43028]: 2023-12-20T10:00:53.611+0000 7f9e743b6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:00:53.845 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:53 smithi113 conmon[43028]: 2023-12-20T10:00:53.703+0000 7f9e743b6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:00:54.344 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:54 smithi113 conmon[43028]: 2023-12-20T10:00:54.076+0000 7f9e743b6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:00:54.632 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:54 smithi113 conmon[43028]: 2023-12-20T10:00:54.345+0000 7f9e743b6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:00:55.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:54 smithi113 conmon[43028]: 2023-12-20T10:00:54.629+0000 7f9e743b6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:00:55.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:54 smithi113 conmon[43028]: 2023-12-20T10:00:54.724+0000 7f9e743b6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:00:55.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:55 smithi113 conmon[43028]: 2023-12-20T10:00:55.474+0000 7f9e743b6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:00:55.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:55 smithi113 conmon[43028]: 2023-12-20T10:00:55.571+0000 7f9e743b6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:00:55.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:55 smithi113 conmon[43028]: 2023-12-20T10:00:55.720+0000 7f9e743b6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:00:56.725 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:56 smithi113 conmon[43028]: 2023-12-20T10:00:56.342+0000 7f9e743b6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:00:56.725 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:56 smithi113 conmon[43028]: 2023-12-20T10:00:56.525+0000 7f9e743b6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:00:56.725 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:56 smithi113 conmon[43028]: 2023-12-20T10:00:56.722+0000 7f9e743b6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:00:57.918 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:57 smithi113 conmon[43028]: 2023-12-20T10:00:57.640+0000 7f9e743b6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:00:58.202 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:57 smithi113 conmon[43028]: 2023-12-20T10:00:57.915+0000 7f9e743b6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:00:58.202 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:58 smithi113 conmon[43028]: 2023-12-20T10:00:58.005+0000 7f9e743b6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:00:58.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:00:58 smithi113 conmon[43028]: 2023-12-20T10:00:58.199+0000 7f9e743b6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:00:58.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: Active manager daemon a restarted 2023-12-20T10:00:58.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: Activating manager daemon a 2023-12-20T10:00:58.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: osdmap e2: 0 total, 0 up, 0 in 2023-12-20T10:00:58.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: mgrmap e6: a(active, starting, since 0.00318361s) 2023-12-20T10:00:58.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: Manager daemon a is now available 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:00:58.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:58 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:00:59.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: Found migration_current of "None". Setting to last migration. 2023-12-20T10:00:59.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:00:59.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:00:59.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:00:59.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:00:59.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:00:59.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:00:59 smithi113 ceph-mon[42603]: mgrmap e7: a(active, since 1.00525s) 2023-12-20T10:00:59.713 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:00:59.713 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-20T10:00:59.713 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-20T10:00:59.713 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:00:59.713 INFO:teuthology.orchestra.run.smithi113.stdout:mgr epoch 5 is available 2023-12-20T10:00:59.713 INFO:teuthology.orchestra.run.smithi113.stdout:Setting orchestrator backend to cephadm... 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: [20/Dec/2023:10:00:59] ENGINE Bus STARTING 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: [20/Dec/2023:10:00:59] ENGINE Serving on http://172.21.15.113:8765 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: [20/Dec/2023:10:00:59] ENGINE Serving on https://172.21.15.113:7150 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: [20/Dec/2023:10:00:59] ENGINE Bus STARTED 2023-12-20T10:01:00.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:00 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:01.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:01 smithi113 ceph-mon[42603]: mgrmap e8: a(active, since 2s) 2023-12-20T10:01:01.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:01 smithi113 ceph-mon[42603]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:01.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:01 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:01.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:01 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:02.029 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-20T10:01:02.029 INFO:teuthology.orchestra.run.smithi113.stdout:Generating ssh key... 2023-12-20T10:01:02.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:02 smithi113 ceph-mon[42603]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:03.095 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: Generating public/private rsa key pair. 2023-12-20T10:01:03.095 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: Your identification has been saved in /tmp/tmpbznhgep8/key. 2023-12-20T10:01:03.095 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: Your public key has been saved in /tmp/tmpbznhgep8/key.pub. 2023-12-20T10:01:03.095 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: The key fingerprint is: 2023-12-20T10:01:03.095 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: SHA256:n0JAm4UGgSVQN00GC7pyy6dH+AdlXS7C7Iqfuec0lwM ceph-706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:01:03.096 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: The key's randomart image is: 2023-12-20T10:01:03.096 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: +---[RSA 3072]----+ 2023-12-20T10:01:03.096 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: |.o+oB*+.. | 2023-12-20T10:01:03.096 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: | ..+ =++ . | 2023-12-20T10:01:03.096 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: |. .++. o | 2023-12-20T10:01:03.096 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: | . *.o . | 2023-12-20T10:01:03.097 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: |o .. +E.S. | 2023-12-20T10:01:03.097 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: |.o..o .o o . | 2023-12-20T10:01:03.097 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: | o+.oo = o | 2023-12-20T10:01:03.097 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: | .o++oo o | 2023-12-20T10:01:03.097 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: | .o==. | 2023-12-20T10:01:03.097 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:02 smithi113 conmon[43028]: +----[SHA256]-----+ 2023-12-20T10:01:04.002 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:03 smithi113 ceph-mon[42603]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:04.002 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:03 smithi113 ceph-mon[42603]: Generating ssh key... 2023-12-20T10:01:04.002 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:03 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:04.002 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:03 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:04.386 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:01:04.387 INFO:teuthology.orchestra.run.smithi113.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:01:04.387 INFO:teuthology.orchestra.run.smithi113.stdout:Adding key to root@localhost authorized_keys... 2023-12-20T10:01:04.388 INFO:teuthology.orchestra.run.smithi113.stdout:Adding host smithi113... 2023-12-20T10:01:05.028 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:04 smithi113 ceph-mon[42603]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:05.907 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:05 smithi113 ceph-mon[42603]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi113", "addr": "172.21.15.113", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:05.907 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:05 smithi113 ceph-mon[42603]: Deploying cephadm binary to smithi113 2023-12-20T10:01:09.335 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout Added host 'smithi113' with addr '172.21.15.113' 2023-12-20T10:01:09.336 INFO:teuthology.orchestra.run.smithi113.stdout:Deploying unmanaged mon service... 2023-12-20T10:01:09.944 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:09 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:09.944 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:09 smithi113 ceph-mon[42603]: Added host smithi113 2023-12-20T10:01:09.944 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:09 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:10.930 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-20T10:01:10.930 INFO:teuthology.orchestra.run.smithi113.stdout:Deploying unmanaged mgr service... 2023-12-20T10:01:11.335 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:11 smithi113 ceph-mon[42603]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:11.335 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:11 smithi113 ceph-mon[42603]: Saving service mon spec with placement count:5 2023-12-20T10:01:11.335 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:11 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:12.276 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-20T10:01:12.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:12 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:12.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:12 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:12.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:12 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:13.537 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:13 smithi113 ceph-mon[42603]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:13.537 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:13 smithi113 ceph-mon[42603]: Saving service mgr spec with placement count:2 2023-12-20T10:01:13.537 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:13 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:14.556 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:14 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1466968272' entity='client.admin' 2023-12-20T10:01:14.556 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:14 smithi113 ceph-mon[42603]: from='mgr.14120 172.21.15.113:0/1518215211' entity='mgr.a' 2023-12-20T10:01:15.193 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling the dashboard module... 2023-12-20T10:01:15.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:15 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3684094387' entity='client.admin' 2023-12-20T10:01:16.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:16 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1586682518' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-20T10:01:16.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:16 smithi113 conmon[43028]: ignoring --setuser ceph since I am not root 2023-12-20T10:01:16.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:16 smithi113 conmon[43028]: ignoring --setgroup ceph since I am not root 2023-12-20T10:01:17.241 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:16 smithi113 conmon[43028]: 2023-12-20T10:01:16.980+0000 7f9b196f1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:01:17.242 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:17 smithi113 conmon[43028]: 2023-12-20T10:01:17.089+0000 7f9b196f1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:01:17.242 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:17 smithi113 conmon[43028]: 2023-12-20T10:01:17.176+0000 7f9b196f1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:01:17.530 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:17 smithi113 conmon[43028]: 2023-12-20T10:01:17.265+0000 7f9b196f1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:01:17.834 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:17 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1586682518' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-20T10:01:17.834 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:17 smithi113 ceph-mon[42603]: mgrmap e9: a(active, since 18s) 2023-12-20T10:01:18.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:17 smithi113 conmon[43028]: 2023-12-20T10:01:17.907+0000 7f9b196f1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for the mgr to restart... 2023-12-20T10:01:18.334 INFO:teuthology.orchestra.run.smithi113.stdout:Waiting for mgr epoch 9... 2023-12-20T10:01:18.499 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:18 smithi113 conmon[43028]: 2023-12-20T10:01:18.153+0000 7f9b196f1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:01:18.499 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:18 smithi113 conmon[43028]: 2023-12-20T10:01:18.239+0000 7f9b196f1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:01:18.500 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:18 smithi113 conmon[43028]: 2023-12-20T10:01:18.354+0000 7f9b196f1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:01:18.755 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:18 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1809120586' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-20T10:01:18.755 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:18 smithi113 conmon[43028]: 2023-12-20T10:01:18.524+0000 7f9b196f1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:01:18.755 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:18 smithi113 conmon[43028]: 2023-12-20T10:01:18.660+0000 7f9b196f1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:01:19.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:18 smithi113 conmon[43028]: 2023-12-20T10:01:18.752+0000 7f9b196f1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:01:19.395 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:19 smithi113 conmon[43028]: 2023-12-20T10:01:19.122+0000 7f9b196f1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:01:19.679 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:19 smithi113 conmon[43028]: 2023-12-20T10:01:19.392+0000 7f9b196f1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:01:20.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:19 smithi113 conmon[43028]: 2023-12-20T10:01:19.676+0000 7f9b196f1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:01:20.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:19 smithi113 conmon[43028]: 2023-12-20T10:01:19.770+0000 7f9b196f1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:01:20.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:20 smithi113 conmon[43028]: 2023-12-20T10:01:20.542+0000 7f9b196f1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:01:20.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:20 smithi113 conmon[43028]: 2023-12-20T10:01:20.638+0000 7f9b196f1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:01:20.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:20 smithi113 conmon[43028]: 2023-12-20T10:01:20.786+0000 7f9b196f1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:01:21.791 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:21 smithi113 conmon[43028]: 2023-12-20T10:01:21.409+0000 7f9b196f1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:01:21.791 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:21 smithi113 conmon[43028]: 2023-12-20T10:01:21.593+0000 7f9b196f1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:01:22.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:21 smithi113 conmon[43028]: 2023-12-20T10:01:21.788+0000 7f9b196f1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:01:22.992 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:22 smithi113 conmon[43028]: 2023-12-20T10:01:22.714+0000 7f9b196f1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:01:23.276 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:22 smithi113 conmon[43028]: 2023-12-20T10:01:22.990+0000 7f9b196f1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:01:23.276 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:23 smithi113 conmon[43028]: 2023-12-20T10:01:23.079+0000 7f9b196f1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:01:23.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:01:23 smithi113 conmon[43028]: 2023-12-20T10:01:23.274+0000 7f9b196f1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: Active manager daemon a restarted 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: Activating manager daemon a 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: osdmap e3: 0 total, 0 up, 0 in 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: mgrmap e10: a(active, starting, since 0.00312606s) 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: Manager daemon a is now available 2023-12-20T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:23.596 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:24.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:24 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:01:24.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:24 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:01:24.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:24 smithi113 ceph-mon[42603]: mgrmap e11: a(active, since 1.00566s) 2023-12-20T10:01:24.857 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout { 2023-12-20T10:01:24.857 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-20T10:01:24.857 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-20T10:01:24.857 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout } 2023-12-20T10:01:24.857 INFO:teuthology.orchestra.run.smithi113.stdout:mgr epoch 9 is available 2023-12-20T10:01:24.857 INFO:teuthology.orchestra.run.smithi113.stdout:Generating a dashboard self-signed certificate... 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: [20/Dec/2023:10:01:23] ENGINE Bus STARTING 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: [20/Dec/2023:10:01:24] ENGINE Serving on http://172.21.15.113:8765 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: [20/Dec/2023:10:01:24] ENGINE Serving on https://172.21.15.113:7150 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: [20/Dec/2023:10:01:24] ENGINE Bus STARTED 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:25.690 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:26.690 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-20T10:01:26.690 INFO:teuthology.orchestra.run.smithi113.stdout:Creating initial admin user... 2023-12-20T10:01:26.692 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:26 smithi113 ceph-mon[42603]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:26.692 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:26.692 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:26.692 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:26 smithi113 ceph-mon[42603]: mgrmap e12: a(active, since 2s) 2023-12-20T10:01:28.157 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$0AUb0VCaKEr.vcPVjUxNz.kMk7unexz1Fz78XCBhhOcgDd/ddMuuG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703066487, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-20T10:01:28.157 INFO:teuthology.orchestra.run.smithi113.stdout:Fetching dashboard port number... 2023-12-20T10:01:28.842 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:28 smithi113 ceph-mon[42603]: 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-12-20T10:01:28.842 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:28 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:29.355 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stdout 8443 2023-12-20T10:01:29.366 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-20T10:01:29.366 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout disabled 2023-12-20T10:01:29.373 INFO:teuthology.orchestra.run.smithi113.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-20T10:01:29.373 INFO:teuthology.orchestra.run.smithi113.stdout:systemctl: stdout inactive 2023-12-20T10:01:29.374 INFO:teuthology.orchestra.run.smithi113.stdout:firewalld.service is not enabled 2023-12-20T10:01:29.374 INFO:teuthology.orchestra.run.smithi113.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-20T10:01:29.375 INFO:teuthology.orchestra.run.smithi113.stdout:Ceph Dashboard is now available at: 2023-12-20T10:01:29.375 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:29.375 INFO:teuthology.orchestra.run.smithi113.stdout: URL: https://smithi113.front.sepia.ceph.com:8443/ 2023-12-20T10:01:29.375 INFO:teuthology.orchestra.run.smithi113.stdout: User: admin 2023-12-20T10:01:29.375 INFO:teuthology.orchestra.run.smithi113.stdout: Password: kze6r1r0o6 2023-12-20T10:01:29.375 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:29.376 INFO:teuthology.orchestra.run.smithi113.stdout:Saving cluster configuration to /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config directory 2023-12-20T10:01:29.376 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling autotune for osd_memory_target 2023-12-20T10:01:29.613 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:29 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/125531289' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-20T10:01:30.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:30 smithi113 ceph-mon[42603]: mgrmap e13: a(active, since 6s) 2023-12-20T10:01:31.773 INFO:teuthology.orchestra.run.smithi113.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-20T10:01:31.773 INFO:teuthology.orchestra.run.smithi113.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-20T10:01:31.773 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.773 INFO:teuthology.orchestra.run.smithi113.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout:Or, if you are only running a single cluster on this host: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: ceph telemetry on 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout:For more information see: 2023-12-20T10:01:31.774 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.775 INFO:teuthology.orchestra.run.smithi113.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-20T10:01:31.775 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:31.775 INFO:teuthology.orchestra.run.smithi113.stdout:Bootstrap complete. 2023-12-20T10:01:31.828 INFO:tasks.cephadm:Fetching config... 2023-12-20T10:01:31.829 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:01:31.829 DEBUG:teuthology.orchestra.run.smithi113:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-20T10:01:31.847 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-20T10:01:31.847 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:01:31.847 DEBUG:teuthology.orchestra.run.smithi113:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-20T10:01:31.905 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-20T10:01:31.905 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:01:31.905 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-20T10:01:31.973 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-20T10:01:31.974 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:01:31.974 DEBUG:teuthology.orchestra.run.smithi113:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-20T10:01:32.030 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-20T10:01:32.030 DEBUG:teuthology.orchestra.run.smithi113:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-20T10:01:32.110 INFO:teuthology.orchestra.run.smithi113.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:01:32.122 DEBUG:teuthology.orchestra.run.smithi163:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-20T10:01:32.184 INFO:teuthology.orchestra.run.smithi163.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:01:32.197 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-20T10:01:32.257 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDAwJFBD4Iwjb4R1vQKlZyQWZ3gtNeYqhdCyySC0woCILKo/BqXt+5KdOsgG/32iHvKyS0EontqyAVB5jgAZyT4yiib24X8pE/yfzQunmUa/ae4liZDwKs5eIG8WN71xrD7pYm/La8IynUdiO0x5W/jnLiHhXB5MwWPfVveHYkycesT2yKSWcsQ1NgROVjMwXqUb0HOct237R8cdPVPsFFf46VzOCf8i2HmELTRUmIJaAzfc328tSBL1wx+0SNI6o0sRCbPg4ufZQjGcd+VnF3fntgCVKVoW6+9JH8Ia1ccRXRvbdsCgTGOpp/vOACneBLvKiAbCtQ6FFa5VhNZGIGqrBv7iTgFDoFyCY/wj8xMYPL+QdblWHzoMajuxDq+Cz5zwtUTqB6bQvsLwYV6rQi9feMz0BHRXCVyEbpwkUiZSZagj4fhQ548M8rf1sLeVTjuvqE35HXLGZ3VE2OQ/XxmjB8qId2MjKGDNx0RQcbnTSycPSN2qU0vQ+b8yKAv4c= ceph-706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:01:32.269 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-20T10:01:32.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:32 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1956919382' entity='client.admin' 2023-12-20T10:01:32.597 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:35.106 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-20T10:01:35.107 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-20T10:01:35.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:35.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:35.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi113", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:01:35.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:35.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:35.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:35.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/533473009' entity='client.admin' 2023-12-20T10:01:35.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:35.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:35.480 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:37.895 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi163 2023-12-20T10:01:37.896 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T10:01:37.896 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.conf 2023-12-20T10:01:37.917 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T10:01:37.917 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:01:37.977 INFO:tasks.cephadm:Adding host smithi163 to orchestrator... 2023-12-20T10:01:37.977 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch host add smithi163 2023-12-20T10:01:38.319 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: Updating smithi113:/etc/ceph/ceph.conf 2023-12-20T10:01:38.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:38.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:38.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:38 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:39.490 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:39 smithi113 ceph-mon[42603]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:01:39.490 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:39 smithi113 ceph-mon[42603]: Updating smithi113:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:01:39.491 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:39 smithi113 ceph-mon[42603]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:01:41.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:40 smithi113 ceph-mon[42603]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi163", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:41.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:40 smithi113 ceph-mon[42603]: Deploying cephadm binary to smithi163 2023-12-20T10:01:43.724 INFO:teuthology.orchestra.run.smithi113.stdout:Added host 'smithi163' with addr '172.21.15.163' 2023-12-20T10:01:44.264 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-20T10:01:44.594 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:44.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:44 smithi113 ceph-mon[42603]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:44.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:44 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:44.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:44 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:44.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:44 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:45.717 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:45 smithi113 ceph-mon[42603]: Added host smithi163 2023-12-20T10:01:45.718 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:45 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:45.718 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:45 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:46.082 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:46.082 INFO:teuthology.orchestra.run.smithi113.stdout:[{"addr": "172.21.15.113", "hostname": "smithi113", "labels": [], "status": ""}, {"addr": "172.21.15.163", "hostname": "smithi163", "labels": [], "status": ""}] 2023-12-20T10:01:46.673 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2023-12-20T10:01:46.674 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T10:01:46.674 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2023-12-20T10:01:46.694 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T10:01:46.695 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:01:46.754 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2023-12-20T10:01:46.755 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch host add smithi190 2023-12-20T10:01:46.781 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:46 smithi113 ceph-mon[42603]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:47.079 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:47.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:47 smithi113 ceph-mon[42603]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:01:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi163", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:01:48.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:01:48.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:01:49.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:49 smithi113 ceph-mon[42603]: Updating smithi163:/etc/ceph/ceph.conf 2023-12-20T10:01:49.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:49 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:49.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:49 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:49.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:49 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:50.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:50 smithi113 ceph-mon[42603]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:01:50.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:50 smithi113 ceph-mon[42603]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:01:50.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:50 smithi113 ceph-mon[42603]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:01:50.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:50 smithi113 ceph-mon[42603]: Deploying cephadm binary to smithi190 2023-12-20T10:01:50.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:50 smithi113 ceph-mon[42603]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:01:50.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:50 smithi113 ceph-mon[42603]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:52.424 INFO:teuthology.orchestra.run.smithi113.stdout:Added host 'smithi190' with addr '172.21.15.190' 2023-12-20T10:01:52.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:52 smithi113 ceph-mon[42603]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:52.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:52 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:52.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:52 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:01:53.012 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-20T10:01:53.375 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:53.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:53 smithi113 ceph-mon[42603]: Added host smithi190 2023-12-20T10:01:53.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:53 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:53.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:53 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:54.539 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:54 smithi113 ceph-mon[42603]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:54.539 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:54.885 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:01:54.886 INFO:teuthology.orchestra.run.smithi113.stdout:[{"addr": "172.21.15.113", "hostname": "smithi113", "labels": [], "status": ""}, {"addr": "172.21.15.163", "hostname": "smithi163", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2023-12-20T10:01:55.489 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-20T10:01:55.489 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-20T10:01:55.807 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:01:56.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:56 smithi113 ceph-mon[42603]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:01:56.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:56 smithi113 ceph-mon[42603]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:57.862 INFO:teuthology.orchestra.run.smithi113.stderr:adjusted tunables profile to default 2023-12-20T10:01:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:01:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3529896129' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-20T10:01:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:58.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:58.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:01:58.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:01:58.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:01:58.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-20T10:01:58.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:57 smithi113 ceph-mon[42603]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:01:58.477 INFO:tasks.cephadm:Adding mon.a on smithi113 2023-12-20T10:01:58.477 INFO:tasks.cephadm:Adding mon.b on smithi163 2023-12-20T10:01:58.477 INFO:tasks.cephadm:Adding mon.c on smithi190 2023-12-20T10:01:58.478 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch apply mon '3;smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c' 2023-12-20T10:01:58.815 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3529896129' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:01:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:58 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:00.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:01:59 smithi113 ceph-mon[42603]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:00.549 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2023-12-20T10:02:01.248 DEBUG:teuthology.orchestra.run.smithi163:mon.b> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.b.service 2023-12-20T10:02:01.250 DEBUG:teuthology.orchestra.run.smithi190:mon.c> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.c.service 2023-12-20T10:02:01.253 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-20T10:02:01.253 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-20T10:02:01.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:-- Logs begin at Wed 2023-12-20 09:45:03 UTC. -- 2023-12-20T10:02:01.286 INFO:journalctl@ceph.mon.b.smithi163.stdout:-- Logs begin at Wed 2023-12-20 09:45:59 UTC. -- 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: Saving service mon spec with placement smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c;count:3 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:01.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:01.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:01.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:01.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:01 smithi113 ceph-mon[42603]: Deploying daemon mon.c on smithi190 2023-12-20T10:02:02.212 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:02.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:02 smithi113 ceph-mon[42603]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:04.517 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:04 smithi190 systemd[1]: Starting Ceph mon.c for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:02:04.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:04 smithi113 ceph-mon[42603]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:04.856 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T10:02:04.856 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"706815aa-9f1e-11ee-95a5-87774f69a715","modified":"2023-12-20T10:00:29.395845Z","created":"2023-12-20T10:00:29.395845Z","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.113:3300","nonce":0},{"type":"v1","addr":"172.21.15.113:6789","nonce":0}]},"addr":"172.21.15.113:6789/0","public_addr":"172.21.15.113:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-20T10:02:04.857 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-20T10:02:05.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: set uid:gid to 167:167 (ceph:ceph) 2023-12-20T10:02:05.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev), process ceph-mon, pid 7 2023-12-20T10:02:05.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pidfile_write: ignore empty --pid-file 2023-12-20T10:02:05.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 bash[46845]: 78cd0dbe97e9b7c20689f82e60a4ff139dd0639bfb0274bd6856a0a941f0c0fd 2023-12-20T10:02:05.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: load: jerasure load: lrc 2023-12-20T10:02:05.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: RocksDB version: 7.9.2 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Git sha 0 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Compile date 2023-12-18 20:25:43 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: DB SUMMARY 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: DB Session ID: NDIN6BNXJ06KYTW4L464 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: CURRENT file: CURRENT 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: IDENTITY file: IDENTITY 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.error_if_exists: 0 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.create_if_missing: 0 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.paranoid_checks: 1 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-20T10:02:05.131 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.env: 0x55bdd226ba60 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.fs: PosixFileSystem 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.info_log: 0x55bdd2d5f740 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_file_opening_threads: 16 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.statistics: (nil) 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.use_fsync: 0 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_log_file_size: 0 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.keep_log_file_num: 1000 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.recycle_log_file_num: 0 2023-12-20T10:02:05.132 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.allow_fallocate: 1 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.allow_mmap_reads: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.allow_mmap_writes: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.use_direct_reads: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.create_missing_column_families: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.db_log_dir: 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.wal_dir: 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-20T10:02:05.133 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.advise_random_on_open: 1 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.db_write_buffer_size: 0 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.write_buffer_manager: 0x55bdd2d13360 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.rate_limiter: (nil) 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.wal_recovery_mode: 2 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.enable_thread_tracking: 0 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.enable_pipelined_write: 0 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.unordered_write: 0 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-20T10:02:05.134 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.row_cache: None 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.wal_filter: None 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.allow_ingest_behind: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.two_write_queues: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.manual_wal_flush: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.wal_compression: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.atomic_flush: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-20T10:02:05.135 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.log_readahead_size: 0 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.best_efforts_recovery: 0 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.allow_data_in_errors: 0 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.db_host_id: __hostname__ 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_background_jobs: 2 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_background_compactions: -1 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_subcompactions: 1 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-20T10:02:05.136 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_total_wal_size: 0 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_open_files: -1 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bytes_per_sync: 0 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_readahead_size: 0 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_background_flushes: -1 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Compression algorithms supported: 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-20T10:02:05.137 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kZSTD supported: 0 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kXpressCompression supported: 0 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kLZ4HCCompression supported: 1 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kZlibCompression supported: 1 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kSnappyCompression supported: 1 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kLZ4Compression supported: 1 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: kBZip2Compression supported: 0 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.merge_operator: 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_filter: None 2023-12-20T10:02:05.138 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_filter_factory: None 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.sst_partitioner_factory: None 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bdd2d5f860) 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: cache_index_and_filter_blocks: 1 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: pin_top_level_index_and_filter: 1 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: index_type: 0 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: data_block_index_type: 0 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: index_shortening: 1 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: checksum: 4 2023-12-20T10:02:05.139 INFO:journalctl@ceph.mon.c.smithi190.stdout: no_block_cache: 0 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache: 0x55bdd2db5090 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache_name: BinnedLRUCache 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache_options: 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: capacity : 536870912 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: num_shard_bits : 4 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: strict_capacity_limit : 0 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: high_pri_pool_ratio: 0.000 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_cache_compressed: (nil) 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: persistent_cache: (nil) 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_size: 4096 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_size_deviation: 10 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_restart_interval: 16 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: index_block_restart_interval: 1 2023-12-20T10:02:05.140 INFO:journalctl@ceph.mon.c.smithi190.stdout: metadata_block_size: 4096 2023-12-20T10:02:05.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: partition_filters: 0 2023-12-20T10:02:05.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: use_delta_encoding: 1 2023-12-20T10:02:05.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: filter_policy: bloomfilter 2023-12-20T10:02:05.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: whole_key_filtering: 1 2023-12-20T10:02:05.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: verify_compression: 0 2023-12-20T10:02:05.141 INFO:journalctl@ceph.mon.c.smithi190.stdout: read_amp_bytes_per_bit: 0 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: format_version: 5 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: enable_index_compression: 1 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: block_align: 0 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: max_auto_readahead_size: 262144 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: prepopulate_block_cache: 0 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: initial_auto_readahead_size: 8192 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout: num_file_reads_for_auto_readahead: 2 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.write_buffer_size: 33554432 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_write_buffer_number: 2 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression: NoCompression 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression: Disabled 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.prefix_extractor: nullptr 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-20T10:02:05.142 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.num_levels: 7 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-20T10:02:05.143 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:02:05.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-20T10:02:05.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-20T10:02:05.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:02:05.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:02:05.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-20T10:02:05.144 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.level: 32767 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.strategy: 0 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.enabled: false 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.target_file_size_base: 67108864 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-20T10:02:05.145 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.arena_block_size: 1048576 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-20T10:02:05.146 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.disable_auto_compactions: 0 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.table_properties_collectors: 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.inplace_update_support: 0 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-20T10:02:05.147 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.bloom_locality: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.max_successive_merges: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.paranoid_file_checks: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.force_consistency_checks: 1 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.report_bg_io_stats: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.ttl: 2592000 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.enable_blob_files: false 2023-12-20T10:02:05.148 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.min_blob_size: 0 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.blob_file_size: 268435456 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.blob_file_starting_level: 0 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: 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-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4389e2ff-cb72-4327-9d5b-e388e12c26f7 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066525087672, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-20T10:02:05.149 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 systemd[1]: Started Ceph mon.c for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066525088102, "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": 1703066525, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4389e2ff-cb72-4327-9d5b-e388e12c26f7", "db_session_id": "NDIN6BNXJ06KYTW4L464", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066525088170, "job": 1, "event": "recovery_finished"} 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: 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-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bdd2e4e000 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: DB pointer 0x55bdd2e3c000 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** DB Stats ** 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:02:05.150 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** Compaction Stats [default] ** 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** Compaction Stats [default] ** 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:05.151 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: Interval compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: Block cache BinnedLRUCache@0x55bdd2db5090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2023-12-20T10:02:05.152 INFO:journalctl@ceph.mon.c.smithi190.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: using public_addr v2:172.21.15.190:0/0 -> [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: starting mon.c rank -1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(???) e0 preinit fsid 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).mds e1 new map 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).mds e1 print_map 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout: e1 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.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-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout: legacy client fscid: -1 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout: 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout: No filesystems configured 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-20T10:02:05.153 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: 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-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Deploying cephadm binary to smithi190 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:02:05.154 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Added host smithi190 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3529896129' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.155 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3529896129' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.156 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Saving service mon spec with placement smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c;count:3 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: Deploying daemon mon.c on smithi190 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:05.157 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:05 smithi190 ceph-mon[46932]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-20T10:02:06.710 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-20T10:02:06.711 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-20T10:02:07.045 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:02:10.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:02:10.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: mon.a calling monitor election 2023-12-20T10:02:10.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:10.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: mon.c calling monitor election 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: monmap e2: 2 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: fsmap 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: mgrmap e13: a(active, since 46s) 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: overall HEALTH_OK 2023-12-20T10:02:10.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:10.596 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:10 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:10.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: mon.a calling monitor election 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: mon.c calling monitor election 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:10.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: monmap e2: 2 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: fsmap 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: mgrmap e13: a(active, since 46s) 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: overall HEALTH_OK 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:10.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:10 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:11.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:11.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:11.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:11.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:11 smithi113 ceph-mon[42603]: Deploying daemon mon.b on smithi163 2023-12-20T10:02:11.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:11.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:11.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:11.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:11.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:11 smithi190 ceph-mon[46932]: Deploying daemon mon.b on smithi163 2023-12-20T10:02:11.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:11.793 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T10:02:11.793 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"706815aa-9f1e-11ee-95a5-87774f69a715","modified":"2023-12-20T10:02:05.115803Z","created":"2023-12-20T10:00:29.395845Z","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.113:3300","nonce":0},{"type":"v1","addr":"172.21.15.113:6789","nonce":0}]},"addr":"172.21.15.113:6789/0","public_addr":"172.21.15.113:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-20T10:02:11.795 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2023-12-20T10:02:12.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:12 smithi113 ceph-mon[42603]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:12.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:12 smithi113 ceph-mon[42603]: from='client.? 172.21.15.190:0/2624277560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:02:12.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:12 smithi190 ceph-mon[46932]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:12.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:12 smithi190 ceph-mon[46932]: from='client.? 172.21.15.190:0/2624277560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:02:13.444 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-20T10:02:13.444 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-20T10:02:13.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 systemd[1]: Starting Ceph mon.b for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:02:13.778 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: set uid:gid to 167:167 (ceph:ceph) 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: ceph version 19.0.0-36-g86cc4aec (86cc4aec42581926507b9749381d531f24687367) reef (dev), process ceph-mon, pid 7 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pidfile_write: ignore empty --pid-file 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: load: jerasure load: lrc 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: RocksDB version: 7.9.2 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Git sha 0 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Compile date 2023-12-18 20:25:43 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: DB SUMMARY 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: DB Session ID: EFXFKZA42JCFHHH5XKLN 2023-12-20T10:02:14.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: CURRENT file: CURRENT 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: IDENTITY file: IDENTITY 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.error_if_exists: 0 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.create_if_missing: 0 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.paranoid_checks: 1 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.env: 0x557e9cc69a60 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.fs: PosixFileSystem 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.info_log: 0x557e9ec4f740 2023-12-20T10:02:14.235 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_file_opening_threads: 16 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.statistics: (nil) 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.use_fsync: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_log_file_size: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.keep_log_file_num: 1000 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.recycle_log_file_num: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.allow_fallocate: 1 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.allow_mmap_reads: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.allow_mmap_writes: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.use_direct_reads: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.create_missing_column_families: 0 2023-12-20T10:02:14.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.db_log_dir: 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.wal_dir: 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.advise_random_on_open: 1 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.db_write_buffer_size: 0 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.write_buffer_manager: 0x557e9ec03360 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-20T10:02:14.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.rate_limiter: (nil) 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.wal_recovery_mode: 2 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.enable_thread_tracking: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.enable_pipelined_write: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.unordered_write: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.row_cache: None 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.wal_filter: None 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.allow_ingest_behind: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.two_write_queues: 0 2023-12-20T10:02:14.238 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.manual_wal_flush: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.wal_compression: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.atomic_flush: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.log_readahead_size: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.best_efforts_recovery: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.allow_data_in_errors: 0 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.db_host_id: __hostname__ 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_background_jobs: 2 2023-12-20T10:02:14.239 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_background_compactions: -1 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_subcompactions: 1 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_total_wal_size: 0 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_open_files: -1 2023-12-20T10:02:14.240 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bytes_per_sync: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_readahead_size: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_background_flushes: -1 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Compression algorithms supported: 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kZSTD supported: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kXpressCompression supported: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kLZ4HCCompression supported: 1 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kZlibCompression supported: 1 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kSnappyCompression supported: 1 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kLZ4Compression supported: 1 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: kBZip2Compression supported: 0 2023-12-20T10:02:14.241 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-20T10:02:14.242 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.merge_operator: 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_filter: None 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_filter_factory: None 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.sst_partitioner_factory: None 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-20T10:02:14.243 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557e9ec4f860) 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: cache_index_and_filter_blocks: 1 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: pin_top_level_index_and_filter: 1 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: index_type: 0 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: data_block_index_type: 0 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: index_shortening: 1 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: checksum: 4 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: no_block_cache: 0 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_cache: 0x557e9eca5090 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_cache_name: BinnedLRUCache 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_cache_options: 2023-12-20T10:02:14.244 INFO:journalctl@ceph.mon.b.smithi163.stdout: capacity : 536870912 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: num_shard_bits : 4 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: strict_capacity_limit : 0 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: high_pri_pool_ratio: 0.000 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_cache_compressed: (nil) 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: persistent_cache: (nil) 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_size: 4096 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_size_deviation: 10 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_restart_interval: 16 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: index_block_restart_interval: 1 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: metadata_block_size: 4096 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: partition_filters: 0 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: use_delta_encoding: 1 2023-12-20T10:02:14.245 INFO:journalctl@ceph.mon.b.smithi163.stdout: filter_policy: bloomfilter 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: whole_key_filtering: 1 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: verify_compression: 0 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: read_amp_bytes_per_bit: 0 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: format_version: 5 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: enable_index_compression: 1 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: block_align: 0 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: max_auto_readahead_size: 262144 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: prepopulate_block_cache: 0 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: initial_auto_readahead_size: 8192 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout: num_file_reads_for_auto_readahead: 2 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.write_buffer_size: 33554432 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_write_buffer_number: 2 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression: NoCompression 2023-12-20T10:02:14.246 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression: Disabled 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.prefix_extractor: nullptr 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.num_levels: 7 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:02:14.247 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.level: 32767 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.strategy: 0 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.enabled: false 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.target_file_size_base: 67108864 2023-12-20T10:02:14.248 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-20T10:02:14.249 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.arena_block_size: 1048576 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.disable_auto_compactions: 0 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-20T10:02:14.250 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.table_properties_collectors: 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.inplace_update_support: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.bloom_locality: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.max_successive_merges: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.paranoid_file_checks: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.force_consistency_checks: 1 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.report_bg_io_stats: 0 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.ttl: 2592000 2023-12-20T10:02:14.251 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.enable_blob_files: false 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.min_blob_size: 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.blob_file_size: 268435456 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.blob_file_starting_level: 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-20T10:02:14.252 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 50e2248e-e087-4e6f-8b1d-e6fe1c2655f1 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066533963897, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066533964328, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "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": 526, "raw_average_value_size": 105, "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": 1703066533, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "50e2248e-e087-4e6f-8b1d-e6fe1c2655f1", "db_session_id": "EFXFKZA42JCFHHH5XKLN", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703066533964399, "job": 1, "event": "recovery_finished"} 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: 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-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557e9ed3e000 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: DB pointer 0x557e9ed2c000 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout: ** DB Stats ** 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.253 INFO:journalctl@ceph.mon.b.smithi163.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: ** Compaction Stats [default] ** 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: ** Compaction Stats [default] ** 2023-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.254 INFO:journalctl@ceph.mon.b.smithi163.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: Cumulative compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: Interval compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.255 INFO:journalctl@ceph.mon.b.smithi163.stdout: Block cache BinnedLRUCache@0x557e9eca5090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: using public_addr v2:172.21.15.163:0/0 -> [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: starting mon.b rank -1 at public addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] at bind addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(???) e0 preinit fsid 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).mds e1 new map 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).mds e1 print_map 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: e1 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.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-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: legacy client fscid: -1 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: 2023-12-20T10:02:14.256 INFO:journalctl@ceph.mon.b.smithi163.stdout: No filesystems configured 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: 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-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Deploying cephadm binary to smithi190 2023-12-20T10:02:14.257 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Added host smithi190 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.258 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3529896129' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:14.259 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3529896129' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:14.260 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Saving service mon spec with placement smithi113:172.21.15.113=a;smithi163:172.21.15.163=b;smithi190:172.21.15.190=c;count:3 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Deploying daemon mon.c on smithi190 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.a calling monitor election 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.261 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.c calling monitor election 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: monmap e2: 2 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: fsmap 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mgrmap e13: a(active, since 46s) 2023-12-20T10:02:14.262 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: overall HEALTH_OK 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: Deploying daemon mon.b on smithi163 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: from='client.? 172.21.15.190:0/2624277560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 ceph-mon[45973]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 bash[45908]: 0d86ef444c38a58dbe003ffe0c5b713b8f589285881276c7d63b2796da6c9a69 2023-12-20T10:02:14.263 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:13 smithi163 systemd[1]: Started Ceph mon.b for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:02:19.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:02:19.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: mon.a calling monitor election 2023-12-20T10:02:19.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: mon.c calling monitor election 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: monmap e3: 3 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],b=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: fsmap 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:19.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: mgrmap e13: a(active, since 55s) 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: mon.b (rank 2) addr [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] is down (out of quorum) 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:19.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:19.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:02:19.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: mon.a calling monitor election 2023-12-20T10:02:19.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: mon.c calling monitor election 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: monmap e3: 3 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],b=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: fsmap 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: mgrmap e13: a(active, since 55s) 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: mon.b (rank 2) addr [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] is down (out of quorum) 2023-12-20T10:02:19.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:19.382 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:19.382 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:19.812 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-20T10:02:19.812 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":3,"fsid":"706815aa-9f1e-11ee-95a5-87774f69a715","modified":"2023-12-20T10:02:13.991004Z","created":"2023-12-20T10:00:29.395845Z","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.113:3300","nonce":0},{"type":"v1","addr":"172.21.15.113:6789","nonce":0}]},"addr":"172.21.15.113:6789/0","public_addr":"172.21.15.113:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:3300","nonce":0},{"type":"v1","addr":"172.21.15.163:6789","nonce":0}]},"addr":"172.21.15.163:6789/0","public_addr":"172.21.15.163:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-20T10:02:19.815 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 3 2023-12-20T10:02:20.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:20 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:20.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:20 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:20.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:20 smithi190 ceph-mon[46932]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:20.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:20 smithi190 ceph-mon[46932]: from='client.? 172.21.15.190:0/1003075213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:02:20.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:20 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:20.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:20 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:20.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:20 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:20.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:20 smithi113 ceph-mon[42603]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:20.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:20 smithi113 ceph-mon[42603]: from='client.? 172.21.15.190:0/1003075213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:02:20.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:20 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:20.651 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-20T10:02:20.651 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-20T10:02:21.013 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.a calling monitor election 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.c calling monitor election 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:21.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:21.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: monmap e3: 3 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],b=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: fsmap 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mgrmap e13: a(active, since 55s) 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-20T10:02:21.485 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.b (rank 2) addr [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] is down (out of quorum) 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:21.486 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='client.? 172.21.15.190:0/1003075213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-20T10:02:21.487 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:21.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: mon.b calling monitor election 2023-12-20T10:02:21.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: mon.b calling monitor election 2023-12-20T10:02:21.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: mon.c calling monitor election 2023-12-20T10:02:21.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: mon.a calling monitor election 2023-12-20T10:02:21.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: monmap e3: 3 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],b=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: fsmap 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: mgrmap e13: a(active, since 57s) 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: Cluster is now healthy 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: overall HEALTH_OK 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:21.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:21 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:21.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: mon.b calling monitor election 2023-12-20T10:02:21.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: mon.b calling monitor election 2023-12-20T10:02:21.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: mon.c calling monitor election 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: mon.a calling monitor election 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: monmap e3: 3 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],b=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: fsmap 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: mgrmap e13: a(active, since 57s) 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: Cluster is now healthy 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: overall HEALTH_OK 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:21.881 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:21 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.b calling monitor election 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.b calling monitor election 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.c calling monitor election 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.a calling monitor election 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: monmap e3: 3 mons at {a=[v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0],b=[v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0],c=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: fsmap 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: osdmap e4: 0 total, 0 up, 0 in 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: mgrmap e13: a(active, since 57s) 2023-12-20T10:02:21.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: Cluster is now healthy 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: overall HEALTH_OK 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:21.984 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:21.985 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:21 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:22.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: Reconfiguring mon.a (unknown last config time)... 2023-12-20T10:02:22.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: Reconfiguring daemon mon.a on smithi113 2023-12-20T10:02:22.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:22.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:22 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:22.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: Reconfiguring mon.a (unknown last config time)... 2023-12-20T10:02:22.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: Reconfiguring daemon mon.a on smithi113 2023-12-20T10:02:22.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:22.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:22 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:22.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:02:22.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: Reconfiguring mon.a (unknown last config time)... 2023-12-20T10:02:22.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: Reconfiguring daemon mon.a on smithi113 2023-12-20T10:02:22.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:22.983 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:22 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:02:23.094 INFO:teuthology.orchestra.run.smithi113.stdout:# minimal ceph.conf for 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:02:23.094 INFO:teuthology.orchestra.run.smithi113.stdout:[global] 2023-12-20T10:02:23.094 INFO:teuthology.orchestra.run.smithi113.stdout: fsid = 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:02:23.095 INFO:teuthology.orchestra.run.smithi113.stdout: mon_host = [v2:172.21.15.113:3300/0,v1:172.21.15.113:6789/0] [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-12-20T10:02:23.607 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-20T10:02:23.607 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:02:23.607 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/ceph/ceph.conf 2023-12-20T10:02:23.637 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:02:23.637 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:23.704 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T10:02:23.704 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.conf 2023-12-20T10:02:23.737 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T10:02:23.737 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:23.805 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T10:02:23.805 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2023-12-20T10:02:23.841 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T10:02:23.841 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:02:23.913 INFO:tasks.cephadm:Adding mgr.a on smithi113 2023-12-20T10:02:23.913 INFO:tasks.cephadm:Adding mgr.b on smithi163 2023-12-20T10:02:23.913 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch apply mgr '2;smithi113=a;smithi163=b' 2023-12-20T10:02:24.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: Reconfiguring mon.b (monmap changed)... 2023-12-20T10:02:24.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: Reconfiguring daemon mon.b on smithi163 2023-12-20T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3505118830' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:24.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:23 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: Reconfiguring mon.b (monmap changed)... 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: Reconfiguring daemon mon.b on smithi163 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3505118830' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:24.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:23 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.273 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:02:24.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:24.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: Reconfiguring mon.b (monmap changed)... 2023-12-20T10:02:24.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:24.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:24.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:24.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: Reconfiguring daemon mon.b on smithi163 2023-12-20T10:02:24.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3505118830' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:24.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:24.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:23 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: Reconfiguring mon.c (monmap changed)... 2023-12-20T10:02:25.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:25.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:25.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:25.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:25 smithi190 ceph-mon[46932]: Reconfiguring daemon mon.c on smithi190 2023-12-20T10:02:25.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: Reconfiguring mon.c (monmap changed)... 2023-12-20T10:02:25.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:25.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:25.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:25.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:25 smithi163 ceph-mon[45973]: Reconfiguring daemon mon.c on smithi190 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: Reconfiguring mon.c (monmap changed)... 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:25.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:25 smithi113 ceph-mon[42603]: Reconfiguring daemon mon.c on smithi190 2023-12-20T10:02:26.396 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mgr update... 2023-12-20T10:02:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:26 smithi190 ceph-mon[46932]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:26 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:26 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:26 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:26.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:26 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:26 smithi163 ceph-mon[45973]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:26.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:26 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:26 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:26 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:26.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:26 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:26 smithi113 ceph-mon[42603]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:27.033 DEBUG:teuthology.orchestra.run.smithi163:mgr.b> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.b.service 2023-12-20T10:02:27.036 INFO:tasks.cephadm:Deploying OSDs... 2023-12-20T10:02:27.036 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-20T10:02:27.036 DEBUG:teuthology.orchestra.run.smithi113:> dd if=/scratch_devs of=/dev/stdout 2023-12-20T10:02:27.054 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-12-20T10:02:27.054 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_1 2023-12-20T10:02:27.068 INFO:journalctl@ceph.mgr.b.smithi163.stdout:-- Logs begin at Wed 2023-12-20 09:45:59 UTC. -- 2023-12-20T10:02:27.112 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-20T10:02:27.112 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:27.112 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 129205 Links: 1 2023-12-20T10:02:27.112 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:27.112 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:27.112 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-20 10:01:35.152948101 +0000 2023-12-20T10:02:27.113 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-20 09:51:26.686802500 +0000 2023-12-20T10:02:27.113 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-20 09:51:26.686802500 +0000 2023-12-20T10:02:27.113 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-20T10:02:27.113 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-20T10:02:27.179 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-20T10:02:27.179 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-20T10:02:27.180 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000245603 s, 2.1 MB/s 2023-12-20T10:02:27.181 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-20T10:02:27.239 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_2 2023-12-20T10:02:27.297 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-20T10:02:27.297 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:27.297 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 119439 Links: 1 2023-12-20T10:02:27.297 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:27.297 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:27.297 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-20 10:01:35.220946660 +0000 2023-12-20T10:02:27.298 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-20 09:51:27.198791544 +0000 2023-12-20T10:02:27.298 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-20 09:51:27.198791544 +0000 2023-12-20T10:02:27.298 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-20T10:02:27.298 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-20T10:02:27.363 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-20T10:02:27.363 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-20T10:02:27.363 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000225521 s, 2.3 MB/s 2023-12-20T10:02:27.364 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-20T10:02:27.422 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_3 2023-12-20T10:02:27.480 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-20T10:02:27.480 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:27.480 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 131110 Links: 1 2023-12-20T10:02:27.480 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:27.480 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:27.480 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-20 10:01:35.273945537 +0000 2023-12-20T10:02:27.481 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-20 09:51:27.694780930 +0000 2023-12-20T10:02:27.481 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-20 09:51:27.694780930 +0000 2023-12-20T10:02:27.481 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-20T10:02:27.481 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-20T10:02:27.543 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi113=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: Saving service mgr spec with placement smithi113=a;smithi163=b;count:2 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:02:27.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:27 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:27.546 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-20T10:02:27.546 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-20T10:02:27.546 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000240907 s, 2.1 MB/s 2023-12-20T10:02:27.547 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-20T10:02:27.605 DEBUG:teuthology.orchestra.run.smithi113:> stat /dev/vg_nvme/lv_4 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout:Device: 6h/6d Inode: 127306 Links: 1 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout:Access: 2023-12-20 10:01:35.324944457 +0000 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout:Modify: 2023-12-20 09:51:28.212769845 +0000 2023-12-20T10:02:27.663 INFO:teuthology.orchestra.run.smithi113.stdout:Change: 2023-12-20 09:51:28.212769845 +0000 2023-12-20T10:02:27.664 INFO:teuthology.orchestra.run.smithi113.stdout: Birth: - 2023-12-20T10:02:27.664 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-20T10:02:27.728 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records in 2023-12-20T10:02:27.729 INFO:teuthology.orchestra.run.smithi113.stderr:1+0 records out 2023-12-20T10:02:27.729 INFO:teuthology.orchestra.run.smithi113.stderr:512 bytes copied, 0.000272905 s, 1.9 MB/s 2023-12-20T10:02:27.730 DEBUG:teuthology.orchestra.run.smithi113:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi113=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: Saving service mgr spec with placement smithi113=a;smithi163=b;count:2 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:02:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:27 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:27.788 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-20T10:02:27.788 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2023-12-20T10:02:27.805 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-12-20T10:02:27.805 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_1 2023-12-20T10:02:27.862 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-20T10:02:27.862 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 124377 Links: 1 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-12-20 10:02:13.356220590 +0000 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-12-20 09:51:30.648815225 +0000 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-12-20 09:51:30.648815225 +0000 2023-12-20T10:02:27.863 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-12-20T10:02:27.863 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-20T10:02:27.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi113=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:27.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: Saving service mgr spec with placement smithi113=a;smithi163=b;count:2 2023-12-20T10:02:27.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:27.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:27.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:27.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:02:27.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-20T10:02:27.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:02:27.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:27 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:27.929 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-12-20T10:02:27.930 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-12-20T10:02:27.930 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000235807 s, 2.2 MB/s 2023-12-20T10:02:27.931 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-20T10:02:27.989 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_2 2023-12-20T10:02:28.057 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 131156 Links: 1 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-12-20 10:02:13.356220590 +0000 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-12-20 09:51:31.157803075 +0000 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-12-20 09:51:31.157803075 +0000 2023-12-20T10:02:28.058 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-12-20T10:02:28.059 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-20T10:02:28.124 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-12-20T10:02:28.124 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-12-20T10:02:28.124 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000199378 s, 2.6 MB/s 2023-12-20T10:02:28.125 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-20T10:02:28.183 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_3 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 126445 Links: 1 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-12-20 10:02:13.357220568 +0000 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-12-20 09:51:31.693790280 +0000 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-12-20 09:51:31.693790280 +0000 2023-12-20T10:02:28.241 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-12-20T10:02:28.242 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-20T10:02:28.396 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-12-20T10:02:28.397 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-12-20T10:02:28.397 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000205135 s, 2.5 MB/s 2023-12-20T10:02:28.398 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-20T10:02:28.415 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_4 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 6h/6d Inode: 126493 Links: 1 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-12-20 10:02:28.342886113 +0000 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-12-20 09:51:32.220777700 +0000 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-12-20 09:51:32.220777700 +0000 2023-12-20T10:02:28.475 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-12-20T10:02:28.476 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-20T10:02:28.543 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-12-20T10:02:28.543 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-12-20T10:02:28.544 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000228961 s, 2.2 MB/s 2023-12-20T10:02:28.545 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-20T10:02:28.606 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-20T10:02:28.606 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-12-20T10:02:28.630 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-12-20T10:02:28.631 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 129102 Links: 1 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-20 10:02:04.455948013 +0000 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-20 09:51:29.102595918 +0000 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-20 09:51:29.102595918 +0000 2023-12-20T10:02:28.691 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-20T10:02:28.691 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-20T10:02:28.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:28 smithi163 ceph-mon[45973]: Deploying daemon mgr.b on smithi163 2023-12-20T10:02:28.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:28 smithi163 ceph-mon[45973]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:28.733 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:28 smithi163 systemd[1]: Starting Ceph mgr.b for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:02:28.761 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:28 smithi190 ceph-mon[46932]: Deploying daemon mgr.b on smithi163 2023-12-20T10:02:28.761 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:28 smithi190 ceph-mon[46932]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:28.765 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-20T10:02:28.766 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-20T10:02:28.766 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000284329 s, 1.8 MB/s 2023-12-20T10:02:28.767 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-20T10:02:28.828 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2023-12-20T10:02:28.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:28 smithi113 ceph-mon[42603]: Deploying daemon mgr.b on smithi163 2023-12-20T10:02:28.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:28 smithi113 ceph-mon[42603]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 128223 Links: 1 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-20 10:02:04.455948013 +0000 2023-12-20T10:02:28.887 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-20 09:51:29.620580909 +0000 2023-12-20T10:02:28.888 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-20 09:51:29.620580909 +0000 2023-12-20T10:02:28.888 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-20T10:02:28.888 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-20T10:02:28.954 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-20T10:02:28.955 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-20T10:02:28.955 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000223728 s, 2.3 MB/s 2023-12-20T10:02:28.956 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-20T10:02:29.015 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2023-12-20T10:02:29.074 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 125633 Links: 1 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-20 10:02:04.455948013 +0000 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-20 09:51:30.133566045 +0000 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-20 09:51:30.133566045 +0000 2023-12-20T10:02:29.075 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-20T10:02:29.075 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-20T10:02:29.141 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-20T10:02:29.141 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-20T10:02:29.141 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000244877 s, 2.1 MB/s 2023-12-20T10:02:29.142 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-20T10:02:29.201 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 122621 Links: 1 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-20 10:02:04.455948013 +0000 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-20 09:51:30.692549849 +0000 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-20 09:51:30.692549849 +0000 2023-12-20T10:02:29.261 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-20T10:02:29.262 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-20T10:02:29.327 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-20T10:02:29.327 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-20T10:02:29.327 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000226608 s, 2.3 MB/s 2023-12-20T10:02:29.328 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-20T10:02:29.387 INFO:tasks.cephadm:Deploying osd.0 on smithi113 with /dev/vg_nvme/lv_4... 2023-12-20T10:02:29.387 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-20T10:02:29.483 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 ceph-mgr[47915]: -- 172.21.15.163:0/89238012 <== mon.2 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564c037f41a0 con 0x564c037cd000 2023-12-20T10:02:29.483 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 bash[47852]: d8b17efb53e2b1877272f09f9d0ffaa202e6eae880c9399e11252043e515ac26 2023-12-20T10:02:29.483 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 systemd[1]: Started Ceph mgr.b for 706815aa-9f1e-11ee-95a5-87774f69a715. 2023-12-20T10:02:29.708 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:02:29.819 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 conmon[47891]: 2023-12-20T10:02:29.511+0000 7f12ca88e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:02:29.819 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 conmon[47891]: 2023-12-20T10:02:29.612+0000 7f12ca88e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:02:29.819 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 conmon[47891]: 2023-12-20T10:02:29.720+0000 7f12ca88e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:02:30.179 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:29 smithi163 conmon[47891]: 2023-12-20T10:02:29.816+0000 7f12ca88e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:02:30.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:30 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:30 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:30 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:30 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:30 smithi163 ceph-mon[45973]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:30.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:30 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:30.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:30 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:30 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:30 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:30 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:30 smithi113 ceph-mon[42603]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:30.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:30 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:30.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:30 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:30 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:30 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:30 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:30.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:30 smithi190 ceph-mon[46932]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:30.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:30 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:30.815 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:30 smithi163 conmon[47891]: 2023-12-20T10:02:30.488+0000 7f12ca88e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:02:30.815 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:30 smithi163 conmon[47891]: 2023-12-20T10:02:30.726+0000 7f12ca88e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:02:31.085 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:30 smithi163 conmon[47891]: 2023-12-20T10:02:30.812+0000 7f12ca88e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:02:31.085 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:30 smithi163 conmon[47891]: 2023-12-20T10:02:30.923+0000 7f12ca88e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:02:31.377 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:31 smithi163 conmon[47891]: 2023-12-20T10:02:31.082+0000 7f12ca88e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:02:31.377 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:31 smithi163 conmon[47891]: 2023-12-20T10:02:31.210+0000 7f12ca88e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:02:31.377 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:31 smithi163 conmon[47891]: 2023-12-20T10:02:31.298+0000 7f12ca88e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:02:31.438 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-20T10:02:31.438 INFO:teuthology.orchestra.run.smithi113.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-20T10:02:31.439 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10+0 records in 2023-12-20T10:02:31.439 INFO:teuthology.orchestra.run.smithi113.stderr:10+0 records out 2023-12-20T10:02:31.439 INFO:teuthology.orchestra.run.smithi113.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00990849 s, 1.1 GB/s 2023-12-20T10:02:31.439 INFO:teuthology.orchestra.run.smithi113.stderr:--> Zapping successful for: 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: Reconfiguring mgr.a (unknown last config time)... 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:31.477 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:31 smithi113 ceph-mon[42603]: Reconfiguring daemon mgr.a on smithi113 2023-12-20T10:02:31.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: Reconfiguring mgr.a (unknown last config time)... 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:31.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:31 smithi190 ceph-mon[46932]: Reconfiguring daemon mgr.a on smithi113 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: Reconfiguring mgr.a (unknown last config time)... 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-20T10:02:31.677 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-20T10:02:31.678 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:31.678 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:31 smithi163 ceph-mon[45973]: Reconfiguring daemon mgr.a on smithi113 2023-12-20T10:02:31.949 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:31 smithi163 conmon[47891]: 2023-12-20T10:02:31.674+0000 7f12ca88e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:02:32.232 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:31 smithi163 conmon[47891]: 2023-12-20T10:02:31.945+0000 7f12ca88e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:02:32.284 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi113:vg_nvme/lv_4 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:32.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.625 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:02:32.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:32 smithi163 conmon[47891]: 2023-12-20T10:02:32.232+0000 7f12ca88e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:02:32.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:32 smithi163 conmon[47891]: 2023-12-20T10:02:32.327+0000 7f12ca88e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:32.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:32.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:32.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:32.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:32.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:32.880 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:33.482 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:33 smithi163 conmon[47891]: 2023-12-20T10:02:33.098+0000 7f12ca88e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:02:33.482 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:33 smithi163 conmon[47891]: 2023-12-20T10:02:33.193+0000 7f12ca88e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:02:33.483 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:33 smithi163 conmon[47891]: 2023-12-20T10:02:33.343+0000 7f12ca88e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:02:34.232 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:33 smithi163 conmon[47891]: 2023-12-20T10:02:33.980+0000 7f12ca88e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:02:34.232 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:34 smithi163 conmon[47891]: 2023-12-20T10:02:34.164+0000 7f12ca88e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:02:34.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:34 smithi190 ceph-mon[46932]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:34.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:34.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:02:34.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:02:34.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:34.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:34 smithi163 conmon[47891]: 2023-12-20T10:02:34.359+0000 7f12ca88e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:02:34.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:34 smithi163 ceph-mon[45973]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:34.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:34.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:02:34.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:02:34.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:34.798 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:34 smithi113 ceph-mon[42603]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:34.798 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:34.799 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:02:34.799 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:02:34.799 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:35.544 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:35 smithi113 ceph-mon[42603]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi113:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:35.561 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:35 smithi163 ceph-mon[45973]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi113:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:35.562 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:35 smithi163 conmon[47891]: 2023-12-20T10:02:35.286+0000 7f12ca88e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:02:35.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:35 smithi190 ceph-mon[46932]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi113:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:35.846 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:35 smithi163 conmon[47891]: 2023-12-20T10:02:35.559+0000 7f12ca88e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:02:35.846 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:35 smithi163 conmon[47891]: 2023-12-20T10:02:35.648+0000 7f12ca88e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:02:35.846 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:02:35 smithi163 conmon[47891]: 2023-12-20T10:02:35.843+0000 7f12ca88e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:02:36.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:36 smithi190 ceph-mon[46932]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:36.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:36 smithi190 ceph-mon[46932]: Standby manager daemon b started 2023-12-20T10:02:36.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:36 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:02:36.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:36 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:02:36.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:36 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:02:36.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:36 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:02:36.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:36 smithi163 ceph-mon[45973]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:36.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:36 smithi163 ceph-mon[45973]: Standby manager daemon b started 2023-12-20T10:02:36.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:36 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:02:36.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:36 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:02:36.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:36 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:02:36.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:36 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:02:36.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:36 smithi113 ceph-mon[42603]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:36.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:36 smithi113 ceph-mon[42603]: Standby manager daemon b started 2023-12-20T10:02:36.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:36 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:02:36.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:36 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:02:36.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:36 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:02:36.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:36 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/2214651857' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: mgrmap e14: a(active, since 73s), standbys: b 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/932944896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61947c9f-aadb-4a46-bd80-9ba01668cb2b"}]: dispatch 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/932944896' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61947c9f-aadb-4a46-bd80-9ba01668cb2b"}]': finished 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: osdmap e5: 1 total, 0 up, 1 in 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:37.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:37 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/2450817954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:02:37.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: mgrmap e14: a(active, since 73s), standbys: b 2023-12-20T10:02:37.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:02:37.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/932944896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61947c9f-aadb-4a46-bd80-9ba01668cb2b"}]: dispatch 2023-12-20T10:02:37.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/932944896' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61947c9f-aadb-4a46-bd80-9ba01668cb2b"}]': finished 2023-12-20T10:02:37.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: osdmap e5: 1 total, 0 up, 1 in 2023-12-20T10:02:37.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:37.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:37 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/2450817954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: mgrmap e14: a(active, since 73s), standbys: b 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/932944896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "61947c9f-aadb-4a46-bd80-9ba01668cb2b"}]: dispatch 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/932944896' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "61947c9f-aadb-4a46-bd80-9ba01668cb2b"}]': finished 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: osdmap e5: 1 total, 0 up, 1 in 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:37.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:37 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2450817954' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:02:38.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:38 smithi190 ceph-mon[46932]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:38.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:38 smithi163 ceph-mon[45973]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:38.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:38 smithi113 ceph-mon[42603]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:40.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:40 smithi190 ceph-mon[46932]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:40.638 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:40 smithi113 ceph-mon[42603]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:40.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:40 smithi163 ceph-mon[45973]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:42 smithi163 ceph-mon[45973]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:42.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:42 smithi113 ceph-mon[42603]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:42.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:42 smithi190 ceph-mon[46932]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:43.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:43 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-20T10:02:43.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:43 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:43.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:43 smithi163 ceph-mon[45973]: Deploying daemon osd.0 on smithi113 2023-12-20T10:02:43.768 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:43 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-20T10:02:43.768 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:43 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:43.768 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:43 smithi113 ceph-mon[42603]: Deploying daemon osd.0 on smithi113 2023-12-20T10:02:43.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:43 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-20T10:02:43.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:43 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:43.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:43 smithi190 ceph-mon[46932]: Deploying daemon osd.0 on smithi113 2023-12-20T10:02:44.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:44 smithi163 ceph-mon[45973]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:44.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:44 smithi113 ceph-mon[42603]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:44.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:44 smithi190 ceph-mon[46932]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:46.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:46 smithi113 ceph-mon[42603]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:46.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:46 smithi163 ceph-mon[45973]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:46.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:46 smithi190 ceph-mon[46932]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:48.462 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:48 smithi113 ceph-mon[42603]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:48.462 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:48.462 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:48.463 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:48 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:48.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:48 smithi190 ceph-mon[46932]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:48.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:48 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:48.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:48 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:48.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:48 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:48.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:48 smithi163 ceph-mon[45973]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:48.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:48 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:48.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:48 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:48.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:48 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.325 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:50 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.325 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:50 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:50 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:50.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:50 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:50.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:50 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:50 smithi113 ceph-mon[42603]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:50.370 INFO:teuthology.orchestra.run.smithi113.stdout:Created osd(s) 0 on host 'smithi113' 2023-12-20T10:02:50.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:50 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:50 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:50 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:50.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:50 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:50.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:50 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:50 smithi190 ceph-mon[46932]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:50.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:50 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:50 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:50 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:50.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:50 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:50.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:50 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:50.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:50 smithi163 ceph-mon[45973]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:50.906 DEBUG:teuthology.orchestra.run.smithi113:osd.0> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.0.service 2023-12-20T10:02:50.909 INFO:tasks.cephadm:Deploying osd.1 on smithi163 with /dev/vg_nvme/lv_4... 2023-12-20T10:02:50.909 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-20T10:02:50.942 INFO:journalctl@ceph.osd.0.smithi113.stdout:-- Logs begin at Wed 2023-12-20 09:45:33 UTC. -- 2023-12-20T10:02:51.243 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.b/config 2023-12-20T10:02:51.487 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:51 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:51.487 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:51 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:51.487 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:51 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:51.487 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:51 smithi113 ceph-mon[42603]: from='osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:02:51.487 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:51 smithi113 ceph-mon[42603]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:02:51.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:51 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:51.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:51 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:51.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:51 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:51.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:51 smithi190 ceph-mon[46932]: from='osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:02:51.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:51 smithi190 ceph-mon[46932]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:02:51.638 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:51 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:51.638 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:51 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:51.638 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:51 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:02:51.639 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:51 smithi163 ceph-mon[45973]: from='osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:02:51.639 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:51 smithi163 ceph-mon[45973]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-20T10:02:52.449 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:52 smithi163 ceph-mon[45973]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:52.449 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:52 smithi163 ceph-mon[45973]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-20T10:02:52.449 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:52 smithi163 ceph-mon[45973]: from='osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]: dispatch 2023-12-20T10:02:52.449 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:52 smithi163 ceph-mon[45973]: osdmap e6: 1 total, 0 up, 1 in 2023-12-20T10:02:52.449 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:52 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:52.449 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:52 smithi163 ceph-mon[45973]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]: dispatch 2023-12-20T10:02:52.594 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:02:52 smithi113 conmon[67231]: 2023-12-20T10:02:52.364+0000 7f1c0d145700 -1 osd.0 0 waiting for initial osdmap 2023-12-20T10:02:52.594 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:02:52 smithi113 conmon[67231]: 2023-12-20T10:02:52.366+0000 7f1c0873e700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-20T10:02:52.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:52 smithi113 ceph-mon[42603]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:52.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:52 smithi113 ceph-mon[42603]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-20T10:02:52.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:52 smithi113 ceph-mon[42603]: from='osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]: dispatch 2023-12-20T10:02:52.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:52 smithi113 ceph-mon[42603]: osdmap e6: 1 total, 0 up, 1 in 2023-12-20T10:02:52.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:52 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:52.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:52 smithi113 ceph-mon[42603]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]: dispatch 2023-12-20T10:02:52.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:52 smithi190 ceph-mon[46932]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:52.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:52 smithi190 ceph-mon[46932]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-20T10:02:52.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:52 smithi190 ceph-mon[46932]: from='osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]: dispatch 2023-12-20T10:02:52.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:52 smithi190 ceph-mon[46932]: osdmap e6: 1 total, 0 up, 1 in 2023-12-20T10:02:52.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:52 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:52.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:52 smithi190 ceph-mon[46932]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]: dispatch 2023-12-20T10:02:52.973 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-20T10:02:52.973 INFO:teuthology.orchestra.run.smithi163.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-20T10:02:52.974 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10+0 records in 2023-12-20T10:02:52.974 INFO:teuthology.orchestra.run.smithi163.stderr:10+0 records out 2023-12-20T10:02:52.974 INFO:teuthology.orchestra.run.smithi163.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113236 s, 926 MB/s 2023-12-20T10:02:52.974 INFO:teuthology.orchestra.run.smithi163.stderr:--> Zapping successful for: 2023-12-20T10:02:53.610 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi163:vg_nvme/lv_4 2023-12-20T10:02:53.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:53 smithi190 ceph-mon[46932]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]': finished 2023-12-20T10:02:53.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:53 smithi190 ceph-mon[46932]: osdmap e7: 1 total, 0 up, 1 in 2023-12-20T10:02:53.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:53 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:53.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:53 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:53.636 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:53 smithi113 ceph-mon[42603]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]': finished 2023-12-20T10:02:53.637 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:53 smithi113 ceph-mon[42603]: osdmap e7: 1 total, 0 up, 1 in 2023-12-20T10:02:53.637 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:53 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:53.637 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:53 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:53.637 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:53 smithi163 ceph-mon[45973]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi113", "root=default"]}]': finished 2023-12-20T10:02:53.637 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:53 smithi163 ceph-mon[45973]: osdmap e7: 1 total, 0 up, 1 in 2023-12-20T10:02:53.638 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:53 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:53.638 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:53 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:53.939 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.b/config 2023-12-20T10:02:54.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: purged_snaps scrub starts 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: purged_snaps scrub ok 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661] boot 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: osdmap e8: 1 total, 1 up, 1 in 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:54.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:54 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: purged_snaps scrub starts 2023-12-20T10:02:54.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: purged_snaps scrub ok 2023-12-20T10:02:54.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:54.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661] boot 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: osdmap e8: 1 total, 1 up, 1 in 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:54.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:54 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: purged_snaps scrub starts 2023-12-20T10:02:54.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: purged_snaps scrub ok 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: osd.0 [v2:172.21.15.113:6802/2744892661,v1:172.21.15.113:6803/2744892661] boot 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: osdmap e8: 1 total, 1 up, 1 in 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.845 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:02:54.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:54.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:54.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:02:54.846 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:54 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:02:55.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:55 smithi163 ceph-mon[45973]: Detected new or changed devices on smithi113 2023-12-20T10:02:55.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:55 smithi163 ceph-mon[45973]: Adjusting osd_memory_target on smithi113 to 17113M 2023-12-20T10:02:55.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:55 smithi163 ceph-mon[45973]: osdmap e9: 1 total, 1 up, 1 in 2023-12-20T10:02:55.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:55 smithi113 ceph-mon[42603]: Detected new or changed devices on smithi113 2023-12-20T10:02:55.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:55 smithi113 ceph-mon[42603]: Adjusting osd_memory_target on smithi113 to 17113M 2023-12-20T10:02:55.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:55 smithi113 ceph-mon[42603]: osdmap e9: 1 total, 1 up, 1 in 2023-12-20T10:02:55.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:55 smithi190 ceph-mon[46932]: Detected new or changed devices on smithi113 2023-12-20T10:02:55.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:55 smithi190 ceph-mon[46932]: Adjusting osd_memory_target on smithi113 to 17113M 2023-12-20T10:02:55.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:55 smithi190 ceph-mon[46932]: osdmap e9: 1 total, 1 up, 1 in 2023-12-20T10:02:56.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:56 smithi163 ceph-mon[45973]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:02:56.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:56 smithi163 ceph-mon[45973]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:56.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:56 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:02:56.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:56 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:02:56.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:56 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:56.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:56 smithi113 ceph-mon[42603]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:02:56.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:56 smithi113 ceph-mon[42603]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:56.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:56 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:02:56.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:56 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:02:56.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:56 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:56.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:56 smithi190 ceph-mon[46932]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:02:56.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:56 smithi190 ceph-mon[46932]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi163:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:02:56.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:56 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:02:56.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:56 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:02:56.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:56 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:02:58.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:57 smithi190 ceph-mon[46932]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:02:58.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:57 smithi190 ceph-mon[46932]: from='client.? 172.21.15.163:0/3749233437' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]: dispatch 2023-12-20T10:02:58.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:57 smithi190 ceph-mon[46932]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]: dispatch 2023-12-20T10:02:58.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:57 smithi190 ceph-mon[46932]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]': finished 2023-12-20T10:02:58.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:57 smithi190 ceph-mon[46932]: osdmap e10: 2 total, 1 up, 2 in 2023-12-20T10:02:58.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:57 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:02:58.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:57 smithi163 ceph-mon[45973]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:02:58.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:57 smithi163 ceph-mon[45973]: from='client.? 172.21.15.163:0/3749233437' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]: dispatch 2023-12-20T10:02:58.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:57 smithi163 ceph-mon[45973]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]: dispatch 2023-12-20T10:02:58.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:57 smithi163 ceph-mon[45973]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]': finished 2023-12-20T10:02:58.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:57 smithi163 ceph-mon[45973]: osdmap e10: 2 total, 1 up, 2 in 2023-12-20T10:02:58.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:57 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:02:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:57 smithi113 ceph-mon[42603]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:02:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:57 smithi113 ceph-mon[42603]: from='client.? 172.21.15.163:0/3749233437' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]: dispatch 2023-12-20T10:02:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:57 smithi113 ceph-mon[42603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]: dispatch 2023-12-20T10:02:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:57 smithi113 ceph-mon[42603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4654673b-4afb-4093-b6c6-3b3e44a20931"}]': finished 2023-12-20T10:02:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:57 smithi113 ceph-mon[42603]: osdmap e10: 2 total, 1 up, 2 in 2023-12-20T10:02:58.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:57 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:02:59.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:58 smithi190 ceph-mon[46932]: from='client.? 172.21.15.163:0/297301285' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:02:59.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:58 smithi163 ceph-mon[45973]: from='client.? 172.21.15.163:0/297301285' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:02:59.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:58 smithi113 ceph-mon[42603]: from='client.? 172.21.15.163:0/297301285' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:03:00.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:02:59 smithi190 ceph-mon[46932]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:00.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:02:59 smithi163 ceph-mon[45973]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:00.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:02:59 smithi113 ceph-mon[42603]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:02.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:02 smithi163 ceph-mon[45973]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:02.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:02 smithi190 ceph-mon[46932]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:02.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:02 smithi113 ceph-mon[42603]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:04.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:04 smithi190 ceph-mon[46932]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:04.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:04 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-20T10:03:04.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:04 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:04.644 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:04 smithi163 ceph-mon[45973]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:04.644 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:04 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-20T10:03:04.644 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:04 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:04.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:04 smithi113 ceph-mon[42603]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:04.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:04 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-20T10:03:04.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:04 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:05.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:05 smithi190 ceph-mon[46932]: Deploying daemon osd.1 on smithi163 2023-12-20T10:03:05.678 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:05 smithi163 ceph-mon[45973]: Deploying daemon osd.1 on smithi163 2023-12-20T10:03:05.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:05 smithi113 ceph-mon[42603]: Deploying daemon osd.1 on smithi163 2023-12-20T10:03:06.567 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:06 smithi163 ceph-mon[45973]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:06.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:06 smithi190 ceph-mon[46932]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:06.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:06 smithi113 ceph-mon[42603]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:08.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:07 smithi190 ceph-mon[46932]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:08.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:07 smithi163 ceph-mon[45973]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:08.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:07 smithi113 ceph-mon[42603]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:10.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:09 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:10.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:09 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:10.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:09 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:10.097 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:09 smithi113 ceph-mon[42603]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:10.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:09 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:10.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:09 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:10.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:09 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:10.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:09 smithi190 ceph-mon[46932]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:10.139 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:09 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:10.139 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:09 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:10.139 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:09 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:10.139 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:09 smithi163 ceph-mon[45973]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:11.851 INFO:teuthology.orchestra.run.smithi163.stdout:Created osd(s) 1 on host 'smithi163' 2023-12-20T10:03:12.149 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.150 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.151 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:11 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:12.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.346 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:11 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:12.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:12.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:12.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:12.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:12.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:11 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:12.394 DEBUG:teuthology.orchestra.run.smithi163:osd.1> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.1.service 2023-12-20T10:03:12.436 INFO:tasks.cephadm:Deploying osd.2 on smithi190 with /dev/vg_nvme/lv_4... 2023-12-20T10:03:12.437 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-20T10:03:12.469 INFO:journalctl@ceph.osd.1.smithi163.stdout:-- Logs begin at Wed 2023-12-20 09:45:59 UTC. -- 2023-12-20T10:03:12.761 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:03:13.151 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:12 smithi163 ceph-mon[45973]: from='osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:03:13.151 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:12 smithi163 ceph-mon[45973]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:03:13.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:12 smithi190 ceph-mon[46932]: from='osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:03:13.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:12 smithi190 ceph-mon[46932]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:03:13.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:12 smithi113 ceph-mon[42603]: from='osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:03:13.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:12 smithi113 ceph-mon[42603]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: from='osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: osdmap e11: 2 total, 1 up, 2 in 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: osdmap e12: 2 total, 1 up, 2 in 2023-12-20T10:03:14.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:13 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:14.232 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:13 smithi163 conmon[52552]: 2023-12-20T10:03:13.928+0000 7fcf61979700 -1 osd.1 0 waiting for initial osdmap 2023-12-20T10:03:14.233 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:13 smithi163 conmon[52552]: 2023-12-20T10:03:13.931+0000 7fcf59f6c700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: from='osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: osdmap e11: 2 total, 1 up, 2 in 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: osdmap e12: 2 total, 1 up, 2 in 2023-12-20T10:03:14.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:13 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: from='osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: osdmap e11: 2 total, 1 up, 2 in 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:14.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2023-12-20T10:03:14.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: osdmap e12: 2 total, 1 up, 2 in 2023-12-20T10:03:14.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:13 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:14.382 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-20T10:03:14.382 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-20T10:03:14.382 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-12-20T10:03:14.382 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-12-20T10:03:14.382 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126973 s, 826 MB/s 2023-12-20T10:03:14.382 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-12-20T10:03:14.991 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2023-12-20T10:03:15.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:14 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:15.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:14 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:15.312 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.c/config 2023-12-20T10:03:15.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:14 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:15.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:14 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:15.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:14 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:15.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:14 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:16.227 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: purged_snaps scrub starts 2023-12-20T10:03:16.227 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: purged_snaps scrub ok 2023-12-20T10:03:16.227 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146] boot 2023-12-20T10:03:16.227 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: osdmap e13: 2 total, 2 up, 2 in 2023-12-20T10:03:16.227 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:16.227 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: Detected new or changed devices on smithi163 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: Adjusting osd_memory_target on smithi163 to 17114M 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:16.228 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:16.229 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.229 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:15 smithi190 ceph-mon[46932]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:16.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: purged_snaps scrub starts 2023-12-20T10:03:16.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: purged_snaps scrub ok 2023-12-20T10:03:16.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146] boot 2023-12-20T10:03:16.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: osdmap e13: 2 total, 2 up, 2 in 2023-12-20T10:03:16.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:16.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: Detected new or changed devices on smithi163 2023-12-20T10:03:16.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:03:16.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: Adjusting osd_memory_target on smithi163 to 17114M 2023-12-20T10:03:16.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:16.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:16.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.237 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:15 smithi163 ceph-mon[45973]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: purged_snaps scrub starts 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: purged_snaps scrub ok 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: osd.1 [v2:172.21.15.163:6800/163575146,v1:172.21.15.163:6801/163575146] boot 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: osdmap e13: 2 total, 2 up, 2 in 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: Detected new or changed devices on smithi163 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:03:16.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: Adjusting osd_memory_target on smithi163 to 17114M 2023-12-20T10:03:16.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:16.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:16.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:16.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:15 smithi113 ceph-mon[42603]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-20T10:03:17.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:16 smithi163 ceph-mon[45973]: osdmap e14: 2 total, 2 up, 2 in 2023-12-20T10:03:17.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:16 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:03:17.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:16 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:03:17.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:16 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:17.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:16 smithi113 ceph-mon[42603]: osdmap e14: 2 total, 2 up, 2 in 2023-12-20T10:03:17.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:16 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:03:17.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:16 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:03:17.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:16 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:17.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:16 smithi190 ceph-mon[46932]: osdmap e14: 2 total, 2 up, 2 in 2023-12-20T10:03:17.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:16 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-20T10:03:17.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:16 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-20T10:03:17.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:16 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:18.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:17 smithi190 ceph-mon[46932]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:03:18.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:17 smithi190 ceph-mon[46932]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:18.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:17 smithi163 ceph-mon[45973]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:03:18.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:17 smithi163 ceph-mon[45973]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:18.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:17 smithi113 ceph-mon[42603]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:03:18.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:17 smithi113 ceph-mon[42603]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:19 smithi190 ceph-mon[46932]: from='client.? 172.21.15.190:0/2985847397' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]: dispatch 2023-12-20T10:03:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:19 smithi190 ceph-mon[46932]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]: dispatch 2023-12-20T10:03:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:19 smithi190 ceph-mon[46932]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]': finished 2023-12-20T10:03:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:19 smithi190 ceph-mon[46932]: osdmap e15: 3 total, 2 up, 3 in 2023-12-20T10:03:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:19 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:19.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:19 smithi163 ceph-mon[45973]: from='client.? 172.21.15.190:0/2985847397' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]: dispatch 2023-12-20T10:03:19.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:19 smithi163 ceph-mon[45973]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]: dispatch 2023-12-20T10:03:19.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:19 smithi163 ceph-mon[45973]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]': finished 2023-12-20T10:03:19.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:19 smithi163 ceph-mon[45973]: osdmap e15: 3 total, 2 up, 3 in 2023-12-20T10:03:19.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:19 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:19.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:19 smithi113 ceph-mon[42603]: from='client.? 172.21.15.190:0/2985847397' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]: dispatch 2023-12-20T10:03:19.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:19 smithi113 ceph-mon[42603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]: dispatch 2023-12-20T10:03:19.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:19 smithi113 ceph-mon[42603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5"}]': finished 2023-12-20T10:03:19.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:19 smithi113 ceph-mon[42603]: osdmap e15: 3 total, 2 up, 3 in 2023-12-20T10:03:19.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:19 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:20 smithi190 ceph-mon[46932]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:20 smithi190 ceph-mon[46932]: from='client.? 172.21.15.190:0/1458332387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:03:20.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:20 smithi163 ceph-mon[45973]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:20.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:20 smithi163 ceph-mon[45973]: from='client.? 172.21.15.190:0/1458332387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:03:20.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:20 smithi113 ceph-mon[42603]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:20.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:20 smithi113 ceph-mon[42603]: from='client.? 172.21.15.190:0/1458332387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-20T10:03:22.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:22 smithi190 ceph-mon[46932]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:22.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:22 smithi163 ceph-mon[45973]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:22.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:22 smithi113 ceph-mon[42603]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:24.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:24 smithi190 ceph-mon[46932]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:24.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:24 smithi163 ceph-mon[45973]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:24.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:24 smithi113 ceph-mon[42603]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:26 smithi190 ceph-mon[46932]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:26 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-20T10:03:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:26 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:26 smithi190 ceph-mon[46932]: Deploying daemon osd.2 on smithi190 2023-12-20T10:03:26.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:26 smithi163 ceph-mon[45973]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:26.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:26 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-20T10:03:26.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:26 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:26.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:26 smithi163 ceph-mon[45973]: Deploying daemon osd.2 on smithi190 2023-12-20T10:03:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:26 smithi113 ceph-mon[42603]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-20T10:03:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:26 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:26.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:26 smithi113 ceph-mon[42603]: Deploying daemon osd.2 on smithi190 2023-12-20T10:03:28.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:27 smithi190 ceph-mon[46932]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:28.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:27 smithi163 ceph-mon[45973]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:28.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:27 smithi113 ceph-mon[42603]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:30.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:30 smithi190 ceph-mon[46932]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:30.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:30 smithi163 ceph-mon[45973]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:30.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:30 smithi113 ceph-mon[42603]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:31.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:31.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:31.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:31 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:31.982 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:31 smithi163 ceph-mon[45973]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:32.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:32.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:32.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:31 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:32.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:31 smithi113 ceph-mon[42603]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:32.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:32.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:32.124 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:31 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:32.125 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:31 smithi190 ceph-mon[46932]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:33.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:33.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:33.130 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:32 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:33.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:33.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:32 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:33.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:33.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:32 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:33.981 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 2 on host 'smithi190' 2023-12-20T10:03:34.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:33 smithi190 ceph-mon[46932]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:34.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:33 smithi190 ceph-mon[46932]: from='osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:03:34.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:33 smithi190 ceph-mon[46932]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:03:34.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:33 smithi163 ceph-mon[45973]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:34.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:33 smithi163 ceph-mon[45973]: from='osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:03:34.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:33 smithi163 ceph-mon[45973]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:03:34.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:33 smithi113 ceph-mon[42603]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:34.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:33 smithi113 ceph-mon[42603]: from='osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:03:34.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:33 smithi113 ceph-mon[42603]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-20T10:03:34.618 DEBUG:teuthology.orchestra.run.smithi190:osd.2> sudo journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.2.service 2023-12-20T10:03:34.620 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-20T10:03:34.620 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-20T10:03:34.651 INFO:journalctl@ceph.osd.2.smithi190.stdout:-- Logs begin at Wed 2023-12-20 09:45:03 UTC. -- 2023-12-20T10:03:34.954 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:35.191 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:34 smithi190 conmon[53742]: 2023-12-20T10:03:34.958+0000 7f1d457c3700 -1 osd.2 0 waiting for initial osdmap 2023-12-20T10:03:35.191 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:34 smithi190 conmon[53742]: 2023-12-20T10:03:34.961+0000 7f1d415bd700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-20T10:03:35.191 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-20T10:03:35.192 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: osdmap e16: 3 total, 2 up, 3 in 2023-12-20T10:03:35.192 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:35.192 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-20T10:03:35.192 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-20T10:03:35.192 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:35.193 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:35.193 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:34 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:35.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-20T10:03:35.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: osdmap e16: 3 total, 2 up, 3 in 2023-12-20T10:03:35.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:35.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-20T10:03:35.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-20T10:03:35.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:35.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:35.234 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:34 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:35.325 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-20T10:03:35.325 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: osdmap e16: 3 total, 2 up, 3 in 2023-12-20T10:03:35.325 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:35.325 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-20T10:03:35.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-20T10:03:35.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:35.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:35.326 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:34 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:03:36.129 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:35 smithi113 ceph-mon[42603]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-20T10:03:36.129 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:35 smithi113 ceph-mon[42603]: osdmap e17: 3 total, 2 up, 3 in 2023-12-20T10:03:36.129 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.129 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.129 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:35 smithi113 ceph-mon[42603]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:36.129 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:35 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:35 smithi163 ceph-mon[45973]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-20T10:03:36.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:35 smithi163 ceph-mon[45973]: osdmap e17: 3 total, 2 up, 3 in 2023-12-20T10:03:36.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:35 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:35 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:35 smithi163 ceph-mon[45973]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:36.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:35 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:35 smithi190 ceph-mon[46932]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-20T10:03:36.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:35 smithi190 ceph-mon[46932]: osdmap e17: 3 total, 2 up, 3 in 2023-12-20T10:03:36.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:35 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:35 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:35 smithi190 ceph-mon[46932]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-20T10:03:36.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:35 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:36.522 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:03:37.139 INFO:teuthology.orchestra.run.smithi113.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1703066615,"num_in_osds":3,"osd_in_since":1703066599,"num_remapped_pgs":0} 2023-12-20T10:03:37.139 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-20T10:03:37.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:36 smithi163 ceph-mon[45973]: purged_snaps scrub starts 2023-12-20T10:03:37.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:36 smithi163 ceph-mon[45973]: purged_snaps scrub ok 2023-12-20T10:03:37.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:36 smithi163 ceph-mon[45973]: osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828] boot 2023-12-20T10:03:37.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:36 smithi163 ceph-mon[45973]: osdmap e18: 3 total, 3 up, 3 in 2023-12-20T10:03:37.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:36 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:37.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:36 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/4226883925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:03:37.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:36 smithi113 ceph-mon[42603]: purged_snaps scrub starts 2023-12-20T10:03:37.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:36 smithi113 ceph-mon[42603]: purged_snaps scrub ok 2023-12-20T10:03:37.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:36 smithi113 ceph-mon[42603]: osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828] boot 2023-12-20T10:03:37.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:36 smithi113 ceph-mon[42603]: osdmap e18: 3 total, 3 up, 3 in 2023-12-20T10:03:37.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:36 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:37.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:36 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/4226883925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:03:37.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:36 smithi190 ceph-mon[46932]: purged_snaps scrub starts 2023-12-20T10:03:37.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:36 smithi190 ceph-mon[46932]: purged_snaps scrub ok 2023-12-20T10:03:37.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:36 smithi190 ceph-mon[46932]: osd.2 [v2:172.21.15.190:6800/2334365828,v1:172.21.15.190:6801/2334365828] boot 2023-12-20T10:03:37.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:36 smithi190 ceph-mon[46932]: osdmap e18: 3 total, 3 up, 3 in 2023-12-20T10:03:37.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:36 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:03:37.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:36 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/4226883925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-20T10:03:37.479 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:38.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: osdmap e19: 3 total, 3 up, 3 in 2023-12-20T10:03:38.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: Detected new or changed devices on smithi190 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: Adjusting osd_memory_target on smithi190 to 21210M 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: pgmap v76: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:38.233 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:37 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' 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-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: osdmap e19: 3 total, 3 up, 3 in 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: Detected new or changed devices on smithi190 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: Adjusting osd_memory_target on smithi190 to 21210M 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:38.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: pgmap v76: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:38.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:37 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' 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-12-20T10:03:38.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: osdmap e19: 3 total, 3 up, 3 in 2023-12-20T10:03:38.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: Detected new or changed devices on smithi190 2023-12-20T10:03:38.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-20T10:03:38.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: Adjusting osd_memory_target on smithi190 to 21210M 2023-12-20T10:03:38.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:03:38.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:03:38.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:38.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: pgmap v76: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:38.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:37 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' 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-12-20T10:03:39.099 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:03:39.099 INFO:teuthology.orchestra.run.smithi113.stdout:{"epoch":20,"fsid":"706815aa-9f1e-11ee-95a5-87774f69a715","created":"2023-12-20T10:00:32.163891+0000","modified":"2023-12-20T10:03:38.171131+0000","last_up_change":"2023-12-20T10:03:35.956729+0000","last_in_change":"2023-12-20T10:03:19.314800+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-12-20T10:03:37.632665+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"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":"61947c9f-aadb-4a46-bd80-9ba01668cb2b","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.113:6802","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6803","nonce":2744892661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6804","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6805","nonce":2744892661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6808","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6809","nonce":2744892661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6806","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6807","nonce":2744892661}]},"public_addr":"172.21.15.113:6803/2744892661","cluster_addr":"172.21.15.113:6805/2744892661","heartbeat_back_addr":"172.21.15.113:6809/2744892661","heartbeat_front_addr":"172.21.15.113:6807/2744892661","state":["exists","up"]},{"osd":1,"uuid":"4654673b-4afb-4093-b6c6-3b3e44a20931","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6801","nonce":163575146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6803","nonce":163575146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6807","nonce":163575146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6805","nonce":163575146}]},"public_addr":"172.21.15.163:6801/163575146","cluster_addr":"172.21.15.163:6803/163575146","heartbeat_back_addr":"172.21.15.163:6807/163575146","heartbeat_front_addr":"172.21.15.163:6805/163575146","state":["exists","up"]},{"osd":2,"uuid":"aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5","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.190:6800","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6801","nonce":2334365828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6803","nonce":2334365828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6807","nonce":2334365828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6805","nonce":2334365828}]},"public_addr":"172.21.15.190:6801/2334365828","cluster_addr":"172.21.15.190:6803/2334365828","heartbeat_back_addr":"172.21.15.190:6807/2334365828","heartbeat_front_addr":"172.21.15.190:6805/2334365828","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-12-20T10:02:51.535041+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-12-20T10:03:13.071313+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-12-20T10:03:34.816043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.113:0/918003161":"2023-12-21T10:01:23.288107+0000","172.21.15.113:0/2699855457":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6801/2141256501":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6800/2141256501":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6800/1019519327":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/3920175480":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/1127500413":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/3093219916":"2023-12-21T10:00:58.214468+0000","172.21.15.113:6801/1019519327":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/679680798":"2023-12-21T10:01:23.288107+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-12-20T10:03:39.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:39 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' 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-12-20T10:03:39.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:39 smithi163 ceph-mon[45973]: osdmap e20: 3 total, 3 up, 3 in 2023-12-20T10:03:39.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:39 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:03:39.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:39 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3130453479' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:39.503 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:39 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' 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-12-20T10:03:39.503 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:39 smithi113 ceph-mon[42603]: osdmap e20: 3 total, 3 up, 3 in 2023-12-20T10:03:39.503 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:39 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:03:39.503 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:39 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3130453479' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:39.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:39 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' 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-12-20T10:03:39.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:39 smithi190 ceph-mon[46932]: osdmap e20: 3 total, 3 up, 3 in 2023-12-20T10:03:39.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:39 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-20T10:03:39.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:39 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3130453479' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:39.756 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73192]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:03:39.757 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73192]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:39.757 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73192]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:39.757 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73192]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:39.793 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-20T10:03:37.632665+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {}, '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-12-20T10:03:39.794 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-20T10:03:40.094 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73201]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:03:40.094 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73201]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:40.094 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73201]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:40.094 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:03:39 smithi113 sudo[73201]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:40.116 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:40.269 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:40 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-20T10:03:40.269 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:40 smithi163 ceph-mon[45973]: osdmap e21: 3 total, 3 up, 3 in 2023-12-20T10:03:40.269 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:40 smithi163 ceph-mon[45973]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:40.269 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:40 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58138]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58138]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58138]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58138]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58141]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58141]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58141]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:40.270 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:03:40 smithi163 sudo[58141]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:40.499 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:40 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-20T10:03:40.499 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:40 smithi113 ceph-mon[42603]: osdmap e21: 3 total, 3 up, 3 in 2023-12-20T10:03:40.499 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:40 smithi113 ceph-mon[42603]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:40.499 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:40 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:40.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:40 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-20T10:03:40.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:40 smithi190 ceph-mon[46932]: osdmap e21: 3 total, 3 up, 3 in 2023-12-20T10:03:40.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:40 smithi190 ceph-mon[46932]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:40.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:40 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58702]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58702]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58702]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58702]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58705]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58705]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58705]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:40.879 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:03:40 smithi190 sudo[58705]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:41.296 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73458]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:03:41.296 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73458]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:41.296 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73458]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:41.296 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73458]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73518]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73518]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73518]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 sudo[73518]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 ceph-mon[42603]: osdmap e22: 3 total, 3 up, 3 in 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 ceph-mon[42603]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:41.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:41 smithi113 ceph-mon[42603]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 ceph-mon[46932]: osdmap e22: 3 total, 3 up, 3 in 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 ceph-mon[46932]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 ceph-mon[46932]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58708]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:03:41.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58708]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:41.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58708]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:41.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58708]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:41.721 INFO:teuthology.orchestra.run.smithi113.stdout:pg_num: 1 2023-12-20T10:03:41.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:41 smithi163 ceph-mon[45973]: osdmap e22: 3 total, 3 up, 3 in 2023-12-20T10:03:41.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:41 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:41.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:41 smithi163 ceph-mon[45973]: mgrmap e15: a(active, since 2m), standbys: b 2023-12-20T10:03:41.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:41 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' 2023-12-20T10:03:41.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:41 smithi163 ceph-mon[45973]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58711]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:03:42.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58711]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:42.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58711]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:42.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:41 smithi190 sudo[58711]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58144]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58144]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58144]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58144]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58147]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58147]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-20T10:03:42.309 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58147]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-20T10:03:42.310 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 sudo[58147]: pam_unix(sudo:session): session closed for user root 2023-12-20T10:03:42.389 INFO:tasks.cephadm:Setting up client nodes... 2023-12-20T10:03:42.389 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-20T10:03:42.389 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-20T10:03:42.389 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2765456994' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:42 smithi113 ceph-mon[42603]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/2765456994' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:42 smithi190 ceph-mon[46932]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.711 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:42.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/2765456994' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:03:42.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='mgr.14152 172.21.15.113:0/1934361725' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:03:42.734 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:42 smithi163 ceph-mon[45973]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-20T10:03:44.249 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:03:44.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:44 smithi113 ceph-mon[42603]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:44.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:44 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/104333380' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-20T10:03:44.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:44 smithi190 ceph-mon[46932]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:44.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:44 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/104333380' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-20T10:03:44.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:44 smithi163 ceph-mon[45973]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:44.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:44 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/104333380' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-20T10:03:44.923 INFO:teuthology.orchestra.run.smithi113.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6800","nonce":48136486},{"type":"v1","addr":"172.21.15.113:6801","nonce":48136486}]},"active_addr":"172.21.15.113:6801/48136486","active_change":"2023-12-20T10:01:23.288225+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","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:latest","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.113: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.113:0","nonce":66794979}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.113:0","nonce":3396667090}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.113:0","nonce":1892523574}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.113:0","nonce":3095558815}]}]} 2023-12-20T10:03:44.927 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-20T10:03:44.927 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-20T10:03:44.927 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-20T10:03:45.252 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:46.466 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:46 smithi113 ceph-mon[42603]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:46.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:46 smithi190 ceph-mon[46932]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:46.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:46 smithi163 ceph-mon[45973]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:03:46.820 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:03:46.821 INFO:teuthology.orchestra.run.smithi113.stdout:{"epoch":22,"fsid":"706815aa-9f1e-11ee-95a5-87774f69a715","created":"2023-12-20T10:00:32.163891+0000","modified":"2023-12-20T10:03:40.180390+0000","last_up_change":"2023-12-20T10:03:35.956729+0000","last_in_change":"2023-12-20T10:03:19.314800+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-12-20T10:03:37.632665+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":"22","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":"61947c9f-aadb-4a46-bd80-9ba01668cb2b","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.113:6802","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6803","nonce":2744892661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6804","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6805","nonce":2744892661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6808","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6809","nonce":2744892661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6806","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6807","nonce":2744892661}]},"public_addr":"172.21.15.113:6803/2744892661","cluster_addr":"172.21.15.113:6805/2744892661","heartbeat_back_addr":"172.21.15.113:6809/2744892661","heartbeat_front_addr":"172.21.15.113:6807/2744892661","state":["exists","up"]},{"osd":1,"uuid":"4654673b-4afb-4093-b6c6-3b3e44a20931","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6801","nonce":163575146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6803","nonce":163575146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6807","nonce":163575146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6805","nonce":163575146}]},"public_addr":"172.21.15.163:6801/163575146","cluster_addr":"172.21.15.163:6803/163575146","heartbeat_back_addr":"172.21.15.163:6807/163575146","heartbeat_front_addr":"172.21.15.163:6805/163575146","state":["exists","up"]},{"osd":2,"uuid":"aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5","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.190:6800","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6801","nonce":2334365828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6803","nonce":2334365828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6807","nonce":2334365828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6805","nonce":2334365828}]},"public_addr":"172.21.15.190:6801/2334365828","cluster_addr":"172.21.15.190:6803/2334365828","heartbeat_back_addr":"172.21.15.190:6807/2334365828","heartbeat_front_addr":"172.21.15.190:6805/2334365828","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-12-20T10:02:51.535041+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-12-20T10:03:13.071313+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-12-20T10:03:34.816043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.113:0/918003161":"2023-12-21T10:01:23.288107+0000","172.21.15.113:0/2699855457":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6801/2141256501":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6800/2141256501":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6800/1019519327":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/3920175480":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/1127500413":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/3093219916":"2023-12-21T10:00:58.214468+0000","172.21.15.113:6801/1019519327":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/679680798":"2023-12-21T10:01:23.288107+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-12-20T10:03:47.437 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-20T10:03:47.437 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-20T10:03:47.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:47 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/24583513' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:47.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:47 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/24583513' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:47.760 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:47.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:47 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/24583513' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:48.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:48 smithi113 ceph-mon[42603]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-20T10:03:48.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:48 smithi190 ceph-mon[46932]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-20T10:03:48.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:48 smithi163 ceph-mon[45973]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-20T10:03:49.391 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:03:49.391 INFO:teuthology.orchestra.run.smithi113.stdout:{"epoch":22,"fsid":"706815aa-9f1e-11ee-95a5-87774f69a715","created":"2023-12-20T10:00:32.163891+0000","modified":"2023-12-20T10:03:40.180390+0000","last_up_change":"2023-12-20T10:03:35.956729+0000","last_in_change":"2023-12-20T10:03:19.314800+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-12-20T10:03:37.632665+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":"22","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":"61947c9f-aadb-4a46-bd80-9ba01668cb2b","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.113:6802","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6803","nonce":2744892661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6804","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6805","nonce":2744892661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6808","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6809","nonce":2744892661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.113:6806","nonce":2744892661},{"type":"v1","addr":"172.21.15.113:6807","nonce":2744892661}]},"public_addr":"172.21.15.113:6803/2744892661","cluster_addr":"172.21.15.113:6805/2744892661","heartbeat_back_addr":"172.21.15.113:6809/2744892661","heartbeat_front_addr":"172.21.15.113:6807/2744892661","state":["exists","up"]},{"osd":1,"uuid":"4654673b-4afb-4093-b6c6-3b3e44a20931","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6801","nonce":163575146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6803","nonce":163575146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6807","nonce":163575146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":163575146},{"type":"v1","addr":"172.21.15.163:6805","nonce":163575146}]},"public_addr":"172.21.15.163:6801/163575146","cluster_addr":"172.21.15.163:6803/163575146","heartbeat_back_addr":"172.21.15.163:6807/163575146","heartbeat_front_addr":"172.21.15.163:6805/163575146","state":["exists","up"]},{"osd":2,"uuid":"aaf08d3a-0a07-4fd0-a71c-d0b998f5e1e5","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.190:6800","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6801","nonce":2334365828}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6803","nonce":2334365828}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6807","nonce":2334365828}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2334365828},{"type":"v1","addr":"172.21.15.190:6805","nonce":2334365828}]},"public_addr":"172.21.15.190:6801/2334365828","cluster_addr":"172.21.15.190:6803/2334365828","heartbeat_back_addr":"172.21.15.190:6807/2334365828","heartbeat_front_addr":"172.21.15.190:6805/2334365828","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-12-20T10:02:51.535041+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-12-20T10:03:13.071313+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-12-20T10:03:34.816043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.113:0/918003161":"2023-12-21T10:01:23.288107+0000","172.21.15.113:0/2699855457":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6801/2141256501":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6800/2141256501":"2023-12-21T10:01:23.288107+0000","172.21.15.113:6800/1019519327":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/3920175480":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/1127500413":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/3093219916":"2023-12-21T10:00:58.214468+0000","172.21.15.113:6801/1019519327":"2023-12-21T10:00:58.214468+0000","172.21.15.113:0/679680798":"2023-12-21T10:01:23.288107+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-12-20T10:03:50.004 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-20T10:03:50.005 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-20T10:03:50.005 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-20T10:03:50.353 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:50.369 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:50.486 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:50.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:50 smithi190 ceph-mon[46932]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-20T10:03:50.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:50 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/1022711421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:50.674 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:50 smithi113 ceph-mon[42603]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-20T10:03:50.674 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:50 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1022711421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:50.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:50 smithi163 ceph-mon[45973]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-20T10:03:50.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:50 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/1022711421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-20T10:03:52.432 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:52 smithi113 ceph-mon[42603]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-20T10:03:52.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:52 smithi163 ceph-mon[45973]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-20T10:03:52.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:52 smithi190 ceph-mon[46932]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-20T10:03:54.207 INFO:teuthology.orchestra.run.smithi113.stdout:77309411335 2023-12-20T10:03:54.207 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-20T10:03:54.248 INFO:teuthology.orchestra.run.smithi113.stdout:34359738383 2023-12-20T10:03:54.249 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-20T10:03:54.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:54 smithi113 ceph-mon[42603]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:54.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:54 smithi163 ceph-mon[45973]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:54.784 INFO:teuthology.orchestra.run.smithi113.stdout:55834574859 2023-12-20T10:03:54.784 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-20T10:03:54.863 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:54.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:54 smithi190 ceph-mon[46932]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:54.915 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:56.033 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:03:56.647 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:56 smithi113 ceph-mon[42603]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:56.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:56 smithi163 ceph-mon[45973]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:56.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:56 smithi190 ceph-mon[46932]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:57.650 INFO:teuthology.orchestra.run.smithi113.stdout:34359738384 2023-12-20T10:03:57.838 INFO:teuthology.orchestra.run.smithi113.stdout:77309411335 2023-12-20T10:03:58.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:57 smithi163 ceph-mon[45973]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:58.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:57 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/327819255' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-20T10:03:58.232 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:57 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/1943700915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-20T10:03:58.280 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:57 smithi113 ceph-mon[42603]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:58.280 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:57 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/327819255' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-20T10:03:58.280 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:57 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/1943700915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-20T10:03:58.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:57 smithi190 ceph-mon[46932]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-20T10:03:58.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:57 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/327819255' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-20T10:03:58.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:57 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/1943700915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-20T10:03:58.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738383 got 34359738384 for osd.0 2023-12-20T10:03:58.556 DEBUG:teuthology.parallel:result is None 2023-12-20T10:03:58.788 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411335 for osd.2 2023-12-20T10:03:58.788 DEBUG:teuthology.parallel:result is None 2023-12-20T10:03:59.135 INFO:teuthology.orchestra.run.smithi113.stdout:55834574860 2023-12-20T10:03:59.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:03:59 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/2646056237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-20T10:03:59.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:03:59 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/2646056237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-20T10:03:59.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:03:59 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/2646056237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-20T10:03:59.742 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574860 for osd.1 2023-12-20T10:03:59.742 DEBUG:teuthology.parallel:result is None 2023-12-20T10:03:59.743 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-20T10:03:59.743 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-20T10:04:00.066 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:04:00.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:00 smithi163 ceph-mon[45973]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:00.571 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:00 smithi113 ceph-mon[42603]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:00.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:00 smithi190 ceph-mon[46932]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:01.567 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:04:01.568 INFO:teuthology.orchestra.run.smithi113.stderr:dumped all 2023-12-20T10:04:02.159 INFO:teuthology.orchestra.run.smithi113.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2023-12-20T10:04:01.316606+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":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"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.001677"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-20T10:03:42.284524+0000","last_change":"2023-12-20T10:03:39.182940+0000","last_active":"2023-12-20T10:03:42.284524+0000","last_peered":"2023-12-20T10:03:42.284524+0000","last_clean":"2023-12-20T10:03:42.284524+0000","last_became_active":"2023-12-20T10:03:39.181785+0000","last_became_peered":"2023-12-20T10:03:39.181785+0000","last_unstale":"2023-12-20T10:03:42.284524+0000","last_undegraded":"2023-12-20T10:03:42.284524+0000","last_fullsized":"2023-12-20T10:03:42.284524+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-20T10:03:38.171131+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-20T10:03:38.171131+0000","last_clean_scrub_stamp":"2023-12-20T10:03:38.171131+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-12-21T18:43:57.704907+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":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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.41799999999999998}]},{"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.57799999999999996}]}]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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.77600000000000002}]},{"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.751}]}]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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.45400000000000001}]},{"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.495}]}]}],"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-12-20T10:04:02.160 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-20T10:04:02.487 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:04:02.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:02 smithi113 ceph-mon[42603]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:02.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:02 smithi113 ceph-mon[42603]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:04:02.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:02 smithi190 ceph-mon[46932]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:02.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:02 smithi190 ceph-mon[46932]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:04:02.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:02 smithi163 ceph-mon[45973]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:02.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:02 smithi163 ceph-mon[45973]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:04:04.044 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:04:04.046 INFO:teuthology.orchestra.run.smithi113.stderr:dumped all 2023-12-20T10:04:04.616 INFO:teuthology.orchestra.run.smithi113.stdout:{"pg_ready":true,"pg_map":{"version":92,"stamp":"2023-12-20T10:04:03.316875+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":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944591,"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.001695"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-12-20T10:03:42.284524+0000","last_change":"2023-12-20T10:03:39.182940+0000","last_active":"2023-12-20T10:03:42.284524+0000","last_peered":"2023-12-20T10:03:42.284524+0000","last_clean":"2023-12-20T10:03:42.284524+0000","last_became_active":"2023-12-20T10:03:39.181785+0000","last_became_peered":"2023-12-20T10:03:39.181785+0000","last_unstale":"2023-12-20T10:03:42.284524+0000","last_undegraded":"2023-12-20T10:03:42.284524+0000","last_fullsized":"2023-12-20T10:03:42.284524+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-20T10:03:38.171131+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-20T10:03:38.171131+0000","last_clean_scrub_stamp":"2023-12-20T10:03:38.171131+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-12-21T18:43:57.704907+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":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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.308}]},{"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.57099999999999995}]}]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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.77600000000000002}]},{"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.751}]}]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648197,"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.45400000000000001}]},{"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.495}]}]}],"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-12-20T10:04:04.617 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-20T10:04:04.617 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-20T10:04:04.617 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-20T10:04:04.617 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-20T10:04:04.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:04 smithi190 ceph-mon[46932]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:04.643 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:04 smithi113 ceph-mon[42603]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:04.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:04 smithi163 ceph-mon[45973]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:04.941 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:04:05.734 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:05 smithi163 ceph-mon[45973]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:04:05.844 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:05 smithi113 ceph-mon[42603]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:04:05.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:05 smithi190 ceph-mon[46932]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-20T10:04:06.529 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-20T10:04:06.530 INFO:teuthology.orchestra.run.smithi113.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-20T10:04:06.719 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:06 smithi113 ceph-mon[42603]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:06.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:06 smithi163 ceph-mon[45973]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:06.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:06 smithi190 ceph-mon[46932]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:07.133 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-20T10:04:07.133 INFO:tasks.cephadm:Setup complete, yielding 2023-12-20T10:04:07.133 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-20T10:04:07.143 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi113.front.sepia.ceph.com 2023-12-20T10:04:07.144 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-20T10:04:07.496 INFO:teuthology.orchestra.run.smithi113.stderr:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:04:07.660 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:07 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3970910811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-20T10:04:07.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:07 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3970910811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-20T10:04:07.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:07 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3970910811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-20T10:04:08.636 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:08 smithi113 ceph-mon[42603]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:08.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:08 smithi163 ceph-mon[45973]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:08.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:08 smithi190 ceph-mon[46932]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:09.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:09 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3937588804' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-20T10:04:09.733 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:09 smithi163 conmon[47891]: ignoring --setuser ceph since I am not root 2023-12-20T10:04:09.733 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:09 smithi163 conmon[47891]: ignoring --setgroup ceph since I am not root 2023-12-20T10:04:09.733 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:09 smithi163 ceph-mgr[47915]: -- 172.21.15.163:0/2960271927 <== mon.2 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5641f493c1a0 con 0x5641f4914800 2023-12-20T10:04:09.835 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:09 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3937588804' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-20T10:04:09.835 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:09 smithi113 conmon[43028]: ignoring --setuser ceph since I am not root 2023-12-20T10:04:09.835 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:09 smithi113 conmon[43028]: ignoring --setgroup ceph since I am not root 2023-12-20T10:04:09.835 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:09 smithi113 conmon[43028]: 2023-12-20T10:04:09.831+0000 7f4efe230200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:04:09.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:09 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3937588804' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-20T10:04:10.015 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-20T10:04:10.035 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-20T10:04:10.036 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-20T10:04:10.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:09 smithi113 conmon[43028]: 2023-12-20T10:04:09.926+0000 7f4efe230200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:04:10.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:10 smithi113 conmon[43028]: 2023-12-20T10:04:10.021+0000 7f4efe230200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:04:10.097 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:09 smithi163 conmon[47891]: 2023-12-20T10:04:09.829+0000 7fbe80368200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-20T10:04:10.097 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:09 smithi163 conmon[47891]: 2023-12-20T10:04:09.921+0000 7fbe80368200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-20T10:04:10.097 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:10 smithi163 conmon[47891]: 2023-12-20T10:04:10.010+0000 7fbe80368200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-20T10:04:10.097 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:10 smithi163 conmon[47891]: 2023-12-20T10:04:10.095+0000 7fbe80368200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:04:10.373 INFO:teuthology.orchestra.run.smithi113.stdout:Inferring config /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/mon.a/config 2023-12-20T10:04:10.393 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:10 smithi113 conmon[43028]: 2023-12-20T10:04:10.111+0000 7f4efe230200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-20T10:04:10.713 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:10 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3937588804' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-20T10:04:10.713 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:10 smithi163 ceph-mon[45973]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-20T10:04:10.745 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:10 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3937588804' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-20T10:04:10.746 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:10 smithi113 ceph-mon[42603]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-20T10:04:10.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:10 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3937588804' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-20T10:04:10.879 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:10 smithi190 ceph-mon[46932]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-20T10:04:10.982 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:10 smithi163 conmon[47891]: 2023-12-20T10:04:10.710+0000 7fbe80368200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:04:10.982 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:10 smithi163 conmon[47891]: 2023-12-20T10:04:10.950+0000 7fbe80368200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:04:11.021 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:10 smithi113 conmon[43028]: 2023-12-20T10:04:10.769+0000 7f4efe230200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:04:11.281 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:11 smithi113 conmon[43028]: 2023-12-20T10:04:11.018+0000 7f4efe230200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-20T10:04:11.281 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:11 smithi113 conmon[43028]: 2023-12-20T10:04:11.104+0000 7f4efe230200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:04:11.281 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:11 smithi113 conmon[43028]: 2023-12-20T10:04:11.214+0000 7f4efe230200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:04:11.307 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:11 smithi163 conmon[47891]: 2023-12-20T10:04:11.037+0000 7fbe80368200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-20T10:04:11.307 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:11 smithi163 conmon[47891]: 2023-12-20T10:04:11.146+0000 7fbe80368200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-20T10:04:11.565 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:11 smithi113 conmon[43028]: 2023-12-20T10:04:11.386+0000 7f4efe230200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:04:11.565 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:11 smithi113 conmon[43028]: 2023-12-20T10:04:11.515+0000 7f4efe230200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:04:11.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:11 smithi163 conmon[47891]: 2023-12-20T10:04:11.305+0000 7fbe80368200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-20T10:04:11.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:11 smithi163 conmon[47891]: 2023-12-20T10:04:11.434+0000 7fbe80368200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-20T10:04:11.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:11 smithi163 conmon[47891]: 2023-12-20T10:04:11.520+0000 7fbe80368200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:04:11.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:11 smithi113 conmon[43028]: 2023-12-20T10:04:11.614+0000 7f4efe230200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-20T10:04:12.167 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:11 smithi163 conmon[47891]: 2023-12-20T10:04:11.894+0000 7fbe80368200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:04:12.272 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:12 smithi113 conmon[43028]: 2023-12-20T10:04:11.999+0000 7f4efe230200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-20T10:04:12.455 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:12 smithi163 conmon[47891]: 2023-12-20T10:04:12.165+0000 7fbe80368200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:04:12.558 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:12 smithi113 conmon[43028]: 2023-12-20T10:04:12.270+0000 7f4efe230200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-20T10:04:12.558 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:12 smithi113 conmon[43028]: 2023-12-20T10:04:12.555+0000 7f4efe230200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:04:12.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:12 smithi163 conmon[47891]: 2023-12-20T10:04:12.452+0000 7fbe80368200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-20T10:04:12.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:12 smithi163 conmon[47891]: 2023-12-20T10:04:12.546+0000 7fbe80368200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:04:12.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:12 smithi113 conmon[43028]: 2023-12-20T10:04:12.649+0000 7f4efe230200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-20T10:04:13.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:13 smithi163 conmon[47891]: 2023-12-20T10:04:13.301+0000 7fbe80368200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:04:13.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:13 smithi163 conmon[47891]: 2023-12-20T10:04:13.396+0000 7fbe80368200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:04:13.732 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:13 smithi163 conmon[47891]: 2023-12-20T10:04:13.546+0000 7fbe80368200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:04:13.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:13 smithi113 conmon[43028]: 2023-12-20T10:04:13.403+0000 7f4efe230200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-20T10:04:13.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:13 smithi113 conmon[43028]: 2023-12-20T10:04:13.499+0000 7f4efe230200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-20T10:04:13.844 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:13 smithi113 conmon[43028]: 2023-12-20T10:04:13.649+0000 7f4efe230200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-20T10:04:14.482 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:14 smithi163 conmon[47891]: 2023-12-20T10:04:14.176+0000 7fbe80368200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:04:14.482 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:14 smithi163 conmon[47891]: 2023-12-20T10:04:14.358+0000 7fbe80368200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:04:14.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:14 smithi113 conmon[43028]: 2023-12-20T10:04:14.276+0000 7f4efe230200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-20T10:04:14.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:14 smithi113 conmon[43028]: 2023-12-20T10:04:14.461+0000 7f4efe230200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-20T10:04:14.983 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:14 smithi163 conmon[47891]: 2023-12-20T10:04:14.555+0000 7fbe80368200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:04:15.094 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:14 smithi113 conmon[43028]: 2023-12-20T10:04:14.659+0000 7f4efe230200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-20T10:04:15.756 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:15 smithi163 conmon[47891]: 2023-12-20T10:04:15.481+0000 7fbe80368200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:04:15.843 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:15 smithi113 conmon[43028]: 2023-12-20T10:04:15.587+0000 7f4efe230200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-20T10:04:16.040 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:15 smithi163 conmon[47891]: 2023-12-20T10:04:15.754+0000 7fbe80368200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:04:16.040 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:15 smithi163 conmon[47891]: 2023-12-20T10:04:15.843+0000 7fbe80368200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:04:16.154 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:15 smithi113 conmon[43028]: 2023-12-20T10:04:15.863+0000 7f4efe230200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-20T10:04:16.154 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:15 smithi113 conmon[43028]: 2023-12-20T10:04:15.953+0000 7f4efe230200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-20T10:04:16.154 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:16 smithi113 ceph-mon[42603]: Standby manager daemon b restarted 2023-12-20T10:04:16.154 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:16 smithi113 ceph-mon[42603]: Standby manager daemon b started 2023-12-20T10:04:16.154 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:16 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:04:16.155 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:16 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:04:16.155 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:16 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:04:16.155 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:16 smithi113 ceph-mon[42603]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:04:16.366 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:16 smithi190 ceph-mon[46932]: Standby manager daemon b restarted 2023-12-20T10:04:16.367 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:16 smithi190 ceph-mon[46932]: Standby manager daemon b started 2023-12-20T10:04:16.367 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:16 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:04:16.367 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:16 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:04:16.367 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:16 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:04:16.367 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:16 smithi190 ceph-mon[46932]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:04:16.403 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:16 smithi163 conmon[47891]: 2023-12-20T10:04:16.038+0000 7fbe80368200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:04:16.404 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:16 smithi163 ceph-mon[45973]: Standby manager daemon b restarted 2023-12-20T10:04:16.404 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:16 smithi163 ceph-mon[45973]: Standby manager daemon b started 2023-12-20T10:04:16.404 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:16 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-20T10:04:16.404 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:16 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-20T10:04:16.404 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:16 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-20T10:04:16.404 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:16 smithi163 ceph-mon[45973]: from='mgr.? 172.21.15.163:0/3499740493' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-20T10:04:16.594 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:16 smithi113 conmon[43028]: 2023-12-20T10:04:16.151+0000 7f4efe230200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-20T10:04:17.379 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: Active manager daemon a restarted 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: Activating manager daemon a 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: osdmap e23: 3 total, 3 up, 3 in 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: mgrmap e18: a(active, starting, since 0.0081029s), standbys: b 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:04:17.380 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: Manager daemon a is now available 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:04:17.381 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:17 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:04:17.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-20T10:04:17.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: Active manager daemon a restarted 2023-12-20T10:04:17.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: Activating manager daemon a 2023-12-20T10:04:17.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: osdmap e23: 3 total, 3 up, 3 in 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: mgrmap e18: a(active, starting, since 0.0081029s), standbys: b 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: Manager daemon a is now available 2023-12-20T10:04:17.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:17.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:17.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:04:17.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:17 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: Active manager daemon a restarted 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: Activating manager daemon a 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: osdmap e23: 3 total, 3 up, 3 in 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: mgrmap e18: a(active, starting, since 0.0081029s), standbys: b 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-20T10:04:17.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: Manager daemon a is now available 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-20T10:04:17.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:17 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-20T10:04:18.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: [20/Dec/2023:10:04:16] ENGINE Bus STARTING 2023-12-20T10:04:18.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: [20/Dec/2023:10:04:16] ENGINE Serving on http://172.21.15.113:8765 2023-12-20T10:04:18.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: [20/Dec/2023:10:04:16] ENGINE Serving on https://172.21.15.113:7150 2023-12-20T10:04:18.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: [20/Dec/2023:10:04:16] ENGINE Bus STARTED 2023-12-20T10:04:18.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: mgrmap e19: a(active, since 1.01261s), standbys: b 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='client.24251 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:18 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: [20/Dec/2023:10:04:16] ENGINE Bus STARTING 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: [20/Dec/2023:10:04:16] ENGINE Serving on http://172.21.15.113:8765 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: [20/Dec/2023:10:04:16] ENGINE Serving on https://172.21.15.113:7150 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: [20/Dec/2023:10:04:16] ENGINE Bus STARTED 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: mgrmap e19: a(active, since 1.01261s), standbys: b 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='client.24251 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:18 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: [20/Dec/2023:10:04:16] ENGINE Bus STARTING 2023-12-20T10:04:18.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: [20/Dec/2023:10:04:16] ENGINE Serving on http://172.21.15.113:8765 2023-12-20T10:04:18.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: [20/Dec/2023:10:04:16] ENGINE Serving on https://172.21.15.113:7150 2023-12-20T10:04:18.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: [20/Dec/2023:10:04:16] ENGINE Bus STARTED 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: mgrmap e19: a(active, since 1.01261s), standbys: b 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='client.24251 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:18.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:18 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:19.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: osdmap e24: 3 total, 3 up, 3 in 2023-12-20T10:04:19.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3635070053' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: Updating smithi113:/etc/ceph/ceph.conf 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: Updating smithi163:/etc/ceph/ceph.conf 2023-12-20T10:04:19.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:19 smithi163 ceph-mon[45973]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: osdmap e24: 3 total, 3 up, 3 in 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3635070053' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:04:19.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:04:19.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: Updating smithi113:/etc/ceph/ceph.conf 2023-12-20T10:04:19.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: Updating smithi163:/etc/ceph/ceph.conf 2023-12-20T10:04:19.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:19 smithi113 ceph-mon[42603]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: osdmap e24: 3 total, 3 up, 3 in 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3635070053' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:04:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:04:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: Updating smithi113:/etc/ceph/ceph.conf 2023-12-20T10:04:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: Updating smithi163:/etc/ceph/ceph.conf 2023-12-20T10:04:19.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:19 smithi190 ceph-mon[46932]: Updating smithi190:/etc/ceph/ceph.conf 2023-12-20T10:04:20.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi113:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-20T10:04:20.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3635070053' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: osdmap e25: 3 total, 3 up, 3 in 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:04:20.484 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:20 smithi163 ceph-mon[45973]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi113:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3635070053' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: osdmap e25: 3 total, 3 up, 3 in 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.595 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:20.596 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:04:20.596 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:04:20.596 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:20 smithi113 ceph-mon[42603]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-20T10:04:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi113:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Updating smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3635070053' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: osdmap e25: 3 total, 3 up, 3 in 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:20.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-20T10:04:20.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-20T10:04:20.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-20T10:04:20.631 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:20 smithi190 ceph-mon[46932]: from='mgr.24241 172.21.15.113:0/2327982888' entity='mgr.a' 2023-12-20T10:04:21.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:21 smithi163 ceph-mon[45973]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:21.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:21 smithi163 ceph-mon[45973]: osdmap e26: 3 total, 3 up, 3 in 2023-12-20T10:04:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:21 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-20T10:04:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:21 smithi163 ceph-mon[45973]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-12-20T10:04:21.483 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:21 smithi163 ceph-mon[45973]: Cluster is now healthy 2023-12-20T10:04:21.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:21 smithi113 ceph-mon[42603]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:21.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:21 smithi113 ceph-mon[42603]: osdmap e26: 3 total, 3 up, 3 in 2023-12-20T10:04:21.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:21 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-20T10:04:21.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:21 smithi113 ceph-mon[42603]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-12-20T10:04:21.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:21 smithi113 ceph-mon[42603]: Cluster is now healthy 2023-12-20T10:04:21.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:21 smithi190 ceph-mon[46932]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:21.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:21 smithi190 ceph-mon[46932]: osdmap e26: 3 total, 3 up, 3 in 2023-12-20T10:04:21.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:21 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-12-20T10:04:21.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:21 smithi190 ceph-mon[46932]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-12-20T10:04:21.630 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:21 smithi190 ceph-mon[46932]: Cluster is now healthy 2023-12-20T10:04:22.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:22 smithi163 ceph-mon[45973]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-20T10:04:22.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:22 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-20T10:04:22.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:22 smithi163 ceph-mon[45973]: osdmap e27: 3 total, 3 up, 3 in 2023-12-20T10:04:22.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:22 smithi113 ceph-mon[42603]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-20T10:04:22.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:22 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-20T10:04:22.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:22 smithi113 ceph-mon[42603]: osdmap e27: 3 total, 3 up, 3 in 2023-12-20T10:04:22.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:22 smithi190 ceph-mon[46932]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-20T10:04:22.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:22 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-12-20T10:04:22.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:22 smithi190 ceph-mon[46932]: osdmap e27: 3 total, 3 up, 3 in 2023-12-20T10:04:23.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:23 smithi163 ceph-mon[45973]: 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-12-20T10:04:23.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:23 smithi163 ceph-mon[45973]: osdmap e28: 3 total, 3 up, 3 in 2023-12-20T10:04:23.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:23 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-20T10:04:23.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:23 smithi113 ceph-mon[42603]: 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-12-20T10:04:23.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:23 smithi113 ceph-mon[42603]: osdmap e28: 3 total, 3 up, 3 in 2023-12-20T10:04:23.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:23 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-20T10:04:23.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:23 smithi190 ceph-mon[46932]: 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-12-20T10:04:23.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:23 smithi190 ceph-mon[46932]: osdmap e28: 3 total, 3 up, 3 in 2023-12-20T10:04:23.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:23 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-12-20T10:04:24.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:24 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-20T10:04:24.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:24 smithi163 ceph-mon[45973]: osdmap e29: 3 total, 3 up, 3 in 2023-12-20T10:04:24.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:24 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-20T10:04:24.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:24 smithi113 ceph-mon[42603]: osdmap e29: 3 total, 3 up, 3 in 2023-12-20T10:04:24.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:24 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-12-20T10:04:24.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:24 smithi190 ceph-mon[46932]: osdmap e29: 3 total, 3 up, 3 in 2023-12-20T10:04:25.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:25 smithi163 ceph-mon[45973]: 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-12-20T10:04:25.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:25 smithi163 ceph-mon[45973]: osdmap e30: 3 total, 3 up, 3 in 2023-12-20T10:04:25.482 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:25 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-20T10:04:25.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:25 smithi113 ceph-mon[42603]: 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-12-20T10:04:25.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:25 smithi113 ceph-mon[42603]: osdmap e30: 3 total, 3 up, 3 in 2023-12-20T10:04:25.594 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:25 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-20T10:04:25.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:25 smithi190 ceph-mon[46932]: 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-12-20T10:04:25.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:25 smithi190 ceph-mon[46932]: osdmap e30: 3 total, 3 up, 3 in 2023-12-20T10:04:25.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:25 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-12-20T10:04:26.304 INFO:teuthology.orchestra.run.smithi113.stderr:Error EINVAL: Traceback (most recent call last): 2023-12-20T10:04:26.304 INFO:teuthology.orchestra.run.smithi113.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-20T10:04:26.304 INFO:teuthology.orchestra.run.smithi113.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-20T10:04:26.304 INFO:teuthology.orchestra.run.smithi113.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-20T10:04:26.304 INFO:teuthology.orchestra.run.smithi113.stderr: return self.func(mgr, **kwargs) 2023-12-20T10:04:26.304 INFO:teuthology.orchestra.run.smithi113.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: return func(self, *args, **kwargs) 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: self.update_period(realm, zonegroup) 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: period = RGWPeriod(period_info) 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: self.realm_name = period_dict['realm_name'] 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr:KeyError: 'realm_name' 2023-12-20T10:04:26.305 INFO:teuthology.orchestra.run.smithi113.stderr: 2023-12-20T10:04:26.507 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:26 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-20T10:04:26.507 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:26 smithi113 ceph-mon[42603]: osdmap e31: 3 total, 3 up, 3 in 2023-12-20T10:04:26.507 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:26 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: 2023-12-20T10:04:26.298+0000 7f4e6e5d0700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: 2023-12-20T10:04:26.299+0000 7f4e6e5d0700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: return self.func(mgr, **kwargs) 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: return func(self, *args, **kwargs) 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: self.update_period(realm, zonegroup) 2023-12-20T10:04:26.508 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-12-20T10:04:26.509 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: period = RGWPeriod(period_info) 2023-12-20T10:04:26.509 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-12-20T10:04:26.509 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: self.realm_name = period_dict['realm_name'] 2023-12-20T10:04:26.509 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: KeyError: 'realm_name' 2023-12-20T10:04:26.509 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:26 smithi113 conmon[43028]: 2023-12-20T10:04:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:26 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-20T10:04:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:26 smithi190 ceph-mon[46932]: osdmap e31: 3 total, 3 up, 3 in 2023-12-20T10:04:26.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:26 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-20T10:04:26.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:26 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-12-20T10:04:26.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:26 smithi163 ceph-mon[45973]: osdmap e31: 3 total, 3 up, 3 in 2023-12-20T10:04:26.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:26 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-20T10:04:27.068 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-12-20T10:04:27.069 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi113 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-20T10:04:27.144 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d871653c131a4f988131f1bed2b1f0ad Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_86cc4aec42581926507b9749381d531f24687367/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi113 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-12-20T10:04:27.146 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-20T10:04:27.164 INFO:tasks.cephadm:Teardown begin 2023-12-20T10:04:27.165 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:27.206 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:27.246 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:27.286 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-20T10:04:27.286 DEBUG:teuthology.orchestra.run.smithi113:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:04:27.305 DEBUG:teuthology.orchestra.run.smithi163:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:04:27.324 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-20T10:04:27.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 ceph-mon[42603]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:27.344 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 ceph-mon[42603]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-20T10:04:27.345 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 ceph-mon[42603]: osdmap e32: 3 total, 3 up, 3 in 2023-12-20T10:04:27.346 INFO:tasks.cephadm:Stopping all daemons... 2023-12-20T10:04:27.346 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-20T10:04:27.346 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a 2023-12-20T10:04:27.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:27 smithi190 ceph-mon[46932]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:27.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:27 smithi190 ceph-mon[46932]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-20T10:04:27.629 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:27 smithi190 ceph-mon[46932]: osdmap e32: 3 total, 3 up, 3 in 2023-12-20T10:04:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:27 smithi163 ceph-mon[45973]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-20T10:04:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:27 smithi163 ceph-mon[45973]: from='client.? 172.21.15.113:0/3118576884' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-20T10:04:27.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:27 smithi163 ceph-mon[45973]: osdmap e32: 3 total, 3 up, 3 in 2023-12-20T10:04:27.783 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 systemd[1]: Stopping Ceph mon.a for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:27.783 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 conmon[42579]: 2023-12-20T10:04:27.587+0000 7fdff7f5a700 -1 received signal: Terminated from /dev/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-12-20T10:04:27.783 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 conmon[42579]: 2023-12-20T10:04:27.587+0000 7fdff7f5a700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-20T10:04:28.094 INFO:journalctl@ceph.mon.a.smithi113.stdout:Dec 20 10:04:27 smithi113 bash[81834]: c6549e97b25084b3f8e301cc2aa07554ca89bee5376e0aaa28fd927db1aeb66f 2023-12-20T10:04:28.311 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.a.service' 2023-12-20T10:04:28.360 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:28.360 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-20T10:04:28.361 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-12-20T10:04:28.361 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.b 2023-12-20T10:04:28.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:28 smithi163 systemd[1]: Stopping Ceph mon.b for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:28.732 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:28 smithi163 conmon[45949]: 2023-12-20T10:04:28.607+0000 7f0a088ef700 -1 received signal: Terminated from /dev/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-12-20T10:04:28.733 INFO:journalctl@ceph.mon.b.smithi163.stdout:Dec 20 10:04:28 smithi163 conmon[45949]: 2023-12-20T10:04:28.607+0000 7f0a088ef700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-20T10:04:29.412 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.b.service' 2023-12-20T10:04:29.466 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:29.466 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-12-20T10:04:29.466 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-20T10:04:29.467 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.c 2023-12-20T10:04:29.757 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:29 smithi190 systemd[1]: Stopping Ceph mon.c for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:30.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:29 smithi190 conmon[46901]: 2023-12-20T10:04:29.754+0000 7fd062462700 -1 received signal: Terminated from /dev/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-12-20T10:04:30.129 INFO:journalctl@ceph.mon.c.smithi190.stdout:Dec 20 10:04:29 smithi190 conmon[46901]: 2023-12-20T10:04:29.754+0000 7fd062462700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-20T10:04:30.545 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mon.c.service' 2023-12-20T10:04:30.597 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:30.597 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-20T10:04:30.598 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-12-20T10:04:30.598 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a 2023-12-20T10:04:30.895 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:30 smithi113 systemd[1]: Stopping Ceph mgr.a for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:30.895 INFO:journalctl@ceph.mgr.a.smithi113.stdout:Dec 20 10:04:30 smithi113 conmon[43028]: 2023-12-20T10:04:30.870+0000 7f4ef2ca5700 -1 received signal: Terminated from /dev/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-12-20T10:04:31.456 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.a.service' 2023-12-20T10:04:31.493 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:31.493 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-12-20T10:04:31.494 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-12-20T10:04:31.494 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.b 2023-12-20T10:04:31.871 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Dec 20 10:04:31 smithi163 systemd[1]: Stopping Ceph mgr.b for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:32.513 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@mgr.b.service' 2023-12-20T10:04:32.550 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:32.550 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-12-20T10:04:32.550 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-20T10:04:32.551 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.0 2023-12-20T10:04:32.844 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:04:32 smithi113 systemd[1]: Stopping Ceph osd.0 for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:32.844 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:04:32 smithi113 conmon[67231]: 2023-12-20T10:04:32.804+0000 7f1c0e147700 -1 received signal: Terminated from /dev/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-12-20T10:04:32.844 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:04:32 smithi113 conmon[67231]: 2023-12-20T10:04:32.804+0000 7f1c0e147700 -1 osd.0 32 *** Got signal Terminated *** 2023-12-20T10:04:32.845 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:04:32 smithi113 conmon[67231]: 2023-12-20T10:04:32.804+0000 7f1c0e147700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-20T10:04:38.844 INFO:journalctl@ceph.osd.0.smithi113.stdout:Dec 20 10:04:38 smithi113 bash[82428]: 2c62845892fc6f00e3a00719a9a8439bc95f84b75dadd1607f976b4c0c2c6a3d 2023-12-20T10:04:40.088 DEBUG:teuthology.orchestra.run.smithi113:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.0.service' 2023-12-20T10:04:40.128 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:40.128 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-20T10:04:40.129 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-20T10:04:40.129 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.1 2023-12-20T10:04:40.482 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:04:40 smithi163 systemd[1]: Stopping Ceph osd.1 for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:40.483 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:04:40 smithi163 conmon[52552]: 2023-12-20T10:04:40.383+0000 7fcf6297b700 -1 received signal: Terminated from /dev/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-12-20T10:04:40.483 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:04:40 smithi163 conmon[52552]: 2023-12-20T10:04:40.383+0000 7fcf6297b700 -1 osd.1 32 *** Got signal Terminated *** 2023-12-20T10:04:40.483 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:04:40 smithi163 conmon[52552]: 2023-12-20T10:04:40.383+0000 7fcf6297b700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-20T10:04:46.732 INFO:journalctl@ceph.osd.1.smithi163.stdout:Dec 20 10:04:46 smithi163 bash[60486]: 04a3451cc05bafec4a5e1086540d314075287b403f89f2c05d56f48548591b6d 2023-12-20T10:04:47.723 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.1.service' 2023-12-20T10:04:47.764 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:47.764 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-20T10:04:47.764 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-20T10:04:47.765 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.2 2023-12-20T10:04:48.129 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:04:47 smithi190 systemd[1]: Stopping Ceph osd.2 for 706815aa-9f1e-11ee-95a5-87774f69a715... 2023-12-20T10:04:48.129 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:04:48 smithi190 conmon[53742]: 2023-12-20T10:04:48.034+0000 7f1d467c5700 -1 received signal: Terminated from /dev/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-12-20T10:04:48.129 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:04:48 smithi190 conmon[53742]: 2023-12-20T10:04:48.034+0000 7f1d467c5700 -1 osd.2 32 *** Got signal Terminated *** 2023-12-20T10:04:48.130 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:04:48 smithi190 conmon[53742]: 2023-12-20T10:04:48.034+0000 7f1d467c5700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-20T10:04:54.379 INFO:journalctl@ceph.osd.2.smithi190.stdout:Dec 20 10:04:53 smithi190 bash[60616]: a7e8fb6d53b8ee47abc49de2d00b7a24dd8630dc809144dd25afe295feaf05f0 2023-12-20T10:04:55.510 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-706815aa-9f1e-11ee-95a5-87774f69a715@osd.2.service' 2023-12-20T10:04:55.552 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-20T10:04:55.553 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-20T10:04:55.553 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-20T10:04:55.813 INFO:teuthology.orchestra.run.smithi113.stdout:Deleting cluster with fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:04:56.492 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-20T10:04:56.751 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:04:57.448 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-20T10:04:57.699 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:04:58.286 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:58.324 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:58.362 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-20T10:04:58.392 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-20T10:04:58.394 DEBUG:teuthology.misc:Transferring archived files from smithi113:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi113/crash 2023-12-20T10:04:58.395 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash -- . 2023-12-20T10:04:58.441 INFO:teuthology.orchestra.run.smithi113.stderr:tar: /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-20T10:04:58.441 INFO:teuthology.orchestra.run.smithi113.stderr:tar: Error is not recoverable: exiting now 2023-12-20T10:04:58.442 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi163/crash 2023-12-20T10:04:58.443 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash -- . 2023-12-20T10:04:58.500 INFO:teuthology.orchestra.run.smithi163.stderr:tar: /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-20T10:04:58.501 INFO:teuthology.orchestra.run.smithi163.stderr:tar: Error is not recoverable: exiting now 2023-12-20T10:04:58.502 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi190/crash 2023-12-20T10:04:58.503 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash -- . 2023-12-20T10:04:58.548 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-20T10:04:58.548 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2023-12-20T10:04:58.549 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-20T10:04:58.549 DEBUG:teuthology.orchestra.run.smithi113:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-20T10:04:58.580 INFO:teuthology.orchestra.run.smithi113.stderr:grep: /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-20T10:04:58.582 INFO:tasks.cephadm:Compressing logs... 2023-12-20T10:04:58.582 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T10:04:58.625 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T10:04:58.627 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T10:04:58.652 INFO:teuthology.orchestra.run.smithi113.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-20T10:04:58.652 INFO:teuthology.orchestra.run.smithi113.stderr:: No such file or directory 2023-12-20T10:04:58.652 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.a.log 2023-12-20T10:04:58.652 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-20T10:04:58.653 INFO:teuthology.orchestra.run.smithi113.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-20T10:04:58.653 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.a.log: /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mgr.a.log 2023-12-20T10:04:58.654 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mgr.a.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-20T10:04:58.655 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-20T10:04:58.655 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-20T10:04:58.655 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-20T10:04:58.655 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-20T10:04:58.655 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.c.log 2023-12-20T10:04:58.655 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log: 88.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-20T10:04:58.656 INFO:teuthology.orchestra.run.smithi113.stderr: 91.3% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-20T10:04:58.657 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.c.log: 91.1% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-20T10:04:58.658 INFO:teuthology.orchestra.run.smithi163.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-20T10:04:58.659 INFO:teuthology.orchestra.run.smithi163.stderr:: No such file or directory 2023-12-20T10:04:58.659 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mgr.b.log 2023-12-20T10:04:58.659 INFO:teuthology.orchestra.run.smithi163.stderr:gzip /var/log/ceph/cephadm.log: -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-20T10:04:58.659 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-20T10:04:58.659 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mgr.b.log: /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.1.log: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-20T10:04:58.659 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.b.log 2023-12-20T10:04:58.660 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.b.log: 91.2% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-20T10:04:58.664 INFO:teuthology.orchestra.run.smithi163.stderr: 89.9% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mgr.b.log.gz 2023-12-20T10:04:58.694 INFO:teuthology.orchestra.run.smithi190.stderr: 92.6% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.c.log.gz 2023-12-20T10:04:58.701 INFO:teuthology.orchestra.run.smithi163.stderr: 92.5% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.b.log.gz 2023-12-20T10:04:58.703 INFO:teuthology.orchestra.run.smithi113.stderr: 89.1% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mgr.a.log.gz 2023-12-20T10:04:58.775 INFO:teuthology.orchestra.run.smithi113.stderr: 94.4% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-20T10:04:58.776 INFO:teuthology.orchestra.run.smithi190.stderr: 94.4% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-20T10:04:58.777 INFO:teuthology.orchestra.run.smithi190.stderr: 2023-12-20T10:04:58.777 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.134s 2023-12-20T10:04:58.777 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m0.162s 2023-12-20T10:04:58.777 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.023s 2023-12-20T10:04:58.792 INFO:teuthology.orchestra.run.smithi113.stderr: 91.6% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-mon.a.log.gz 2023-12-20T10:04:58.794 INFO:teuthology.orchestra.run.smithi113.stderr: 2023-12-20T10:04:58.794 INFO:teuthology.orchestra.run.smithi113.stderr:real 0m0.154s 2023-12-20T10:04:58.794 INFO:teuthology.orchestra.run.smithi113.stderr:user 0m0.316s 2023-12-20T10:04:58.795 INFO:teuthology.orchestra.run.smithi113.stderr:sys 0m0.025s 2023-12-20T10:04:58.808 INFO:teuthology.orchestra.run.smithi163.stderr: 94.4% -- replaced with /var/log/ceph/706815aa-9f1e-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-20T10:04:58.810 INFO:teuthology.orchestra.run.smithi163.stderr: 2023-12-20T10:04:58.810 INFO:teuthology.orchestra.run.smithi163.stderr:real 0m0.166s 2023-12-20T10:04:58.810 INFO:teuthology.orchestra.run.smithi163.stderr:user 0m0.203s 2023-12-20T10:04:58.810 INFO:teuthology.orchestra.run.smithi163.stderr:sys 0m0.026s 2023-12-20T10:04:58.810 INFO:tasks.cephadm:Archiving logs... 2023-12-20T10:04:58.810 DEBUG:teuthology.misc:Transferring archived files from smithi113:/var/log/ceph to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi113/log 2023-12-20T10:04:58.811 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-20T10:04:58.918 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/log/ceph to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi163/log 2023-12-20T10:04:58.919 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-20T10:04:58.979 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi190/log 2023-12-20T10:04:58.981 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-20T10:04:59.036 INFO:tasks.cephadm:Removing cluster... 2023-12-20T10:04:59.036 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 --force 2023-12-20T10:04:59.282 INFO:teuthology.orchestra.run.smithi113.stdout:Deleting cluster with fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:04:59.568 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 --force 2023-12-20T10:04:59.818 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:05:00.101 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 --force 2023-12-20T10:05:00.347 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: 706815aa-9f1e-11ee-95a5-87774f69a715 2023-12-20T10:05:00.615 INFO:tasks.cephadm:Removing cephadm ... 2023-12-20T10:05:00.615 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-20T10:05:00.637 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-20T10:05:00.657 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-20T10:05:00.675 INFO:tasks.cephadm:Teardown complete 2023-12-20T10:05:00.676 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-20T10:05:00.688 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-12-20T10:05:00.688 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-20T10:05:00.691 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-20T10:05:00.700 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-20T10:05:00.820 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-20T10:05:00.829 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-20T10:05:00.829 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T10:05:00.832 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T10:05:00.835 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-20T10:05:00.848 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-12-20T10:05:00.849 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-20T10:05:00.850 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-12-20T10:05:00.853 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T10:05:00.853 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-12-20T10:05:00.853 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +915us[ +916us] +/- 85ms 2023-12-20T10:05:00.853 INFO:teuthology.orchestra.run.smithi113.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 +340us[ +341us] +/- 59ms 2023-12-20T10:05:00.853 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 60 -1224us[-1224us] +/- 68ms 2023-12-20T10:05:00.854 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T10:05:00.855 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T10:05:00.855 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-20T10:05:00.855 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 60 +940us[ +948us] +/- 85ms 2023-12-20T10:05:00.855 INFO:teuthology.orchestra.run.smithi163.stdout:^* hv02.front.sepia.ceph.com 3 6 377 59 +360us[ +368us] +/- 59ms 2023-12-20T10:05:00.855 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 -1192us[-1192us] +/- 68ms 2023-12-20T10:05:00.856 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T10:05:00.856 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-20T10:05:00.857 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-12-20T10:05:00.857 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +963us[ +954us] +/- 85ms 2023-12-20T10:05:00.857 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv02.front.sepia.ceph.com 3 6 377 58 +370us[ +360us] +/- 59ms 2023-12-20T10:05:00.857 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 -1185us[-1195us] +/- 68ms 2023-12-20T10:05:00.857 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-20T10:05:00.857 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-20T10:05:00.866 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-20T10:05:00.867 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-20T10:05:00.875 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T10:05:00.962 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T10:05:01.022 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T10:05:01.081 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T10:05:01.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:05:01.114 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T10:05:01.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:05:01.144 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T10:05:01.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:05:01.174 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-20T10:05:01.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-20T10:05:01.193 INFO:teuthology.task.internal:Duration was 1075.041230 seconds 2023-12-20T10:05:01.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-20T10:05:01.202 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-20T10:05:01.202 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-20T10:05:01.204 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-20T10:05:01.207 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-20T10:05:01.251 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T10:05:01.252 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T10:05:01.260 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-20T10:05:01.745 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-20T10:05:01.745 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2023-12-20T10:05:01.746 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T10:05:01.769 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-12-20T10:05:01.770 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T10:05:01.793 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2023-12-20T10:05:01.794 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T10:05:01.817 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-20T10:05:01.817 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-20T10:05:01.819 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-20T10:05:01.836 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-20T10:05:01.895 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-20T10:05:01.895 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-20T10:05:01.900 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-20T10:05:01.914 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-20T10:05:01.997 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-20T10:05:02.008 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-20T10:05:02.008 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-20T10:05:02.037 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-20T10:05:02.064 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-20T10:05:02.091 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-20T10:05:02.102 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-20T10:05:02.104 DEBUG:teuthology.orchestra.run.smithi163:> 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-12-20T10:05:02.107 DEBUG:teuthology.orchestra.run.smithi190:> 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-12-20T10:05:02.129 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2023-12-20T10:05:02.131 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-12-20T10:05:02.158 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2023-12-20T10:05:02.182 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:05:02.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:05:02.204 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:05:02.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:05:02.222 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-20T10:05:02.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-20T10:05:02.239 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-20T10:05:02.251 INFO:teuthology.task.internal:Transferring archived files... 2023-12-20T10:05:02.252 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi113 2023-12-20T10:05:02.253 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-20T10:05:02.289 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi163 2023-12-20T10:05:02.289 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-20T10:05:02.323 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628/remote/smithi190 2023-12-20T10:05:02.324 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-20T10:05:02.358 INFO:teuthology.task.internal:Removing archive directory... 2023-12-20T10:05:02.359 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-20T10:05:02.363 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-20T10:05:02.365 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-20T10:05:02.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-20T10:05:02.423 INFO:teuthology.task.internal:Not uploading archives. 2023-12-20T10:05:02.424 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-20T10:05:02.434 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-20T10:05:02.434 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-20T10:05:02.436 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-20T10:05:02.438 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-20T10:05:02.451 INFO:teuthology.orchestra.run.smithi113.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 20 10:05 /home/ubuntu/cephtest 2023-12-20T10:05:02.453 INFO:teuthology.orchestra.run.smithi163.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 20 10:05 /home/ubuntu/cephtest 2023-12-20T10:05:02.467 INFO:teuthology.orchestra.run.smithi190.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 20 10:05 /home/ubuntu/cephtest 2023-12-20T10:05:02.469 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-20T10:05:02.480 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-20T10:05:02.502 INFO:teuthology.nuke:Checking targets against current locks 2023-12-20T10:05:02.528 DEBUG:teuthology.nuke:shortname: smithi113 2023-12-20T10:05:02.528 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T10:05:02.551 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-20 09:40:48.417134', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNDf74IE/+fvStHWISUzJZBtWPy0AWwB/wbSItZ94SvC96b3pTfp/PHreTrrbaJeRZHRLCPE1cZbdSm76Xsq2UA='} 2023-12-20T10:05:02.556 DEBUG:teuthology.nuke:shortname: smithi163 2023-12-20T10:05:02.556 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T10:05:02.578 DEBUG:teuthology.nuke:shortname: smithi190 2023-12-20T10:05:02.578 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-20T10:05:02.582 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-20 09:40:48.418590', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBpBeGfMppAOLfJcGc6Xy7n+a2K6ggD1DUo+gSx1Pza5qi6+Fwz+gvgVy55V5UZ+PtVVQVBQBXYnJDQWfPN6gTo='} 2023-12-20T10:05:02.600 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/rfriedma-2023-12-20_08:40:50-rados-wip-rf-pcnt3-distro-default-smithi/7497628', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-20 09:40:48.420041', 'locked_by': 'scheduled_rfriedma@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGHWGn//7zUkG9K1SVq3seaTjfdvsTMsQRuyHh2FjRdYvyWPxy24FTCSRqFzggPNuUMu5+uSm+fymxpiBnkEW/k='} 2023-12-20T10:05:02.614 INFO:teuthology.orchestra.console.smithi113:Power off 2023-12-20T10:05:02.614 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-20T10:05:02.638 DEBUG:teuthology.orchestra.console.smithi113:power off output: Chassis Power Control: Down/Off 2023-12-20T10:05:02.638 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:02.654 INFO:teuthology.orchestra.console.smithi163:Power off 2023-12-20T10:05:02.654 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-20T10:05:02.676 INFO:teuthology.orchestra.console.smithi190:Power off 2023-12-20T10:05:02.677 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-20T10:05:02.686 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-20T10:05:02.686 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-12-20T10:05:02.686 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:02.703 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2023-12-20T10:05:02.704 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:02.715 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-20T10:05:02.729 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-12-20T10:05:06.687 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:06.716 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:06.729 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:06.797 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-20T10:05:06.827 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-20T10:05:06.840 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-12-20T10:05:10.801 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:10.829 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:10.841 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-20T10:05:10.914 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is off 2023-12-20T10:05:10.940 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-12-20T10:05:10.955 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2023-12-20T10:05:11.015 INFO:teuthology.orchestra.console.smithi113:Power off completed 2023-12-20T10:05:11.041 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-12-20T10:05:11.056 INFO:teuthology.orchestra.console.smithi190:Power off completed 2023-12-20T10:05:11.161 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 1075.0412304401398 failure_reason: 'Command failed on smithi113 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:86cc4aec42581926507b9749381d531f24687367 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 706815aa-9f1e-11ee-95a5-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_rfriedma@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d871653c131a4f988131f1bed2b1f0ad status: fail success: false 2023-12-20T10:05:11.161 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-20T10:05:11.243 INFO:teuthology.run:FAIL