2023-11-19T21:44:21.796 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-19T21:44:21.796 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373 --verbose -- /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/orig.config.yaml 2023-11-19T21:44:21.825 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T21:44:21.904 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373 branch: main description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7462373' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main 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: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 8632 sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe targets: smithi061.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-18_13:58:58 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-19T21:44:21.904 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa; will attempt to use it 2023-11-19T21:44:21.905 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks 2023-11-19T21:44:21.905 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-19T21:44:21.906 INFO:teuthology.task.internal:Checking packages... 2023-11-19T21:44:21.927 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe' 2023-11-19T21:44:21.927 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T21:44:21.928 INFO:teuthology.packaging:ref: None 2023-11-19T21:44:21.928 INFO:teuthology.packaging:tag: None 2023-11-19T21:44:21.928 INFO:teuthology.packaging:branch: main 2023-11-19T21:44:21.928 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:44:21.928 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-11-19T21:44:22.260 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7432.g329e2a1e 2023-11-19T21:44:22.261 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-19T21:44:22.267 INFO:teuthology.task.internal:no buildpackages task found 2023-11-19T21:44:22.268 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-19T21:44:22.274 INFO:teuthology.task.internal:Saving configuration 2023-11-19T21:44:22.285 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-19T21:44:22.291 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T21:44:22.317 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373', '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-11-19 21:38:54.905452', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-19T21:44:22.339 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373', '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-11-19 21:38:54.906607', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-19T21:44:22.360 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373', '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-11-19 21:38:54.903656', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-19T21:44:22.360 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-19T21:44:22.366 INFO:teuthology.task.internal:roles: ubuntu@smithi061.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-19T21:44:22.366 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-19T21:44:22.366 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-11-19T21:44:22.366 INFO:teuthology.run_tasks:Running task console_log... 2023-11-19T21:44:22.468 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fda3b456b80>, signals=[15]) 2023-11-19T21:44:22.468 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-19T21:44:22.475 INFO:teuthology.task.internal:Opening connections... 2023-11-19T21:44:22.475 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi061.front.sepia.ceph.com 2023-11-19T21:44:22.476 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:44:22.545 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T21:44:22.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:44:22.613 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2023-11-19T21:44:22.613 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:44:22.681 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-19T21:44:22.688 DEBUG:teuthology.orchestra.run.smithi061:> uname -m 2023-11-19T21:44:22.709 INFO:teuthology.orchestra.run.smithi061.stdout:x86_64 2023-11-19T21:44:22.709 DEBUG:teuthology.orchestra.run.smithi061:> cat /etc/os-release 2023-11-19T21:44:22.769 INFO:teuthology.orchestra.run.smithi061.stdout:NAME="Red Hat Enterprise Linux" 2023-11-19T21:44:22.769 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION="8.6 (Ootpa)" 2023-11-19T21:44:22.769 INFO:teuthology.orchestra.run.smithi061.stdout:ID="rhel" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:ID_LIKE="fedora" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION_ID="8.6" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:PLATFORM_ID="platform:el8" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:ANSI_COLOR="0;31" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:HOME_URL="https://www.redhat.com/" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:44:22.770 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T21:44:22.771 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-19T21:44:22.771 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-19T21:44:22.771 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-19T21:44:22.771 INFO:teuthology.lock.ops:Updating smithi061.front.sepia.ceph.com on lock server 2023-11-19T21:44:22.792 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2023-11-19T21:44:22.812 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2023-11-19T21:44:22.812 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2023-11-19T21:44:22.871 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="Red Hat Enterprise Linux" 2023-11-19T21:44:22.871 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8.6 (Ootpa)" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:ID="rhel" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="fedora" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8.6" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://www.redhat.com/" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:44:22.872 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T21:44:22.873 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-19T21:44:22.873 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-19T21:44:22.873 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-19T21:44:22.873 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2023-11-19T21:44:22.892 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2023-11-19T21:44:22.912 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2023-11-19T21:44:22.913 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2023-11-19T21:44:22.972 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Red Hat Enterprise Linux" 2023-11-19T21:44:22.972 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="8.6 (Ootpa)" 2023-11-19T21:44:22.972 INFO:teuthology.orchestra.run.smithi186.stdout:ID="rhel" 2023-11-19T21:44:22.972 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="fedora" 2023-11-19T21:44:22.972 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="8.6" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el8" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.redhat.com/" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-19T21:44:22.973 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-19T21:44:22.974 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2023-11-19T21:44:22.992 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-19T21:44:23.001 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-19T21:44:23.011 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-19T21:44:23.011 DEBUG:teuthology.orchestra.run.smithi061:> test '!' -e /home/ubuntu/cephtest 2023-11-19T21:44:23.014 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2023-11-19T21:44:23.016 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2023-11-19T21:44:23.035 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-19T21:44:23.041 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-19T21:44:23.042 DEBUG:teuthology.orchestra.run.smithi061:> test -z $(ls -A /var/lib/ceph) 2023-11-19T21:44:23.073 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2023-11-19T21:44:23.075 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2023-11-19T21:44:23.105 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-19T21:44:23.179 INFO:teuthology.run_tasks:Running task kernel... 2023-11-19T21:44:23.198 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-19T21:44:23.198 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-19T21:44:23.199 DEBUG:teuthology.orchestra.run.smithi061:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T21:44:23.199 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T21:44:23.200 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T21:44:23.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:44:23.219 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-19T21:44:23.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:44:23.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:44:23.221 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-11-19T21:44:23.221 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2023-11-19T21:44:23.278 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:23.278 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:23.279 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2023-11-19T21:44:23.280 INFO:teuthology.orchestra.run.smithi061.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:23.281 INFO:teuthology.task.kernel:Running kernel on smithi061: 4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:23.281 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum install -y kernel 2023-11-19T21:44:23.282 INFO:teuthology.orchestra.run.smithi186.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:23.282 INFO:teuthology.task.kernel:Running kernel on smithi186: 4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:23.282 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2023-11-19T21:44:24.465 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:24.465 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-11-19T21:44:24.469 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:24.469 INFO:teuthology.orchestra.run.smithi162.stdout:Unable to read consumer identity 2023-11-19T21:44:24.500 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:24.501 INFO:teuthology.orchestra.run.smithi061.stdout:Unable to read consumer identity 2023-11-19T21:44:25.861 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-19T21:44:25.932 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-11-19T21:44:25.934 INFO:teuthology.orchestra.run.smithi061.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-19T21:44:26.673 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-11-19T21:44:27.018 INFO:teuthology.orchestra.run.smithi061.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-19T21:44:27.150 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-19T21:44:30.195 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 317 kB/s | 24 kB 00:00 2023-11-19T21:44:30.641 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 641 kB/s | 24 kB 00:00 2023-11-19T21:44:30.776 INFO:teuthology.orchestra.run.smithi061.stdout:lab-extras 648 kB/s | 24 kB 00:00 2023-11-19T21:44:30.914 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-19T21:44:30.972 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:44:30.973 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:44:30.973 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:44:31.079 DEBUG:teuthology.orchestra.run.smithi186:> echo no | sudo yum reinstall kernel || true 2023-11-19T21:44:31.369 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-19T21:44:31.411 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:31.411 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-11-19T21:44:31.424 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:44:31.425 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:44:31.425 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:44:31.487 INFO:teuthology.orchestra.run.smithi061.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-19T21:44:31.537 DEBUG:teuthology.orchestra.run.smithi162:> echo no | sudo yum reinstall kernel || true 2023-11-19T21:44:31.538 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:44:31.539 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:44:31.540 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:44:31.681 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:01 ago on Sun 19 Nov 2023 09:44:30 PM UTC. 2023-11-19T21:44:31.686 DEBUG:teuthology.orchestra.run.smithi061:> echo no | sudo yum reinstall kernel || true 2023-11-19T21:44:31.724 INFO:teuthology.orchestra.run.smithi186.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-19T21:44:31.765 INFO:teuthology.orchestra.run.smithi186.stderr:Error: No packages marked for reinstall. 2023-11-19T21:44:31.811 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum reinstall -y kernel || true 2023-11-19T21:44:31.909 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:31.909 INFO:teuthology.orchestra.run.smithi162.stdout:Unable to read consumer identity 2023-11-19T21:44:32.037 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:32.037 INFO:teuthology.orchestra.run.smithi061.stdout:Unable to read consumer identity 2023-11-19T21:44:32.140 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:32.141 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-11-19T21:44:32.175 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:00:02 ago on Sun 19 Nov 2023 09:44:30 PM UTC. 2023-11-19T21:44:32.218 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-19T21:44:32.247 INFO:teuthology.orchestra.run.smithi162.stderr:Error: No packages marked for reinstall. 2023-11-19T21:44:32.294 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum reinstall -y kernel || true 2023-11-19T21:44:32.326 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:00:02 ago on Sun 19 Nov 2023 09:44:30 PM UTC. 2023-11-19T21:44:32.374 INFO:teuthology.orchestra.run.smithi061.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-19T21:44:32.404 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:02 ago on Sun 19 Nov 2023 09:44:30 PM UTC. 2023-11-19T21:44:32.407 INFO:teuthology.orchestra.run.smithi061.stderr:Error: No packages marked for reinstall. 2023-11-19T21:44:32.444 INFO:teuthology.orchestra.run.smithi186.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-19T21:44:32.454 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum reinstall -y kernel || true 2023-11-19T21:44:32.467 INFO:teuthology.orchestra.run.smithi186.stderr:Error: No packages marked for reinstall. 2023-11-19T21:44:32.513 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:44:32.592 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:32.593 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:32.593 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-19T21:44:32.593 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-19T21:44:32.593 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T21:44:32.619 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2023-11-19T21:44:32.624 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:32.624 INFO:teuthology.orchestra.run.smithi162.stdout:Unable to read consumer identity 2023-11-19T21:44:32.634 DEBUG:teuthology.parallel:result is None 2023-11-19T21:44:32.804 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:44:32.804 INFO:teuthology.orchestra.run.smithi061.stdout:Unable to read consumer identity 2023-11-19T21:44:32.888 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:00:02 ago on Sun 19 Nov 2023 09:44:30 PM UTC. 2023-11-19T21:44:32.929 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-19T21:44:32.954 INFO:teuthology.orchestra.run.smithi162.stderr:Error: No packages marked for reinstall. 2023-11-19T21:44:33.006 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:44:33.083 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:00:03 ago on Sun 19 Nov 2023 09:44:30 PM UTC. 2023-11-19T21:44:33.085 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:33.086 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:33.086 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-19T21:44:33.086 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-19T21:44:33.087 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T21:44:33.118 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2023-11-19T21:44:33.126 INFO:teuthology.orchestra.run.smithi061.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-19T21:44:33.130 DEBUG:teuthology.parallel:result is None 2023-11-19T21:44:33.159 INFO:teuthology.orchestra.run.smithi061.stderr:Error: No packages marked for reinstall. 2023-11-19T21:44:33.205 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T21:44:33.287 INFO:teuthology.orchestra.run.smithi061.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:33.287 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-19T21:44:33.288 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-19T21:44:33.288 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-19T21:44:33.288 DEBUG:teuthology.orchestra.run.smithi061:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T21:44:33.314 INFO:teuthology.orchestra.run.smithi061.stdout:ttyS1 2023-11-19T21:44:33.331 DEBUG:teuthology.parallel:result is None 2023-11-19T21:44:33.331 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-19T21:44:33.338 INFO:teuthology.task.internal:Creating test directory... 2023-11-19T21:44:33.338 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T21:44:33.373 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T21:44:33.375 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T21:44:33.394 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-19T21:44:33.401 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-19T21:44:33.407 INFO:teuthology.task.internal:Creating archive directory... 2023-11-19T21:44:33.407 DEBUG:teuthology.orchestra.run.smithi061:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T21:44:33.430 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T21:44:33.433 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T21:44:33.466 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-19T21:44:33.473 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-19T21:44:33.473 DEBUG:teuthology.orchestra.run.smithi061:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T21:44:33.498 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T21:44:33.503 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T21:44:33.533 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:44:33.543 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:44:33.543 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:44:33.548 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:44:33.554 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:44:33.560 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T21:44:33.562 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-19T21:44:33.569 INFO:teuthology.task.internal:Configuring sudo... 2023-11-19T21:44:33.569 DEBUG:teuthology.orchestra.run.smithi061:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T21:44:33.571 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T21:44:33.587 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T21:44:33.616 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-19T21:44:33.624 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-19T21:44:33.624 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T21:44:33.639 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T21:44:33.655 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T21:44:33.673 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:44:33.737 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:44:33.788 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:44:33.871 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:44:33.914 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T21:44:33.915 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T21:44:33.982 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:44:34.021 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:44:34.077 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:44:34.160 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:44:34.203 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T21:44:34.203 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T21:44:34.270 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:44:34.317 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T21:44:34.369 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:44:34.457 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T21:44:34.499 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T21:44:34.499 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T21:44:34.568 DEBUG:teuthology.orchestra.run.smithi061:> sudo service rsyslog restart 2023-11-19T21:44:34.571 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2023-11-19T21:44:34.573 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2023-11-19T21:44:34.621 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:44:34.654 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:44:34.662 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T21:44:35.039 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-19T21:44:35.050 INFO:teuthology.task.internal:Starting timer... 2023-11-19T21:44:35.050 INFO:teuthology.run_tasks:Running task pcp... 2023-11-19T21:44:35.060 INFO:teuthology.run_tasks:Running task selinux... 2023-11-19T21:44:35.068 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-19T21:44:35.068 DEBUG:teuthology.orchestra.run.smithi061:> sudo service auditd rotate 2023-11-19T21:44:35.139 INFO:teuthology.orchestra.run.smithi061.stdout:Rotating logs: 2023-11-19T21:44:35.141 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2023-11-19T21:44:35.209 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: 2023-11-19T21:44:35.211 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2023-11-19T21:44:35.267 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2023-11-19T21:44:35.269 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-19T21:44:35.269 DEBUG:teuthology.orchestra.run.smithi061:> /usr/sbin/getenforce 2023-11-19T21:44:35.297 INFO:teuthology.orchestra.run.smithi061.stdout:Permissive 2023-11-19T21:44:35.298 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2023-11-19T21:44:35.322 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2023-11-19T21:44:35.323 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2023-11-19T21:44:35.349 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2023-11-19T21:44:35.349 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi061.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi162.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2023-11-19T21:44:35.349 DEBUG:teuthology.orchestra.run.smithi061:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T21:44:35.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:44:35.378 DEBUG:teuthology.orchestra.run.smithi162:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T21:44:35.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:44:35.405 DEBUG:teuthology.orchestra.run.smithi186:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T21:44:35.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T21:44:35.432 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-19T21:44:35.432 DEBUG:teuthology.orchestra.run.smithi061:> sudo /usr/sbin/setenforce permissive 2023-11-19T21:44:35.460 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2023-11-19T21:44:35.491 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2023-11-19T21:44:35.518 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-19T21:44:35.528 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-19T21:44:35.533 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-19T21:44:35.654 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-19T21:44:35.670 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-19T21:44:35.671 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi061.front.sepia.ceph.com,smithi162.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-19T21:53:33.104 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi061.front.sepia.ceph.com'), Remote(name='ubuntu@smithi162.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2023-11-19T21:53:33.106 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-19T21:53:33.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:53:33.176 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-11-19T21:53:33.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-19T21:53:33.245 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T21:53:33.246 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:53:33.313 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-19T21:53:33.383 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-19T21:53:33.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-19T21:53:33.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T21:53:33.453 DEBUG:teuthology.orchestra.run.smithi186:> true 2023-11-19T21:53:33.520 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-19T21:53:33.521 INFO:teuthology.run_tasks:Running task clock... 2023-11-19T21:53:33.531 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-19T21:53:33.531 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T21:53:33.531 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T21:53:33.533 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T21:53:33.534 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T21:53:33.536 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T21:53:33.536 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T21:53:33.568 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T21:53:33.569 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T21:53:33.580 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T21:53:33.585 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T21:53:33.594 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T21:53:33.609 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T21:53:33.650 INFO:teuthology.orchestra.run.smithi162.stderr:sudo: ntpd: command not found 2023-11-19T21:53:33.661 INFO:teuthology.orchestra.run.smithi162.stdout:506 Cannot talk to daemon 2023-11-19T21:53:33.665 INFO:teuthology.orchestra.run.smithi061.stderr:sudo: ntpd: command not found 2023-11-19T21:53:33.676 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T21:53:33.676 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2023-11-19T21:53:33.678 INFO:teuthology.orchestra.run.smithi061.stdout:506 Cannot talk to daemon 2023-11-19T21:53:33.688 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2023-11-19T21:53:33.689 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T21:53:33.694 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T21:53:33.702 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T21:53:33.710 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T21:53:33.716 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T21:53:33.773 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-19T21:53:33.778 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:53:33.778 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-19T21:53:33.778 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.778 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.779 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.779 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.783 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-11-19T21:53:33.787 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:53:33.787 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-11-19T21:53:33.787 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.787 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.787 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.787 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.789 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.793 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T21:53:33.794 INFO:teuthology.run_tasks:Running task pexec... 2023-11-19T21:53:33.803 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-19T21:53:33.804 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi061.front.sepia.ceph.com 2023-11-19T21:53:33.804 DEBUG:teuthology.orchestra.run.smithi061:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T21:53:33.805 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T21:53:33.805 DEBUG:teuthology.orchestra.run.smithi162:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T21:53:33.805 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi186.front.sepia.ceph.com 2023-11-19T21:53:33.805 DEBUG:teuthology.orchestra.run.smithi186:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T21:53:34.195 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:53:34.206 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:53:34.220 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:53:35.141 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:37 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:53:35.144 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:37 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:53:35.183 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:29 ago on Sun 19 Nov 2023 09:52:05 PM UTC. 2023-11-19T21:53:36.921 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:53:36.922 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:53:36.922 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2023-11-19T21:53:36.922 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:53:36.922 INFO:teuthology.orchestra.run.smithi186.stdout:Resetting modules: 2023-11-19T21:53:36.922 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools 2023-11-19T21:53:36.923 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:53:36.923 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:53:36.923 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:53:36.923 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:53:37.026 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:53:37.027 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:53:37.027 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-19T21:53:37.027 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:53:37.028 INFO:teuthology.orchestra.run.smithi162.stdout:Resetting modules: 2023-11-19T21:53:37.028 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 2023-11-19T21:53:37.028 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:53:37.028 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:53:37.028 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:53:37.028 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:53:37.179 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:53:37.180 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:53:37.180 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-11-19T21:53:37.180 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:53:37.181 INFO:teuthology.orchestra.run.smithi061.stdout:Resetting modules: 2023-11-19T21:53:37.181 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools 2023-11-19T21:53:37.181 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:53:37.181 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:53:37.181 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:53:37.181 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:53:37.883 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:40 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:53:37.988 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:40 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:53:38.208 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:32 ago on Sun 19 Nov 2023 09:52:05 PM UTC. 2023-11-19T21:53:41.309 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:53:41.767 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:53:41.774 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:53:42.227 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:53:42.315 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:53:42.688 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:45 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:53:42.784 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:53:43.127 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:45 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:53:43.690 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:38 ago on Sun 19 Nov 2023 09:52:05 PM UTC. 2023-11-19T21:53:44.378 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:53:44.472 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================================================== 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================================================== 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout:Installing group/module packages: 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:44.473 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout:Downgrading: 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-11-19T21:53:44.474 INFO:teuthology.orchestra.run.smithi186.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout:Installing module profiles: 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools/common 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout:Enabling module streams: 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools 3.0 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================================================== 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout:Install 7 Packages 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout:Downgrade 12 Packages 2023-11-19T21:53:44.475 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:53:44.476 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 51 M 2023-11-19T21:53:44.476 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:53:44.606 INFO:teuthology.orchestra.run.smithi186.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 398 kB/s | 51 kB 00:00 2023-11-19T21:53:44.631 INFO:teuthology.orchestra.run.smithi186.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 342 kB/s | 53 kB 00:00 2023-11-19T21:53:44.673 INFO:teuthology.orchestra.run.smithi186.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 463 kB/s | 91 kB 00:00 2023-11-19T21:53:44.706 INFO:teuthology.orchestra.run.smithi186.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 920 kB/s | 69 kB 00:00 2023-11-19T21:53:44.740 INFO:teuthology.orchestra.run.smithi186.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 3.7 MB/s | 511 kB 00:00 2023-11-19T21:53:44.774 INFO:teuthology.orchestra.run.smithi186.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.1 MB/s | 72 kB 00:00 2023-11-19T21:53:44.820 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:53:44.824 INFO:teuthology.orchestra.run.smithi186.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 19 MB/s | 2.9 MB 00:00 2023-11-19T21:53:44.866 INFO:teuthology.orchestra.run.smithi186.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 608 kB/s | 56 kB 00:00 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout:========================================================================================================================== 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout:========================================================================================================================== 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout:Installing group/module packages: 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-19T21:53:44.914 INFO:teuthology.orchestra.run.smithi162.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout:Downgrading: 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-19T21:53:44.915 INFO:teuthology.orchestra.run.smithi162.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout:Installing module profiles: 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools/common 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout:Enabling module streams: 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 3.0 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout:========================================================================================================================== 2023-11-19T21:53:44.916 INFO:teuthology.orchestra.run.smithi162.stdout:Install 7 Packages 2023-11-19T21:53:44.917 INFO:teuthology.orchestra.run.smithi162.stdout:Downgrade 12 Packages 2023-11-19T21:53:44.917 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:53:44.917 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 51 M 2023-11-19T21:53:44.917 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:53:44.941 INFO:teuthology.orchestra.run.smithi186.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 436 kB/s | 51 kB 00:00 2023-11-19T21:53:45.037 INFO:teuthology.orchestra.run.smithi162.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 763 kB/s | 91 kB 00:00 2023-11-19T21:53:45.062 INFO:teuthology.orchestra.run.smithi162.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 355 kB/s | 51 kB 00:00 2023-11-19T21:53:45.075 INFO:teuthology.orchestra.run.smithi186.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 33 MB/s | 11 MB 00:00 2023-11-19T21:53:45.088 INFO:teuthology.orchestra.run.smithi162.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 311 kB/s | 53 kB 00:00 2023-11-19T21:53:45.104 INFO:teuthology.orchestra.run.smithi162.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.6 MB/s | 69 kB 00:00 2023-11-19T21:53:45.134 INFO:teuthology.orchestra.run.smithi186.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-11-19T21:53:45.146 INFO:teuthology.orchestra.run.smithi162.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-11-19T21:53:45.158 INFO:teuthology.orchestra.run.smithi186.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 490 kB/s | 41 kB 00:00 2023-11-19T21:53:45.163 INFO:teuthology.orchestra.run.smithi162.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-11-19T21:53:45.230 INFO:teuthology.orchestra.run.smithi162.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 20 MB/s | 2.9 MB 00:00 2023-11-19T21:53:45.306 INFO:teuthology.orchestra.run.smithi162.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 679 kB/s | 51 kB 00:00 2023-11-19T21:53:45.309 INFO:teuthology.orchestra.run.smithi186.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 13 MB/s | 2.2 MB 00:00 2023-11-19T21:53:45.330 INFO:teuthology.orchestra.run.smithi162.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 334 kB/s | 56 kB 00:00 2023-11-19T21:53:45.423 INFO:teuthology.orchestra.run.smithi162.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 3.4 MB/s | 322 kB 00:00 2023-11-19T21:53:45.426 INFO:teuthology.orchestra.run.smithi186.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 24 MB/s | 6.4 MB 00:00 2023-11-19T21:53:45.505 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:53:45.583 INFO:teuthology.orchestra.run.smithi162.stdout:(11/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-11-19T21:53:45.606 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================================================== 2023-11-19T21:53:45.606 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:53:45.606 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================================================== 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout:Installing group/module packages: 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout:Downgrading: 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:45.607 INFO:teuthology.orchestra.run.smithi061.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-11-19T21:53:45.608 INFO:teuthology.orchestra.run.smithi061.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout:Installing module profiles: 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools/common 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling module streams: 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools 3.0 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================================================== 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout:Install 7 Packages 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout:Downgrade 12 Packages 2023-11-19T21:53:45.609 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:53:45.610 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 51 M 2023-11-19T21:53:45.610 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:53:45.615 INFO:teuthology.orchestra.run.smithi162.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 212 kB/s | 41 kB 00:00 2023-11-19T21:53:45.660 INFO:teuthology.orchestra.run.smithi186.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 24 MB/s | 19 MB 00:00 2023-11-19T21:53:45.698 INFO:teuthology.orchestra.run.smithi162.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 19 MB/s | 2.2 MB 00:00 2023-11-19T21:53:45.710 INFO:teuthology.orchestra.run.smithi186.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.8 MB/s | 1.1 MB 00:00 2023-11-19T21:53:45.719 INFO:teuthology.orchestra.run.smithi061.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 475 kB/s | 51 kB 00:00 2023-11-19T21:53:45.744 INFO:teuthology.orchestra.run.smithi061.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 397 kB/s | 53 kB 00:00 2023-11-19T21:53:45.761 INFO:teuthology.orchestra.run.smithi061.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 606 kB/s | 91 kB 00:00 2023-11-19T21:53:45.793 INFO:teuthology.orchestra.run.smithi186.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-11-19T21:53:45.811 INFO:teuthology.orchestra.run.smithi061.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.4 MB/s | 511 kB 00:00 2023-11-19T21:53:45.836 INFO:teuthology.orchestra.run.smithi061.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 750 kB/s | 69 kB 00:00 2023-11-19T21:53:45.843 INFO:teuthology.orchestra.run.smithi186.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-11-19T21:53:45.869 INFO:teuthology.orchestra.run.smithi186.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 318 kB/s | 51 kB 00:00 2023-11-19T21:53:45.869 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:53:45.869 INFO:teuthology.orchestra.run.smithi186.stdout:Total 36 MB/s | 51 MB 00:01 2023-11-19T21:53:45.890 INFO:teuthology.orchestra.run.smithi162.stdout:(14/19): buildah-1.19.9-3.module+el8.6.0+14874+ 35 MB/s | 6.8 MB 00:00 2023-11-19T21:53:45.895 INFO:teuthology.orchestra.run.smithi061.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 862 kB/s | 72 kB 00:00 2023-11-19T21:53:45.962 INFO:teuthology.orchestra.run.smithi061.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-11-19T21:53:45.982 INFO:teuthology.orchestra.run.smithi162.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 17 MB/s | 6.4 MB 00:00 2023-11-19T21:53:45.987 INFO:teuthology.orchestra.run.smithi061.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 608 kB/s | 56 kB 00:00 2023-11-19T21:53:46.024 INFO:teuthology.orchestra.run.smithi162.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 8.0 MB/s | 1.1 MB 00:00 2023-11-19T21:53:46.029 INFO:teuthology.orchestra.run.smithi061.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 761 kB/s | 51 kB 00:00 2023-11-19T21:53:46.041 INFO:teuthology.orchestra.run.smithi162.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-11-19T21:53:46.113 INFO:teuthology.orchestra.run.smithi061.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 3.8 MB/s | 322 kB 00:00 2023-11-19T21:53:46.180 INFO:teuthology.orchestra.run.smithi061.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-11-19T21:53:46.292 INFO:teuthology.orchestra.run.smithi162.stdout:(18/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2023-11-19T21:53:46.305 INFO:teuthology.orchestra.run.smithi061.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-11-19T21:53:46.317 INFO:teuthology.orchestra.run.smithi162.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 173 kB/s | 51 kB 00:00 2023-11-19T21:53:46.317 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:53:46.317 INFO:teuthology.orchestra.run.smithi162.stdout:Total 36 MB/s | 51 MB 00:01 2023-11-19T21:53:46.345 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:53:46.388 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:53:46.388 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:53:46.388 INFO:teuthology.orchestra.run.smithi061.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-11-19T21:53:46.572 INFO:teuthology.orchestra.run.smithi061.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 24 MB/s | 6.4 MB 00:00 2023-11-19T21:53:46.673 INFO:teuthology.orchestra.run.smithi061.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-11-19T21:53:46.794 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:53:46.818 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:53:46.822 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:53:46.837 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:53:46.837 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:53:46.890 INFO:teuthology.orchestra.run.smithi061.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-11-19T21:53:46.923 INFO:teuthology.orchestra.run.smithi061.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.0 MB/s | 1.1 MB 00:00 2023-11-19T21:53:46.948 INFO:teuthology.orchestra.run.smithi061.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 671 kB/s | 185 kB 00:00 2023-11-19T21:53:46.982 INFO:teuthology.orchestra.run.smithi061.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 551 kB/s | 51 kB 00:00 2023-11-19T21:53:46.982 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:53:46.982 INFO:teuthology.orchestra.run.smithi061.stdout:Total 37 MB/s | 51 MB 00:01 2023-11-19T21:53:47.269 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:53:47.273 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:53:47.472 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:53:47.518 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:53:47.518 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:53:47.956 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:53:47.974 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:53:47.978 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:53:48.010 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-19T21:53:48.181 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-19T21:53:48.190 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-19T21:53:48.206 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:53:48.372 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:53:48.449 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:53:48.500 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-19T21:53:48.705 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-19T21:53:48.714 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-19T21:53:48.737 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:53:48.921 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:53:49.166 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:53:49.229 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-19T21:53:49.407 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-19T21:53:49.417 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-19T21:53:49.438 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:53:49.591 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:54:05.380 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:54:06.745 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:54:07.173 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-19T21:54:07.395 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-19T21:54:07.629 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-19T21:54:07.712 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-19T21:54:07.793 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-19T21:54:07.851 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-19T21:54:08.013 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-19T21:54:08.014 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-19T21:54:08.014 INFO:teuthology.orchestra.run.smithi186.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-19T21:54:08.014 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:54:08.088 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-19T21:54:08.304 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-19T21:54:08.507 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-19T21:54:08.718 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-19T21:54:08.718 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-19T21:54:08.718 INFO:teuthology.orchestra.run.smithi162.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-19T21:54:08.718 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:54:08.859 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-19T21:54:09.062 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-19T21:54:09.580 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-19T21:54:09.620 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-19T21:54:09.817 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-19T21:54:09.828 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-19T21:54:10.046 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-19T21:54:10.204 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-19T21:54:10.390 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-19T21:54:10.390 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-19T21:54:10.390 INFO:teuthology.orchestra.run.smithi061.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-19T21:54:10.391 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:54:10.551 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-19T21:54:10.813 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-19T21:54:11.182 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-19T21:54:11.212 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-19T21:54:11.284 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-19T21:54:11.415 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-19T21:54:11.496 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-19T21:54:11.593 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-19T21:54:11.982 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-19T21:54:12.220 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-19T21:54:12.240 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-19T21:54:12.934 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-19T21:54:12.952 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-19T21:54:12.977 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-19T21:54:13.151 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-19T21:54:13.235 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-19T21:54:13.335 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-19T21:54:13.553 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-19T21:54:13.631 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-19T21:54:13.677 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-19T21:54:13.677 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-19T21:54:13.712 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-19T21:54:13.928 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-19T21:54:13.940 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-19T21:54:13.994 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-19T21:54:14.149 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-19T21:54:14.177 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-19T21:54:14.177 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-19T21:54:14.358 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-19T21:54:14.378 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-19T21:54:14.507 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-19T21:54:14.507 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-19T21:54:14.520 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-19T21:54:14.670 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-19T21:54:14.685 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-19T21:54:14.804 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-19T21:54:14.857 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-19T21:54:14.968 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-19T21:54:15.048 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-19T21:54:15.048 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-19T21:54:15.137 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-19T21:54:15.250 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-19T21:54:15.261 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-19T21:54:15.413 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-19T21:54:15.414 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:15.416 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-19T21:54:15.479 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-19T21:54:15.567 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-19T21:54:15.569 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:15.687 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-19T21:54:15.725 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-19T21:54:15.920 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-19T21:54:15.923 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-19T21:54:16.088 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-19T21:54:16.106 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-19T21:54:16.116 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-19T21:54:16.236 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-19T21:54:16.237 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-19T21:54:16.274 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-19T21:54:16.441 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-19T21:54:16.441 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:16.483 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:16.483 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-19T21:54:16.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-19T21:54:16.485 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-19T21:54:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-19T21:54:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-19T21:54:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-19T21:54:16.486 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-19T21:54:16.528 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-19T21:54:16.657 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:16.735 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-19T21:54:16.735 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-19T21:54:16.897 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-19T21:54:17.030 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-19T21:54:17.193 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-19T21:54:17.205 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-19T21:54:17.338 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-19T21:54:17.510 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-19T21:54:17.598 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-19T21:54:17.599 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-19T21:54:17.600 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-19T21:54:17.696 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-19T21:54:17.846 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-19T21:54:17.950 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-19T21:54:17.950 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:20 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:54:18.008 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-19T21:54:18.008 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:18.188 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:18.733 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-19T21:54:19.001 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-19T21:54:19.001 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:21 ago on Sun 19 Nov 2023 09:51:57 PM UTC. 2023-11-19T21:54:19.142 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-19T21:54:19.143 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-19T21:54:19.144 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-19T21:54:19.145 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-19T21:54:20.567 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-19T21:54:20.567 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:15 ago on Sun 19 Nov 2023 09:52:05 PM UTC. 2023-11-19T21:54:21.192 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout:Downgraded: 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.377 INFO:teuthology.orchestra.run.smithi186.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:21.378 INFO:teuthology.orchestra.run.smithi186.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:21.379 INFO:teuthology.orchestra.run.smithi186.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-19T21:54:21.379 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:54:21.379 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:54:21.572 DEBUG:teuthology.parallel:result is None 2023-11-19T21:54:22.019 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:54:22.212 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:54:22.212 INFO:teuthology.orchestra.run.smithi162.stdout:Downgraded: 2023-11-19T21:54:22.212 INFO:teuthology.orchestra.run.smithi162.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.212 INFO:teuthology.orchestra.run.smithi162.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.213 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:54:22.214 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:54:22.417 DEBUG:teuthology.parallel:result is None 2023-11-19T21:54:23.848 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout:Downgraded: 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.064 INFO:teuthology.orchestra.run.smithi061.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-19T21:54:24.065 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:54:24.066 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:54:24.378 DEBUG:teuthology.parallel:result is None 2023-11-19T21:54:24.378 INFO:teuthology.run_tasks:Running task install... 2023-11-19T21:54:24.386 DEBUG:teuthology.task.install:project ceph 2023-11-19T21:54:24.386 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'}} 2023-11-19T21:54:24.386 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'} 2023-11-19T21:54:24.386 INFO:teuthology.task.install:Using flavor: default 2023-11-19T21:54:24.391 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-11-19T21:54:24.392 INFO:teuthology.task.install:extra packages: [] 2023-11-19T21:54:24.392 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': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', 'tag': None, 'wait_for_package': False} 2023-11-19T21:54:24.392 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:54:24.394 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': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', 'tag': None, 'wait_for_package': False} 2023-11-19T21:54:24.394 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:54:24.395 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': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', 'tag': None, 'wait_for_package': False} 2023-11-19T21:54:24.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:54:24.534 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/ 2023-11-19T21:54:24.534 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7418.gb0f45a51 2023-11-19T21:54:24.547 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/ 2023-11-19T21:54:24.547 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7418.gb0f45a51 2023-11-19T21:54:24.613 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/ 2023-11-19T21:54:24.613 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7418.gb0f45a51 2023-11-19T21:54:24.711 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-19T21:54:24.711 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T21:54:24.711 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-19T21:54:24.714 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-19T21:54:24.714 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T21:54:24.715 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-19T21:54:24.722 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-19T21:54:24.722 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T21:54:24.722 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-19T21:54:24.741 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-19T21:54:24.741 DEBUG:teuthology.orchestra.run.smithi061:> 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/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-19T21:54:24.747 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-19T21:54:24.747 DEBUG:teuthology.orchestra.run.smithi162:> 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/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-19T21:54:24.754 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-11-19T21:54:24.755 DEBUG:teuthology.orchestra.run.smithi186:> 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/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-19T21:54:24.810 DEBUG:teuthology.orchestra.run.smithi061:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-19T21:54:24.818 DEBUG:teuthology.orchestra.run.smithi162:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-19T21:54:24.826 DEBUG:teuthology.orchestra.run.smithi186:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-19T21:54:24.889 DEBUG:teuthology.orchestra.run.smithi061:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-19T21:54:24.899 DEBUG:teuthology.orchestra.run.smithi162:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-19T21:54:24.905 DEBUG:teuthology.orchestra.run.smithi186:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-19T21:54:24.956 INFO:teuthology.orchestra.run.smithi061.stdout:check_obsoletes = 1 2023-11-19T21:54:24.958 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum clean all 2023-11-19T21:54:24.966 INFO:teuthology.orchestra.run.smithi162.stdout:check_obsoletes = 1 2023-11-19T21:54:24.967 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum clean all 2023-11-19T21:54:24.973 INFO:teuthology.orchestra.run.smithi186.stdout:check_obsoletes = 1 2023-11-19T21:54:24.975 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum clean all 2023-11-19T21:54:25.343 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:54:25.348 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:54:25.348 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:54:26.437 INFO:teuthology.orchestra.run.smithi061.stdout:44 files removed 2023-11-19T21:54:26.493 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-radosgw 2023-11-19T21:54:26.523 INFO:teuthology.orchestra.run.smithi162.stdout:44 files removed 2023-11-19T21:54:26.577 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-radosgw 2023-11-19T21:54:26.581 INFO:teuthology.orchestra.run.smithi186.stdout:44 files removed 2023-11-19T21:54:26.636 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-radosgw 2023-11-19T21:54:26.847 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:54:26.909 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:54:26.968 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:54:28.099 INFO:teuthology.orchestra.run.smithi162.stdout:ceph packages for x86_64 201 kB/s | 81 kB 00:00 2023-11-19T21:54:28.150 INFO:teuthology.orchestra.run.smithi061.stdout:ceph packages for x86_64 230 kB/s | 81 kB 00:00 2023-11-19T21:54:28.175 INFO:teuthology.orchestra.run.smithi186.stdout:ceph packages for x86_64 203 kB/s | 81 kB 00:00 2023-11-19T21:54:28.400 INFO:teuthology.orchestra.run.smithi162.stdout:ceph noarch packages 35 kB/s | 9.4 kB 00:00 2023-11-19T21:54:28.451 INFO:teuthology.orchestra.run.smithi061.stdout:ceph noarch packages 35 kB/s | 9.4 kB 00:00 2023-11-19T21:54:28.534 INFO:teuthology.orchestra.run.smithi186.stdout:ceph noarch packages 29 kB/s | 9.4 kB 00:00 2023-11-19T21:54:28.692 INFO:teuthology.orchestra.run.smithi162.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-11-19T21:54:28.760 INFO:teuthology.orchestra.run.smithi061.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-11-19T21:54:28.826 INFO:teuthology.orchestra.run.smithi186.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-11-19T21:54:28.843 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-19T21:54:28.911 INFO:teuthology.orchestra.run.smithi061.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-19T21:54:28.977 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-19T21:54:30.112 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-19T21:54:31.461 INFO:teuthology.orchestra.run.smithi061.stdout:Extra Packages for Enterprise Linux 6.3 MB/s | 16 MB 00:02 2023-11-19T21:54:33.669 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 526 kB/s | 24 kB 00:00 2023-11-19T21:54:34.828 INFO:teuthology.orchestra.run.smithi162.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-11-19T21:54:35.245 INFO:teuthology.orchestra.run.smithi061.stdout:lab-extras 404 kB/s | 24 kB 00:00 2023-11-19T21:54:36.472 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 MB/s | 47 MB 00:01 2023-11-19T21:54:37.436 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 1.9 MB/s | 16 MB 00:08 2023-11-19T21:54:41.029 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 153 kB/s | 24 kB 00:00 2023-11-19T21:54:42.254 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-11-19T21:54:42.946 INFO:teuthology.orchestra.run.smithi162.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-11-19T21:54:45.323 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-11-19T21:54:50.280 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-11-19T21:54:54.050 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:54:54.052 INFO:teuthology.orchestra.run.smithi162.stdout:==================================================================================================== 2023-11-19T21:54:54.052 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:54:54.052 INFO:teuthology.orchestra.run.smithi162.stdout:==================================================================================================== 2023-11-19T21:54:54.052 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:54:54.052 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-radosgw x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 14 M 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout:Upgrading: 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: librados2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.8 M 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: librbd1 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.7 M 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-base x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 5.4 M 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-common x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 23 M 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-selinux x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 24 k 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: libcephfs2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 839 k 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-19T21:54:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: libradosstriper1 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 517 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: librgw2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 6.9 M 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: python3-ceph-argparse x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 45 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: python3-ceph-common x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 128 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cephfs x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 197 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rados x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 370 k 2023-11-19T21:54:54.054 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rbd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 364 k 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rgw x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 107 k 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout:==================================================================================================== 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout:Install 21 Packages 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout:Upgrade 2 Packages 2023-11-19T21:54:54.055 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:54:54.056 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 62 M 2023-11-19T21:54:54.056 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:54:55.003 INFO:teuthology.orchestra.run.smithi162.stdout:(1/23): ceph-base-18.0.0-7418.gb0f45a51.el8.x86 6.9 MB/s | 5.4 MB 00:00 2023-11-19T21:54:55.087 INFO:teuthology.orchestra.run.smithi162.stdout:(2/23): ceph-selinux-18.0.0-7418.gb0f45a51.el8. 292 kB/s | 24 kB 00:00 2023-11-19T21:54:55.520 INFO:teuthology.orchestra.run.smithi162.stdout:(3/23): libcephfs2-18.0.0-7418.gb0f45a51.el8.x8 1.9 MB/s | 839 kB 00:00 2023-11-19T21:54:55.670 INFO:teuthology.orchestra.run.smithi162.stdout:(4/23): ceph-radosgw-18.0.0-7418.gb0f45a51.el8. 9.6 MB/s | 14 MB 00:01 2023-11-19T21:54:55.921 INFO:teuthology.orchestra.run.smithi162.stdout:(5/23): libradosstriper1-18.0.0-7418.gb0f45a51. 1.3 MB/s | 517 kB 00:00 2023-11-19T21:54:55.996 INFO:teuthology.orchestra.run.smithi162.stdout:(6/23): python3-ceph-argparse-18.0.0-7418.gb0f4 598 kB/s | 45 kB 00:00 2023-11-19T21:54:56.129 INFO:teuthology.orchestra.run.smithi162.stdout:(7/23): python3-ceph-common-18.0.0-7418.gb0f45a 964 kB/s | 128 kB 00:00 2023-11-19T21:54:56.405 INFO:teuthology.orchestra.run.smithi162.stdout:(8/23): ceph-common-18.0.0-7418.gb0f45a51.el8.x 10 MB/s | 23 MB 00:02 2023-11-19T21:54:56.430 INFO:teuthology.orchestra.run.smithi162.stdout:(9/23): python3-cephfs-18.0.0-7418.gb0f45a51.el 655 kB/s | 197 kB 00:00 2023-11-19T21:54:56.522 INFO:teuthology.orchestra.run.smithi162.stdout:(10/23): librgw2-18.0.0-7418.gb0f45a51.el8.x86_ 8.1 MB/s | 6.9 MB 00:00 2023-11-19T21:54:56.547 INFO:teuthology.orchestra.run.smithi162.stdout:(11/23): python3-rados-18.0.0-7418.gb0f45a51.el 2.6 MB/s | 370 kB 00:00 2023-11-19T21:54:56.572 INFO:teuthology.orchestra.run.smithi162.stdout:(12/23): python3-rbd-18.0.0-7418.gb0f45a51.el8. 2.5 MB/s | 364 kB 00:00 2023-11-19T21:54:56.598 INFO:teuthology.orchestra.run.smithi162.stdout:(13/23): python3-rgw-18.0.0-7418.gb0f45a51.el8. 1.4 MB/s | 107 kB 00:00 2023-11-19T21:54:56.706 INFO:teuthology.orchestra.run.smithi162.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 543 kB/s | 59 kB 00:00 2023-11-19T21:54:56.731 INFO:teuthology.orchestra.run.smithi162.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 562 kB/s | 75 kB 00:00 2023-11-19T21:54:56.756 INFO:teuthology.orchestra.run.smithi162.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.4 MB/s | 306 kB 00:00 2023-11-19T21:54:56.840 INFO:teuthology.orchestra.run.smithi162.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-11-19T21:54:56.866 INFO:teuthology.orchestra.run.smithi162.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 425 kB/s | 44 kB 00:00 2023-11-19T21:54:56.900 INFO:teuthology.orchestra.run.smithi162.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 9.0 MB/s | 1.7 MB 00:00 2023-11-19T21:54:56.958 INFO:teuthology.orchestra.run.smithi162.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 510 kB/s | 47 kB 00:00 2023-11-19T21:54:56.984 INFO:teuthology.orchestra.run.smithi162.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-11-19T21:54:57.209 INFO:teuthology.orchestra.run.smithi162.stdout:(22/23): librbd1-18.0.0-7418.gb0f45a51.el8.x86_ 15 MB/s | 3.7 MB 00:00 2023-11-19T21:54:57.376 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout:==================================================================================================== 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout:==================================================================================================== 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-radosgw x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 14 M 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout:Upgrading: 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout: librados2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.8 M 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout: librbd1 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.7 M 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-base x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 5.4 M 2023-11-19T21:54:57.379 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-common x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 23 M 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-selinux x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 24 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: libcephfs2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 839 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: libradosstriper1 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 517 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: librgw2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 6.9 M 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-19T21:54:57.380 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-argparse x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 45 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-common x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 128 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cephfs x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 197 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rados x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 370 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rbd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 364 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rgw x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 107 k 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout:==================================================================================================== 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout:Install 21 Packages 2023-11-19T21:54:57.381 INFO:teuthology.orchestra.run.smithi061.stdout:Upgrade 2 Packages 2023-11-19T21:54:57.382 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:54:57.382 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 62 M 2023-11-19T21:54:57.382 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:54:57.567 INFO:teuthology.orchestra.run.smithi162.stdout:(23/23): librados2-18.0.0-7418.gb0f45a51.el8.x8 5.6 MB/s | 3.8 MB 00:00 2023-11-19T21:54:57.569 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:54:57.570 INFO:teuthology.orchestra.run.smithi162.stdout:Total 18 MB/s | 62 MB 00:03 2023-11-19T21:54:57.617 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:54:57.664 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:54:57.664 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:54:58.001 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:54:58.005 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:54:58.207 INFO:teuthology.orchestra.run.smithi061.stdout:(1/23): ceph-base-18.0.0-7418.gb0f45a51.el8.x86 11 MB/s | 5.4 MB 00:00 2023-11-19T21:54:58.257 INFO:teuthology.orchestra.run.smithi061.stdout:(2/23): ceph-selinux-18.0.0-7418.gb0f45a51.el8. 491 kB/s | 24 kB 00:00 2023-11-19T21:54:58.357 INFO:teuthology.orchestra.run.smithi061.stdout:(3/23): libcephfs2-18.0.0-7418.gb0f45a51.el8.x8 8.2 MB/s | 839 kB 00:00 2023-11-19T21:54:58.416 INFO:teuthology.orchestra.run.smithi061.stdout:(4/23): libradosstriper1-18.0.0-7418.gb0f45a51. 8.7 MB/s | 517 kB 00:00 2023-11-19T21:54:58.883 INFO:teuthology.orchestra.run.smithi061.stdout:(5/23): librgw2-18.0.0-7418.gb0f45a51.el8.x86_6 15 MB/s | 6.9 MB 00:00 2023-11-19T21:54:58.934 INFO:teuthology.orchestra.run.smithi061.stdout:(6/23): python3-ceph-argparse-18.0.0-7418.gb0f4 896 kB/s | 45 kB 00:00 2023-11-19T21:54:59.000 INFO:teuthology.orchestra.run.smithi061.stdout:(7/23): python3-ceph-common-18.0.0-7418.gb0f45a 1.9 MB/s | 128 kB 00:00 2023-11-19T21:54:59.059 INFO:teuthology.orchestra.run.smithi061.stdout:(8/23): python3-cephfs-18.0.0-7418.gb0f45a51.el 3.3 MB/s | 197 kB 00:00 2023-11-19T21:54:59.151 INFO:teuthology.orchestra.run.smithi061.stdout:(9/23): python3-rados-18.0.0-7418.gb0f45a51.el8 3.9 MB/s | 370 kB 00:00 2023-11-19T21:54:59.194 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:54:59.218 INFO:teuthology.orchestra.run.smithi061.stdout:(10/23): python3-rbd-18.0.0-7418.gb0f45a51.el8. 5.4 MB/s | 364 kB 00:00 2023-11-19T21:54:59.294 INFO:teuthology.orchestra.run.smithi061.stdout:(11/23): python3-rgw-18.0.0-7418.gb0f45a51.el8. 1.4 MB/s | 107 kB 00:00 2023-11-19T21:54:59.442 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-19T21:54:59.552 INFO:teuthology.orchestra.run.smithi061.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-11-19T21:54:59.619 INFO:teuthology.orchestra.run.smithi061.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 884 kB/s | 59 kB 00:00 2023-11-19T21:54:59.630 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-19T21:54:59.694 INFO:teuthology.orchestra.run.smithi061.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.0 MB/s | 75 kB 00:00 2023-11-19T21:54:59.870 INFO:teuthology.orchestra.run.smithi061.stdout:(15/23): ceph-radosgw-18.0.0-7418.gb0f45a51.el8 6.5 MB/s | 14 MB 00:02 2023-11-19T21:54:59.928 INFO:teuthology.orchestra.run.smithi061.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-11-19T21:54:59.962 INFO:teuthology.orchestra.run.smithi061.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-11-19T21:55:00.004 INFO:teuthology.orchestra.run.smithi061.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-11-19T21:55:00.029 INFO:teuthology.orchestra.run.smithi061.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.8 MB/s | 47 kB 00:00 2023-11-19T21:55:00.042 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-19T21:55:00.205 INFO:teuthology.orchestra.run.smithi162.stdout: Upgrading : librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:00.280 INFO:teuthology.orchestra.run.smithi061.stdout:(20/23): ceph-common-18.0.0-7418.gb0f45a51.el8. 8.8 MB/s | 23 MB 00:02 2023-11-19T21:55:00.300 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:00.363 INFO:teuthology.orchestra.run.smithi061.stdout:(21/23): librados2-18.0.0-7418.gb0f45a51.el8.x8 11 MB/s | 3.8 MB 00:00 2023-11-19T21:55:00.522 INFO:teuthology.orchestra.run.smithi061.stdout:(22/23): thrift-0.13.0-2.el8.x86_64.rpm 2.1 MB/s | 1.7 MB 00:00 2023-11-19T21:55:00.553 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/25 2023-11-19T21:55:00.589 INFO:teuthology.orchestra.run.smithi061.stdout:(23/23): librbd1-18.0.0-7418.gb0f45a51.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-11-19T21:55:00.591 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:55:00.591 INFO:teuthology.orchestra.run.smithi061.stdout:Total 19 MB/s | 62 MB 00:03 2023-11-19T21:55:00.636 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:55:00.683 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:55:00.684 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:55:00.782 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-19T21:55:01.022 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/25 2023-11-19T21:55:01.046 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:55:01.050 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:55:01.275 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:55:01.278 INFO:teuthology.orchestra.run.smithi186.stdout:==================================================================================================== 2023-11-19T21:55:01.278 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:55:01.278 INFO:teuthology.orchestra.run.smithi186.stdout:==================================================================================================== 2023-11-19T21:55:01.279 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:55:01.279 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 14 M 2023-11-19T21:55:01.279 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrading: 2023-11-19T21:55:01.279 INFO:teuthology.orchestra.run.smithi186.stdout: librados2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.8 M 2023-11-19T21:55:01.280 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.7 M 2023-11-19T21:55:01.280 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:55:01.280 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 5.4 M 2023-11-19T21:55:01.280 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 23 M 2023-11-19T21:55:01.281 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 24 k 2023-11-19T21:55:01.281 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-19T21:55:01.281 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 839 k 2023-11-19T21:55:01.281 INFO:teuthology.orchestra.run.smithi186.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-19T21:55:01.281 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-19T21:55:01.282 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 517 k 2023-11-19T21:55:01.282 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-19T21:55:01.282 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2 x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 6.9 M 2023-11-19T21:55:01.282 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 45 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 128 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 197 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 370 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 364 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 107 k 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:55:01.284 INFO:teuthology.orchestra.run.smithi186.stdout:==================================================================================================== 2023-11-19T21:55:01.285 INFO:teuthology.orchestra.run.smithi186.stdout:Install 21 Packages 2023-11-19T21:55:01.285 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrade 2 Packages 2023-11-19T21:55:01.285 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:01.285 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 62 M 2023-11-19T21:55:01.285 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:55:01.414 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/25 2023-11-19T21:55:01.655 INFO:teuthology.orchestra.run.smithi162.stdout: Upgrading : librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:01.723 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:01.920 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-19T21:55:02.022 INFO:teuthology.orchestra.run.smithi186.stdout:(1/23): ceph-base-18.0.0-7418.gb0f45a51.el8.x86 9.5 MB/s | 5.4 MB 00:00 2023-11-19T21:55:02.080 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-19T21:55:02.081 INFO:teuthology.orchestra.run.smithi186.stdout:(2/23): ceph-selinux-18.0.0-7418.gb0f45a51.el8. 419 kB/s | 24 kB 00:00 2023-11-19T21:55:02.167 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-19T21:55:02.189 INFO:teuthology.orchestra.run.smithi186.stdout:(3/23): libcephfs2-18.0.0-7418.gb0f45a51.el8.x8 7.6 MB/s | 839 kB 00:00 2023-11-19T21:55:02.281 INFO:teuthology.orchestra.run.smithi186.stdout:(4/23): libradosstriper1-18.0.0-7418.gb0f45a51. 5.5 MB/s | 517 kB 00:00 2023-11-19T21:55:02.284 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:55:02.307 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8. 10/25 2023-11-19T21:55:02.482 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-19T21:55:02.515 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 11/25 2023-11-19T21:55:02.606 INFO:teuthology.orchestra.run.smithi186.stdout:(5/23): ceph-radosgw-18.0.0-7418.gb0f45a51.el8. 12 MB/s | 14 MB 00:01 2023-11-19T21:55:02.656 INFO:teuthology.orchestra.run.smithi186.stdout:(6/23): python3-ceph-argparse-18.0.0-7418.gb0f4 900 kB/s | 45 kB 00:00 2023-11-19T21:55:02.690 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-19T21:55:02.774 INFO:teuthology.orchestra.run.smithi186.stdout:(7/23): librgw2-18.0.0-7418.gb0f45a51.el8.x86_6 14 MB/s | 6.9 MB 00:00 2023-11-19T21:55:02.799 INFO:teuthology.orchestra.run.smithi186.stdout:(8/23): python3-ceph-common-18.0.0-7418.gb0f45a 906 kB/s | 128 kB 00:00 2023-11-19T21:55:02.824 INFO:teuthology.orchestra.run.smithi186.stdout:(9/23): python3-cephfs-18.0.0-7418.gb0f45a51.el 3.8 MB/s | 197 kB 00:00 2023-11-19T21:55:02.849 INFO:teuthology.orchestra.run.smithi186.stdout:(10/23): python3-rados-18.0.0-7418.gb0f45a51.el 7.2 MB/s | 370 kB 00:00 2023-11-19T21:55:02.875 INFO:teuthology.orchestra.run.smithi186.stdout:(11/23): python3-rbd-18.0.0-7418.gb0f45a51.el8. 7.1 MB/s | 364 kB 00:00 2023-11-19T21:55:02.901 INFO:teuthology.orchestra.run.smithi186.stdout:(12/23): python3-rgw-18.0.0-7418.gb0f45a51.el8. 2.1 MB/s | 107 kB 00:00 2023-11-19T21:55:02.926 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 12/25 2023-11-19T21:55:03.063 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 13/25 2023-11-19T21:55:03.120 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-19T21:55:03.146 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 13/25 2023-11-19T21:55:03.289 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:03.298 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-19T21:55:03.374 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:03.475 INFO:teuthology.orchestra.run.smithi186.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 102 kB/s | 59 kB 00:00 2023-11-19T21:55:03.505 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-19T21:55:03.546 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/25 2023-11-19T21:55:03.813 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-19T21:55:03.951 INFO:teuthology.orchestra.run.smithi186.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 158 kB/s | 75 kB 00:00 2023-11-19T21:55:04.164 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/25 2023-11-19T21:55:04.322 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-19T21:55:04.529 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 17/25 2023-11-19T21:55:04.594 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/25 2023-11-19T21:55:04.594 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 17/25 2023-11-19T21:55:04.667 INFO:teuthology.orchestra.run.smithi186.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 171 kB/s | 306 kB 00:01 2023-11-19T21:55:04.726 INFO:teuthology.orchestra.run.smithi186.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 807 kB/s | 47 kB 00:00 2023-11-19T21:55:04.768 INFO:teuthology.orchestra.run.smithi186.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-11-19T21:55:04.797 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:04.810 INFO:teuthology.orchestra.run.smithi186.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-11-19T21:55:04.847 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 18/25 2023-11-19T21:55:04.852 INFO:teuthology.orchestra.run.smithi186.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-11-19T21:55:04.862 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:05.055 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x8 19/25 2023-11-19T21:55:05.090 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-19T21:55:05.161 INFO:teuthology.orchestra.run.smithi186.stdout:(20/23): librados2-18.0.0-7418.gb0f45a51.el8.x8 12 MB/s | 3.8 MB 00:00 2023-11-19T21:55:05.231 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-19T21:55:05.299 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-19T21:55:05.369 INFO:teuthology.orchestra.run.smithi186.stdout:(21/23): librbd1-18.0.0-7418.gb0f45a51.el8.x86_ 18 MB/s | 3.7 MB 00:00 2023-11-19T21:55:05.426 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8. 10/25 2023-11-19T21:55:05.643 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 11/25 2023-11-19T21:55:05.838 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 12/25 2023-11-19T21:55:06.006 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 13/25 2023-11-19T21:55:06.070 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 13/25 2023-11-19T21:55:06.202 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-19T21:55:06.362 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-19T21:55:07.255 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-19T21:55:07.430 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 17/25 2023-11-19T21:55:07.501 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 17/25 2023-11-19T21:55:07.611 INFO:teuthology.orchestra.run.smithi186.stdout:(22/23): ceph-common-18.0.0-7418.gb0f45a51.el8. 3.7 MB/s | 23 MB 00:06 2023-11-19T21:55:07.718 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 18/25 2023-11-19T21:55:07.914 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x8 19/25 2023-11-19T21:55:08.816 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:09.112 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:09.419 INFO:teuthology.orchestra.run.smithi186.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 325 kB/s | 1.7 MB 00:05 2023-11-19T21:55:09.421 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:55:09.421 INFO:teuthology.orchestra.run.smithi186.stdout:Total 7.6 MB/s | 62 MB 00:08 2023-11-19T21:55:09.471 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:55:09.517 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:55:09.517 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:55:09.709 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:09.862 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:55:09.865 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:55:09.968 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 21/25 2023-11-19T21:55:10.057 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 21/25 2023-11-19T21:55:10.228 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:11.022 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:55:11.215 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-19T21:55:11.394 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-19T21:55:11.790 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-19T21:55:11.935 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:12.017 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:12.026 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:12.281 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:12.417 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/25 2023-11-19T21:55:12.664 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-19T21:55:12.868 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/25 2023-11-19T21:55:12.908 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:13.194 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 21/25 2023-11-19T21:55:13.278 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 21/25 2023-11-19T21:55:13.283 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/25 2023-11-19T21:55:13.413 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:13.501 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:13.594 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:13.735 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-19T21:55:13.801 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-19T21:55:13.975 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-19T21:55:14.087 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8. 10/25 2023-11-19T21:55:14.303 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 11/25 2023-11-19T21:55:14.506 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 12/25 2023-11-19T21:55:14.651 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 13/25 2023-11-19T21:55:14.707 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 13/25 2023-11-19T21:55:14.836 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-11-19T21:55:15.013 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-11-19T21:55:15.853 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-11-19T21:55:16.018 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 17/25 2023-11-19T21:55:16.080 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 17/25 2023-11-19T21:55:16.286 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 18/25 2023-11-19T21:55:16.435 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x8 19/25 2023-11-19T21:55:20.345 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:20.593 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:21.180 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 20/25 2023-11-19T21:55:21.450 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 21/25 2023-11-19T21:55:21.531 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 21/25 2023-11-19T21:55:21.717 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /sys 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /proc 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /dev 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /run 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /mnt 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /var/tmp 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /home 2023-11-19T21:55:28.730 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /tmp 2023-11-19T21:55:28.731 INFO:teuthology.orchestra.run.smithi162.stdout:skipping the directory /dev 2023-11-19T21:55:28.731 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:30.181 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 23/25 2023-11-19T21:55:30.202 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 23/25 2023-11-19T21:55:30.202 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-19T21:55:30.418 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-19T21:55:30.418 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/25 2023-11-19T21:55:31.024 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 6/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8. 8/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x8 9/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 10/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 11/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 12/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 13/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-19T21:55:31.025 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-19T21:55:31.026 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 24/25 2023-11-19T21:55:32.413 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:32.413 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:00:50 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:55:32.778 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:32.778 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /sys 2023-11-19T21:55:32.778 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /proc 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /dev 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /run 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /mnt 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /var/tmp 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /home 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /tmp 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /dev 2023-11-19T21:55:32.779 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:34.300 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 23/25 2023-11-19T21:55:34.322 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 23/25 2023-11-19T21:55:34.322 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-19T21:55:34.638 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-19T21:55:34.638 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:34.960 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:55:35.146 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:35.146 INFO:teuthology.orchestra.run.smithi162.stdout:Upgraded: 2023-11-19T21:55:35.146 INFO:teuthology.orchestra.run.smithi162.stdout: librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.146 INFO:teuthology.orchestra.run.smithi162.stdout: librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.146 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-19T21:55:35.147 INFO:teuthology.orchestra.run.smithi162.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:35.148 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 6/25 2023-11-19T21:55:35.295 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8. 8/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x8 9/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 10/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 11/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 12/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 13/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-19T21:55:35.296 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-19T21:55:35.297 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-19T21:55:35.297 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-19T21:55:35.297 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:35.297 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-19T21:55:35.297 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 24/25 2023-11-19T21:55:35.306 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-test 2023-11-19T21:55:35.657 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:55:36.540 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:00:54 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:55:36.699 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:36.699 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:00:51 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:55:37.931 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================================ 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================================ 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-test x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 49 M 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout: libcephsqlite x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 183 k 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-19T21:55:37.932 INFO:teuthology.orchestra.run.smithi162.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-19T21:55:37.933 INFO:teuthology.orchestra.run.smithi162.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-19T21:55:37.933 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:37.937 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:55:37.937 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================================ 2023-11-19T21:55:37.937 INFO:teuthology.orchestra.run.smithi162.stdout:Install 6 Packages 2023-11-19T21:55:37.937 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:37.938 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 50 M 2023-11-19T21:55:37.938 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 223 M 2023-11-19T21:55:37.938 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:55:37.974 INFO:teuthology.orchestra.run.smithi162.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-11-19T21:55:38.083 INFO:teuthology.orchestra.run.smithi162.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.2 MB/s | 323 kB 00:00 2023-11-19T21:55:38.142 INFO:teuthology.orchestra.run.smithi162.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-11-19T21:55:38.242 INFO:teuthology.orchestra.run.smithi162.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.0 MB/s | 202 kB 00:00 2023-11-19T21:55:38.267 INFO:teuthology.orchestra.run.smithi162.stdout:(5/6): libcephsqlite-18.0.0-7418.gb0f45a51.el8. 549 kB/s | 183 kB 00:00 2023-11-19T21:55:39.506 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:55:39.708 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:39.708 INFO:teuthology.orchestra.run.smithi061.stdout:Upgraded: 2023-11-19T21:55:39.708 INFO:teuthology.orchestra.run.smithi061.stdout: librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.708 INFO:teuthology.orchestra.run.smithi061.stdout: librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.708 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:55:39.708 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-19T21:55:39.709 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:39.710 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:55:39.867 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-test 2023-11-19T21:55:40.237 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:55:40.702 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:40.702 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /sys 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /proc 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /dev 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /run 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /mnt 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /var/tmp 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /home 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /tmp 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /dev 2023-11-19T21:55:40.703 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:41.206 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:00:56 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:55:41.475 INFO:teuthology.orchestra.run.smithi162.stdout:(6/6): ceph-test-18.0.0-7418.gb0f45a51.el8.x86_ 14 MB/s | 49 MB 00:03 2023-11-19T21:55:41.477 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:55:41.478 INFO:teuthology.orchestra.run.smithi162.stdout:Total 14 MB/s | 50 MB 00:03 2023-11-19T21:55:41.516 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:55:41.537 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:55:41.537 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:55:41.803 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:55:41.807 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:55:42.122 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 23/25 2023-11-19T21:55:42.143 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 23/25 2023-11-19T21:55:42.143 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-19T21:55:42.276 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:55:42.367 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-19T21:55:42.367 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:42.413 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-19T21:55:42.503 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-19T21:55:42.675 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:55:42.676 INFO:teuthology.orchestra.run.smithi061.stdout:============================================================================================ 2023-11-19T21:55:42.676 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:55:42.676 INFO:teuthology.orchestra.run.smithi061.stdout:============================================================================================ 2023-11-19T21:55:42.676 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-test x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 49 M 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: libcephsqlite x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 183 k 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout:============================================================================================ 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout:Install 6 Packages 2023-11-19T21:55:42.677 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:42.678 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 50 M 2023-11-19T21:55:42.678 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 223 M 2023-11-19T21:55:42.678 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:55:42.716 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-19T21:55:42.733 INFO:teuthology.orchestra.run.smithi061.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.3 MB/s | 70 kB 00:00 2023-11-19T21:55:42.913 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-19T21:55:42.936 INFO:teuthology.orchestra.run.smithi061.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-11-19T21:55:43.006 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:43.006 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/25 2023-11-19T21:55:43.006 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/25 2023-11-19T21:55:43.006 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/25 2023-11-19T21:55:43.006 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/25 2023-11-19T21:55:43.006 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/25 2023-11-19T21:55:43.007 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_6 6/25 2023-11-19T21:55:43.007 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 7/25 2023-11-19T21:55:43.007 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8. 8/25 2023-11-19T21:55:43.007 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x8 9/25 2023-11-19T21:55:43.008 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 10/25 2023-11-19T21:55:43.008 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 11/25 2023-11-19T21:55:43.008 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 12/25 2023-11-19T21:55:43.009 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 13/25 2023-11-19T21:55:43.009 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-19T21:55:43.009 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-19T21:55:43.009 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-19T21:55:43.010 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-19T21:55:43.010 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-19T21:55:43.010 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-19T21:55:43.010 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-19T21:55:43.011 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-19T21:55:43.011 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 22/25 2023-11-19T21:55:43.011 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-19T21:55:43.011 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 24/25 2023-11-19T21:55:43.095 INFO:teuthology.orchestra.run.smithi061.stdout:(3/6): libcephsqlite-18.0.0-7418.gb0f45a51.el8. 440 kB/s | 183 kB 00:00 2023-11-19T21:55:43.096 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-19T21:55:43.119 INFO:teuthology.orchestra.run.smithi061.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-11-19T21:55:43.228 INFO:teuthology.orchestra.run.smithi061.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-11-19T21:55:43.246 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/6 2023-11-19T21:55:44.364 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-19T21:55:44.364 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:55 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:55:45.153 INFO:teuthology.orchestra.run.smithi061.stdout:(6/6): ceph-test-18.0.0-7418.gb0f45a51.el8.x86_ 20 MB/s | 49 MB 00:02 2023-11-19T21:55:45.169 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:55:45.169 INFO:teuthology.orchestra.run.smithi061.stdout:Total 20 MB/s | 50 MB 00:02 2023-11-19T21:55:45.195 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:55:45.219 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:55:45.219 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:55:45.499 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:55:45.503 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:55:45.991 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:55:46.161 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-19T21:55:46.246 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-19T21:55:46.448 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-19T21:55:46.627 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-19T21:55:46.784 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-19T21:55:46.909 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/6 2023-11-19T21:55:47.976 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/6 2023-11-19T21:55:48.250 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/6 2023-11-19T21:55:48.489 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/6 2023-11-19T21:55:48.490 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/6 2023-11-19T21:55:48.490 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/6 2023-11-19T21:55:48.490 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-19T21:55:48.490 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-19T21:55:48.490 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-19T21:55:48.810 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:55:48.996 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:48.996 INFO:teuthology.orchestra.run.smithi186.stdout:Upgraded: 2023-11-19T21:55:48.996 INFO:teuthology.orchestra.run.smithi186.stdout: librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-19T21:55:48.997 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:48.998 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:55:49.162 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-test 2023-11-19T21:55:49.513 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:55:49.616 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-19T21:55:49.616 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:07 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:55:50.653 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:01 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:55:52.012 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:55:52.013 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2023-11-19T21:55:52.013 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:55:52.014 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2023-11-19T21:55:52.014 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:55:52.014 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 49 M 2023-11-19T21:55:52.014 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:55:52.014 INFO:teuthology.orchestra.run.smithi186.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-19T21:55:52.014 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 183 k 2023-11-19T21:55:52.015 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-19T21:55:52.015 INFO:teuthology.orchestra.run.smithi186.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-19T21:55:52.015 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-19T21:55:52.015 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:52.015 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:55:52.015 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2023-11-19T21:55:52.016 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2023-11-19T21:55:52.016 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:55:52.017 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 50 M 2023-11-19T21:55:52.017 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 223 M 2023-11-19T21:55:52.017 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:55:52.035 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/6 2023-11-19T21:55:52.046 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-11-19T21:55:52.188 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2023-11-19T21:55:52.296 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-11-19T21:55:52.305 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/6 2023-11-19T21:55:52.322 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): libcephsqlite-18.0.0-7418.gb0f45a51.el8. 598 kB/s | 183 kB 00:00 2023-11-19T21:55:52.372 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 2.6 MB/s | 202 kB 00:00 2023-11-19T21:55:52.546 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/6 2023-11-19T21:55:52.546 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/6 2023-11-19T21:55:52.546 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/6 2023-11-19T21:55:52.546 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-19T21:55:52.547 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-19T21:55:52.547 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-19T21:55:53.631 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-19T21:55:53.632 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:08 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:55:54.564 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): ceph-test-18.0.0-7418.gb0f45a51.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-19T21:55:54.565 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:55:54.566 INFO:teuthology.orchestra.run.smithi186.stdout:Total 20 MB/s | 50 MB 00:02 2023-11-19T21:55:54.604 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:55:54.625 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:55:54.626 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:55:54.892 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:55:54.895 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:55:55.371 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:55:55.579 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-19T21:55:55.664 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-19T21:55:55.686 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:55:55.866 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-19T21:55:55.866 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:55.866 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:55:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: jq-1.6-3.el8.x86_64 2023-11-19T21:55:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-19T21:55:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-19T21:55:55.867 INFO:teuthology.orchestra.run.smithi162.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-19T21:55:55.868 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:55.868 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:55:55.997 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph 2023-11-19T21:55:56.046 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-19T21:55:56.220 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-19T21:55:56.333 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:55:56.354 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/6 2023-11-19T21:55:58.008 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:16 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:55:58.780 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:55:58.980 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:58.980 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:55:58.980 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:58.980 INFO:teuthology.orchestra.run.smithi061.stdout: jq-1.6-3.el8.x86_64 2023-11-19T21:55:58.980 INFO:teuthology.orchestra.run.smithi061.stdout: libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:55:58.981 INFO:teuthology.orchestra.run.smithi061.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-19T21:55:58.981 INFO:teuthology.orchestra.run.smithi061.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-19T21:55:58.981 INFO:teuthology.orchestra.run.smithi061.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-19T21:55:58.981 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:55:58.981 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:55:59.127 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph 2023-11-19T21:55:59.376 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:55:59.379 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================= 2023-11-19T21:55:59.379 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================= 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout: ceph x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 6.4 k 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mds x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 2.3 M 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 1.6 M 2023-11-19T21:55:59.380 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 242 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mon x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 4.6 M 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-osd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 18 M 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-19T21:55:59.381 INFO:teuthology.orchestra.run.smithi162.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-19T21:55:59.382 INFO:teuthology.orchestra.run.smithi162.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================= 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout:Install 32 Packages 2023-11-19T21:55:59.383 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:55:59.384 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 30 M 2023-11-19T21:55:59.384 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 121 M 2023-11-19T21:55:59.384 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:55:59.481 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:55:59.673 INFO:teuthology.orchestra.run.smithi162.stdout:(1/32): ceph-18.0.0-7418.gb0f45a51.el8.x86_64.r 53 kB/s | 6.4 kB 00:00 2023-11-19T21:55:59.840 INFO:teuthology.orchestra.run.smithi162.stdout:(2/32): ceph-mgr-18.0.0-7418.gb0f45a51.el8.x86_ 5.7 MB/s | 1.6 MB 00:00 2023-11-19T21:56:00.482 INFO:teuthology.orchestra.run.smithi162.stdout:(3/32): ceph-mds-18.0.0-7418.gb0f45a51.el8.x86_ 2.5 MB/s | 2.3 MB 00:00 2023-11-19T21:56:00.582 INFO:teuthology.orchestra.run.smithi162.stdout:(4/32): ceph-mon-18.0.0-7418.gb0f45a51.el8.x86_ 5.1 MB/s | 4.6 MB 00:00 2023-11-19T21:56:00.607 INFO:teuthology.orchestra.run.smithi162.stdout:(5/32): ceph-mgr-modules-core-18.0.0-7418.gb0f4 1.9 MB/s | 242 kB 00:00 2023-11-19T21:56:00.858 INFO:teuthology.orchestra.run.smithi162.stdout:(6/32): ceph-osd-18.0.0-7418.gb0f45a51.el8.x86_ 18 MB/s | 18 MB 00:01 2023-11-19T21:56:00.875 INFO:teuthology.orchestra.run.smithi162.stdout:(7/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 149 kB/s | 44 kB 00:00 2023-11-19T21:56:00.908 INFO:teuthology.orchestra.run.smithi162.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 616 kB/s | 185 kB 00:00 2023-11-19T21:56:00.932 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:15 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:01.000 INFO:teuthology.orchestra.run.smithi162.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 121 kB/s | 11 kB 00:00 2023-11-19T21:56:01.084 INFO:teuthology.orchestra.run.smithi162.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 211 kB/s | 18 kB 00:00 2023-11-19T21:56:01.114 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/6 2023-11-19T21:56:01.142 INFO:teuthology.orchestra.run.smithi162.stdout:(11/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.4 MB/s | 384 kB 00:00 2023-11-19T21:56:01.176 INFO:teuthology.orchestra.run.smithi162.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 531 kB/s | 49 kB 00:00 2023-11-19T21:56:01.201 INFO:teuthology.orchestra.run.smithi162.stdout:(13/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 503 kB/s | 173 kB 00:00 2023-11-19T21:56:01.269 INFO:teuthology.orchestra.run.smithi162.stdout:(14/32): python3-more-itertools-7.2.0-3.el8.noa 464 kB/s | 59 kB 00:00 2023-11-19T21:56:01.293 INFO:teuthology.orchestra.run.smithi162.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 170 kB/s | 16 kB 00:00 2023-11-19T21:56:01.318 INFO:teuthology.orchestra.run.smithi162.stdout:(16/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.9 MB/s | 283 kB 00:00 2023-11-19T21:56:01.352 INFO:teuthology.orchestra.run.smithi162.stdout:(17/32): python3-simplegeneric-0.8.1-17.el8.noa 226 kB/s | 19 kB 00:00 2023-11-19T21:56:01.358 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/6 2023-11-19T21:56:01.377 INFO:teuthology.orchestra.run.smithi162.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 286 kB/s | 24 kB 00:00 2023-11-19T21:56:01.403 INFO:teuthology.orchestra.run.smithi162.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 348 kB/s | 29 kB 00:00 2023-11-19T21:56:01.436 INFO:teuthology.orchestra.run.smithi162.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 328 kB/s | 27 kB 00:00 2023-11-19T21:56:01.528 INFO:teuthology.orchestra.run.smithi162.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 933 kB/s | 85 kB 00:00 2023-11-19T21:56:01.554 INFO:teuthology.orchestra.run.smithi162.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.6 MB/s | 251 kB 00:00 2023-11-19T21:56:01.579 INFO:teuthology.orchestra.run.smithi162.stdout:(23/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.2 MB/s | 255 kB 00:00 2023-11-19T21:56:01.587 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 6/6 2023-11-19T21:56:01.587 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/6 2023-11-19T21:56:01.587 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/6 2023-11-19T21:56:01.587 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-19T21:56:01.587 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-19T21:56:01.587 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-19T21:56:01.604 INFO:teuthology.orchestra.run.smithi162.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 303 kB/s | 23 kB 00:00 2023-11-19T21:56:01.713 INFO:teuthology.orchestra.run.smithi162.stdout:(25/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.6 MB/s | 157 kB 00:00 2023-11-19T21:56:01.763 INFO:teuthology.orchestra.run.smithi162.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 211 kB/s | 39 kB 00:00 2023-11-19T21:56:01.788 INFO:teuthology.orchestra.run.smithi162.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 231 kB/s | 54 kB 00:00 2023-11-19T21:56:01.856 INFO:teuthology.orchestra.run.smithi162.stdout:(28/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.1 MB/s | 457 kB 00:00 2023-11-19T21:56:01.889 INFO:teuthology.orchestra.run.smithi162.stdout:(29/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 826 kB/s | 103 kB 00:00 2023-11-19T21:56:01.914 INFO:teuthology.orchestra.run.smithi162.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 870 kB/s | 109 kB 00:00 2023-11-19T21:56:01.956 INFO:teuthology.orchestra.run.smithi162.stdout:(31/32): python3-cryptography-3.2.1-5.el8.x86_6 5.5 MB/s | 559 kB 00:00 2023-11-19T21:56:01.981 INFO:teuthology.orchestra.run.smithi162.stdout:(32/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 2.5 MB/s | 238 kB 00:00 2023-11-19T21:56:01.983 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:01.983 INFO:teuthology.orchestra.run.smithi162.stdout:Total 12 MB/s | 30 MB 00:02 2023-11-19T21:56:02.075 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:56:02.112 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:56:02.113 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:56:02.326 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:56:02.329 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:56:02.433 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================= 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================= 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout: ceph x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 6.4 k 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mds x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 2.3 M 2023-11-19T21:56:02.437 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 1.6 M 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 242 k 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mon x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 4.6 M 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-osd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 18 M 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-19T21:56:02.438 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-19T21:56:02.439 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-19T21:56:02.440 INFO:teuthology.orchestra.run.smithi061.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-19T21:56:02.441 INFO:teuthology.orchestra.run.smithi061.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-19T21:56:02.441 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:02.441 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:56:02.441 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================= 2023-11-19T21:56:02.441 INFO:teuthology.orchestra.run.smithi061.stdout:Install 32 Packages 2023-11-19T21:56:02.441 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:02.442 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 30 M 2023-11-19T21:56:02.442 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 121 M 2023-11-19T21:56:02.442 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:56:02.726 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-19T21:56:02.726 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:13 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:02.779 INFO:teuthology.orchestra.run.smithi061.stdout:(1/32): ceph-18.0.0-7418.gb0f45a51.el8.x86_64.r 55 kB/s | 6.4 kB 00:00 2023-11-19T21:56:02.980 INFO:teuthology.orchestra.run.smithi061.stdout:(2/32): ceph-mds-18.0.0-7418.gb0f45a51.el8.x86_ 7.3 MB/s | 2.3 MB 00:00 2023-11-19T21:56:03.448 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:56:03.622 INFO:teuthology.orchestra.run.smithi061.stdout:(3/32): ceph-mgr-18.0.0-7418.gb0f45a51.el8.x86_ 1.7 MB/s | 1.6 MB 00:00 2023-11-19T21:56:03.788 INFO:teuthology.orchestra.run.smithi061.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7418.gb0f4 1.4 MB/s | 242 kB 00:00 2023-11-19T21:56:03.964 INFO:teuthology.orchestra.run.smithi061.stdout:(5/32): ceph-osd-18.0.0-7418.gb0f45a51.el8.x86_ 18 MB/s | 18 MB 00:00 2023-11-19T21:56:04.039 INFO:teuthology.orchestra.run.smithi061.stdout:(6/32): ceph-mon-18.0.0-7418.gb0f45a51.el8.x86_ 3.7 MB/s | 4.6 MB 00:01 2023-11-19T21:56:04.235 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-19T21:56:04.347 INFO:teuthology.orchestra.run.smithi061.stdout:(7/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 78 kB/s | 44 kB 00:00 2023-11-19T21:56:04.498 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-19T21:56:04.656 INFO:teuthology.orchestra.run.smithi061.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 269 kB/s | 185 kB 00:00 2023-11-19T21:56:04.707 INFO:teuthology.orchestra.run.smithi061.stdout:(9/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 259 kB/s | 173 kB 00:00 2023-11-19T21:56:04.729 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-19T21:56:04.782 INFO:teuthology.orchestra.run.smithi061.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 89 kB/s | 11 kB 00:00 2023-11-19T21:56:04.807 INFO:teuthology.orchestra.run.smithi061.stdout:(11/32): python3-cherrypy-18.4.0-1.el8.noarch.r 837 kB/s | 384 kB 00:00 2023-11-19T21:56:04.832 INFO:teuthology.orchestra.run.smithi061.stdout:(12/32): python3-jaraco-functools-2.0-4.el8.noa 140 kB/s | 18 kB 00:00 2023-11-19T21:56:04.924 INFO:teuthology.orchestra.run.smithi061.stdout:(13/32): python3-logutils-0.3.5-11.el8.noarch.r 343 kB/s | 49 kB 00:00 2023-11-19T21:56:04.949 INFO:teuthology.orchestra.run.smithi061.stdout:(14/32): python3-more-itertools-7.2.0-3.el8.noa 413 kB/s | 59 kB 00:00 2023-11-19T21:56:05.058 INFO:teuthology.orchestra.run.smithi061.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 117 kB/s | 16 kB 00:00 2023-11-19T21:56:05.083 INFO:teuthology.orchestra.run.smithi061.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 140 kB/s | 19 kB 00:00 2023-11-19T21:56:05.100 INFO:teuthology.orchestra.run.smithi061.stdout:(17/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.0 MB/s | 283 kB 00:00 2023-11-19T21:56:05.128 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-19T21:56:05.184 INFO:teuthology.orchestra.run.smithi061.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 190 kB/s | 24 kB 00:00 2023-11-19T21:56:05.209 INFO:teuthology.orchestra.run.smithi061.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 233 kB/s | 29 kB 00:00 2023-11-19T21:56:05.234 INFO:teuthology.orchestra.run.smithi061.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 205 kB/s | 27 kB 00:00 2023-11-19T21:56:05.376 INFO:teuthology.orchestra.run.smithi061.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 603 kB/s | 85 kB 00:00 2023-11-19T21:56:05.402 INFO:teuthology.orchestra.run.smithi061.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.3 MB/s | 251 kB 00:00 2023-11-19T21:56:05.427 INFO:teuthology.orchestra.run.smithi061.stdout:(23/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.0 MB/s | 255 kB 00:00 2023-11-19T21:56:05.435 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-19T21:56:05.511 INFO:teuthology.orchestra.run.smithi061.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 171 kB/s | 23 kB 00:00 2023-11-19T21:56:05.598 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-19T21:56:05.619 INFO:teuthology.orchestra.run.smithi061.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 250 kB/s | 54 kB 00:00 2023-11-19T21:56:05.645 INFO:teuthology.orchestra.run.smithi061.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 179 kB/s | 39 kB 00:00 2023-11-19T21:56:05.687 INFO:teuthology.orchestra.run.smithi061.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 895 kB/s | 157 kB 00:00 2023-11-19T21:56:05.712 INFO:teuthology.orchestra.run.smithi061.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 1.5 MB/s | 103 kB 00:00 2023-11-19T21:56:05.745 INFO:teuthology.orchestra.run.smithi061.stdout:(29/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.6 MB/s | 457 kB 00:00 2023-11-19T21:56:05.798 INFO:teuthology.orchestra.run.smithi061.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 987 kB/s | 109 kB 00:00 2023-11-19T21:56:05.800 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-19T21:56:05.914 INFO:teuthology.orchestra.run.smithi061.stdout:(31/32): python3-cryptography-3.2.1-5.el8.x86_6 2.7 MB/s | 559 kB 00:00 2023-11-19T21:56:05.973 INFO:teuthology.orchestra.run.smithi061.stdout:(32/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.0 MB/s | 238 kB 00:00 2023-11-19T21:56:05.977 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:05.977 INFO:teuthology.orchestra.run.smithi061.stdout:Total 8.6 MB/s | 30 MB 00:03 2023-11-19T21:56:06.074 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:56:06.115 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:56:06.115 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:56:06.117 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-19T21:56:06.340 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:56:06.344 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-19T21:56:06.344 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:56:06.576 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-19T21:56:06.819 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-19T21:56:07.006 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-19T21:56:07.257 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-19T21:56:07.439 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-19T21:56:07.497 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:56:07.665 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-19T21:56:07.791 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:56:07.834 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-19T21:56:07.973 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:07.974 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:56:07.974 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:07.974 INFO:teuthology.orchestra.run.smithi186.stdout: jq-1.6-3.el8.x86_64 2023-11-19T21:56:07.975 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:07.975 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-19T21:56:07.975 INFO:teuthology.orchestra.run.smithi186.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-19T21:56:07.975 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-19T21:56:07.976 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:07.976 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:56:08.002 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-19T21:56:08.114 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-19T21:56:08.123 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph 2023-11-19T21:56:08.154 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-19T21:56:08.340 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-19T21:56:08.418 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-19T21:56:08.461 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:08.599 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-11-19T21:56:08.652 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-19T21:56:08.854 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-19T21:56:08.980 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-11-19T21:56:09.117 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-19T21:56:09.235 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-11-19T21:56:09.370 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-19T21:56:09.431 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-11-19T21:56:09.600 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-19T21:56:09.615 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-11-19T21:56:09.898 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-19T21:56:09.929 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-11-19T21:56:10.019 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:21 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:10.110 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-11-19T21:56:10.229 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-19T21:56:10.361 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-11-19T21:56:10.559 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-11-19T21:56:10.581 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8. 27/32 2023-11-19T21:56:10.746 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 28/32 2023-11-19T21:56:10.764 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-11-19T21:56:10.968 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-19T21:56:11.146 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-19T21:56:11.368 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-19T21:56:11.421 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:56:11.424 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================= 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================= 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: ceph x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 6.4 k 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 2.3 M 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 1.6 M 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 242 k 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 4.6 M 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 18 M 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-19T21:56:11.425 INFO:teuthology.orchestra.run.smithi186.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-19T21:56:11.426 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-11-19T21:56:11.427 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================= 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout:Install 32 Packages 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 30 M 2023-11-19T21:56:11.428 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 121 M 2023-11-19T21:56:11.429 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:56:11.524 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-19T21:56:11.708 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-19T21:56:11.853 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-19T21:56:11.938 INFO:teuthology.orchestra.run.smithi186.stdout:(1/32): ceph-18.0.0-7418.gb0f45a51.el8.x86_64.r 34 kB/s | 6.4 kB 00:00 2023-11-19T21:56:12.104 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-19T21:56:12.247 INFO:teuthology.orchestra.run.smithi186.stdout:(2/32): ceph-mds-18.0.0-7418.gb0f45a51.el8.x86_ 4.7 MB/s | 2.3 MB 00:00 2023-11-19T21:56:12.289 INFO:teuthology.orchestra.run.smithi186.stdout:(3/32): ceph-mgr-18.0.0-7418.gb0f45a51.el8.x86_ 3.0 MB/s | 1.6 MB 00:00 2023-11-19T21:56:12.343 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 28/32 2023-11-19T21:56:12.351 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-19T21:56:12.406 INFO:teuthology.orchestra.run.smithi186.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7418.gb0f4 2.0 MB/s | 242 kB 00:00 2023-11-19T21:56:12.528 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-19T21:56:12.554 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 29/32 2023-11-19T21:56:12.590 INFO:teuthology.orchestra.run.smithi186.stdout:(5/32): ceph-mon-18.0.0-7418.gb0f45a51.el8.x86_ 7.1 MB/s | 4.6 MB 00:00 2023-11-19T21:56:12.740 INFO:teuthology.orchestra.run.smithi186.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 131 kB/s | 44 kB 00:00 2023-11-19T21:56:12.806 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-19T21:56:13.007 INFO:teuthology.orchestra.run.smithi186.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 647 kB/s | 173 kB 00:00 2023-11-19T21:56:13.015 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 29/32 2023-11-19T21:56:13.048 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-19T21:56:13.191 INFO:teuthology.orchestra.run.smithi186.stdout:(8/32): ceph-osd-18.0.0-7418.gb0f45a51.el8.x86_ 19 MB/s | 18 MB 00:00 2023-11-19T21:56:13.206 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 30/32 2023-11-19T21:56:13.216 INFO:teuthology.orchestra.run.smithi186.stdout:(9/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 296 kB/s | 185 kB 00:00 2023-11-19T21:56:13.250 INFO:teuthology.orchestra.run.smithi186.stdout:(10/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.6 MB/s | 384 kB 00:00 2023-11-19T21:56:13.276 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-19T21:56:13.291 INFO:teuthology.orchestra.run.smithi186.stdout:(11/32): python3-jaraco-6.2-6.el8.noarch.rpm 110 kB/s | 11 kB 00:00 2023-11-19T21:56:13.358 INFO:teuthology.orchestra.run.smithi186.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 448 kB/s | 49 kB 00:00 2023-11-19T21:56:13.400 INFO:teuthology.orchestra.run.smithi186.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 541 kB/s | 59 kB 00:00 2023-11-19T21:56:13.435 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 30/32 2023-11-19T21:56:13.459 INFO:teuthology.orchestra.run.smithi186.stdout:(14/32): python3-jaraco-functools-2.0-4.el8.noa 72 kB/s | 18 kB 00:00 2023-11-19T21:56:13.484 INFO:teuthology.orchestra.run.smithi186.stdout:(15/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2023-11-19T21:56:13.501 INFO:teuthology.orchestra.run.smithi186.stdout:(16/32): python3-portend-2.6-1.el8.noarch.rpm 155 kB/s | 16 kB 00:00 2023-11-19T21:56:13.582 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-19T21:56:13.584 INFO:teuthology.orchestra.run.smithi186.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 239 kB/s | 24 kB 00:00 2023-11-19T21:56:13.597 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 31/32 2023-11-19T21:56:13.601 INFO:teuthology.orchestra.run.smithi186.stdout:(18/32): python3-simplegeneric-0.8.1-17.el8.noa 131 kB/s | 19 kB 00:00 2023-11-19T21:56:13.615 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 31/32 2023-11-19T21:56:13.627 INFO:teuthology.orchestra.run.smithi186.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 233 kB/s | 29 kB 00:00 2023-11-19T21:56:13.677 INFO:teuthology.orchestra.run.smithi186.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 298 kB/s | 27 kB 00:00 2023-11-19T21:56:13.745 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 32/32 2023-11-19T21:56:13.777 INFO:teuthology.orchestra.run.smithi186.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.4 MB/s | 255 kB 00:00 2023-11-19T21:56:13.803 INFO:teuthology.orchestra.run.smithi186.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 682 kB/s | 85 kB 00:00 2023-11-19T21:56:13.870 INFO:teuthology.orchestra.run.smithi186.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 250 kB/s | 23 kB 00:00 2023-11-19T21:56:13.919 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-19T21:56:13.970 INFO:teuthology.orchestra.run.smithi186.stdout:(24/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 733 kB/s | 251 kB 00:00 2023-11-19T21:56:13.995 INFO:teuthology.orchestra.run.smithi186.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 568 kB/s | 109 kB 00:00 2023-11-19T21:56:14.045 INFO:teuthology.orchestra.run.smithi186.stdout:(26/32): python3-cryptography-3.2.1-5.el8.x86_6 3.1 MB/s | 559 kB 00:00 2023-11-19T21:56:14.103 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 32/32 2023-11-19T21:56:14.103 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/32 2023-11-19T21:56:14.103 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/32 2023-11-19T21:56:14.103 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/32 2023-11-19T21:56:14.103 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/32 2023-11-19T21:56:14.103 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8. 6/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-19T21:56:14.104 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-19T21:56:14.105 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-19T21:56:14.106 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-19T21:56:14.106 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-19T21:56:14.106 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-19T21:56:14.106 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-19T21:56:14.121 INFO:teuthology.orchestra.run.smithi186.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 433 kB/s | 54 kB 00:00 2023-11-19T21:56:14.188 INFO:teuthology.orchestra.run.smithi186.stdout:(28/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.1 MB/s | 238 kB 00:00 2023-11-19T21:56:14.213 INFO:teuthology.orchestra.run.smithi186.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 232 kB/s | 39 kB 00:00 2023-11-19T21:56:14.290 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8. 27/32 2023-11-19T21:56:14.305 INFO:teuthology.orchestra.run.smithi186.stdout:(30/32): python3-mako-1.0.6-13.el8.noarch.rpm 853 kB/s | 157 kB 00:00 2023-11-19T21:56:14.372 INFO:teuthology.orchestra.run.smithi186.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.4 MB/s | 457 kB 00:00 2023-11-19T21:56:14.397 INFO:teuthology.orchestra.run.smithi186.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 563 kB/s | 103 kB 00:00 2023-11-19T21:56:14.399 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:14.399 INFO:teuthology.orchestra.run.smithi186.stdout:Total 10 MB/s | 30 MB 00:02 2023-11-19T21:56:14.436 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 28/32 2023-11-19T21:56:14.493 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:56:14.530 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:56:14.530 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:56:14.743 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:56:14.746 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:56:15.843 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:56:16.048 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-19T21:56:16.140 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 28/32 2023-11-19T21:56:16.319 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 29/32 2023-11-19T21:56:16.591 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-19T21:56:16.775 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-19T21:56:16.775 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:34 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:16.809 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 29/32 2023-11-19T21:56:16.830 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-11-19T21:56:17.005 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 30/32 2023-11-19T21:56:17.058 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-11-19T21:56:17.244 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 30/32 2023-11-19T21:56:17.264 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-11-19T21:56:17.380 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 31/32 2023-11-19T21:56:17.399 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 31/32 2023-11-19T21:56:17.432 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-11-19T21:56:17.520 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 32/32 2023-11-19T21:56:17.669 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-11-19T21:56:17.892 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 32/32 2023-11-19T21:56:17.892 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/32 2023-11-19T21:56:17.892 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/32 2023-11-19T21:56:17.892 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/32 2023-11-19T21:56:17.892 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/32 2023-11-19T21:56:17.892 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8. 6/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-19T21:56:17.893 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-11-19T21:56:17.894 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-11-19T21:56:17.895 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-11-19T21:56:17.895 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-11-19T21:56:17.895 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-11-19T21:56:17.895 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-11-19T21:56:18.014 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-11-19T21:56:18.304 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-11-19T21:56:18.508 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-11-19T21:56:18.710 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-11-19T21:56:18.925 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-11-19T21:56:19.152 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-11-19T21:56:19.332 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-11-19T21:56:19.496 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-11-19T21:56:19.643 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-11-19T21:56:19.757 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:56:19.778 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-11-19T21:56:19.889 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-11-19T21:56:19.948 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:19.948 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:56:19.948 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:19.948 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:19.948 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:19.948 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-19T21:56:19.949 INFO:teuthology.orchestra.run.smithi162.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-portend-2.6-1.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-19T21:56:19.950 INFO:teuthology.orchestra.run.smithi162.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-19T21:56:19.951 INFO:teuthology.orchestra.run.smithi162.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-19T21:56:19.951 INFO:teuthology.orchestra.run.smithi162.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-19T21:56:19.951 INFO:teuthology.orchestra.run.smithi162.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-19T21:56:19.951 INFO:teuthology.orchestra.run.smithi162.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-19T21:56:19.951 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:19.951 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:56:20.093 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-base 2023-11-19T21:56:20.111 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-11-19T21:56:20.320 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-11-19T21:56:20.392 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-11-19T21:56:20.392 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:35 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:20.442 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:20.506 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-19T21:56:20.780 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-19T21:56:21.022 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-19T21:56:21.227 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-11-19T21:56:21.296 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:39 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:21.552 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-11-19T21:56:21.882 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-19T21:56:22.200 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8. 27/32 2023-11-19T21:56:22.349 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 28/32 2023-11-19T21:56:22.547 INFO:teuthology.orchestra.run.smithi162.stdout:Package ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:56:22.655 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:56:22.656 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:56:22.656 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:56:22.766 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install cephadm 2023-11-19T21:56:23.112 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:23.946 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 28/32 2023-11-19T21:56:24.174 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 29/32 2023-11-19T21:56:24.582 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:42 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:24.634 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 29/32 2023-11-19T21:56:24.825 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 30/32 2023-11-19T21:56:25.050 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 30/32 2023-11-19T21:56:25.191 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 31/32 2023-11-19T21:56:25.209 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 31/32 2023-11-19T21:56:25.276 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:56:25.339 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 32/32 2023-11-19T21:56:25.482 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:25.482 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:56:25.482 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:25.483 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:25.483 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:25.483 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:56:25.483 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:25.483 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:25.483 INFO:teuthology.orchestra.run.smithi061.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-19T21:56:25.484 INFO:teuthology.orchestra.run.smithi061.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-19T21:56:25.484 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-19T21:56:25.484 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-19T21:56:25.485 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-19T21:56:25.485 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-19T21:56:25.485 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-19T21:56:25.485 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-19T21:56:25.485 INFO:teuthology.orchestra.run.smithi061.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-19T21:56:25.485 INFO:teuthology.orchestra.run.smithi061.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-portend-2.6-1.el8.noarch 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-19T21:56:25.486 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-19T21:56:25.487 INFO:teuthology.orchestra.run.smithi061.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-19T21:56:25.487 INFO:teuthology.orchestra.run.smithi061.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-19T21:56:25.487 INFO:teuthology.orchestra.run.smithi061.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-19T21:56:25.487 INFO:teuthology.orchestra.run.smithi061.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-19T21:56:25.487 INFO:teuthology.orchestra.run.smithi061.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-19T21:56:25.487 INFO:teuthology.orchestra.run.smithi061.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-19T21:56:25.488 INFO:teuthology.orchestra.run.smithi061.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-19T21:56:25.488 INFO:teuthology.orchestra.run.smithi061.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-19T21:56:25.488 INFO:teuthology.orchestra.run.smithi061.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-19T21:56:25.488 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:25.488 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:56:25.637 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-base 2023-11-19T21:56:25.693 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 32/32 2023-11-19T21:56:25.693 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/32 2023-11-19T21:56:25.693 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/32 2023-11-19T21:56:25.693 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 3/32 2023-11-19T21:56:25.693 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 4/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 5/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8. 6/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-11-19T21:56:25.694 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-11-19T21:56:25.695 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-11-19T21:56:25.696 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-11-19T21:56:25.696 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-11-19T21:56:25.696 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-11-19T21:56:25.696 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-11-19T21:56:25.696 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-11-19T21:56:26.007 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:26.029 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout: cephadm noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 409 k 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:26.030 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:56:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:56:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:56:26.031 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 409 k 2023-11-19T21:56:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 2.1 M 2023-11-19T21:56:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:56:26.402 INFO:teuthology.orchestra.run.smithi162.stdout:cephadm-18.0.0-7418.gb0f45a51.el8.noarch.rpm 1.1 MB/s | 409 kB 00:00 2023-11-19T21:56:26.402 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:26.402 INFO:teuthology.orchestra.run.smithi162.stdout:Total 1.1 MB/s | 409 kB 00:00 2023-11-19T21:56:26.403 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:56:26.410 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:56:26.410 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:56:26.413 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:56:26.417 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:56:26.460 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:56:27.204 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:42 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:27.219 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-11-19T21:56:27.219 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:38 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:28.384 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:28.588 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:28.592 INFO:teuthology.orchestra.run.smithi061.stdout:Package ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:56:28.712 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:56:28.713 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:56:28.713 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:56:28.756 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:28.838 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install cephadm 2023-11-19T21:56:29.205 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:29.820 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:29.820 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:47 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:30.101 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:56:30.196 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:45 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:30.287 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-19T21:56:30.288 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako-1.0.6-13.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend-2.6-1.el8.noarch 2023-11-19T21:56:30.289 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz-2017.2-9.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-19T21:56:30.290 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:30.291 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:56:30.467 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-base 2023-11-19T21:56:30.814 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:31.726 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:56:31.728 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:56:31.728 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:56:31.728 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:56:31.728 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:56:31.728 INFO:teuthology.orchestra.run.smithi061.stdout: cephadm noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 409 k 2023-11-19T21:56:31.728 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:31.729 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:56:31.729 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:56:31.729 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:56:31.729 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:31.729 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 409 k 2023-11-19T21:56:31.729 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 2.1 M 2023-11-19T21:56:31.730 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:56:31.922 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:42 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:32.064 INFO:teuthology.orchestra.run.smithi061.stdout:cephadm-18.0.0-7418.gb0f45a51.el8.noarch.rpm 1.2 MB/s | 409 kB 00:00 2023-11-19T21:56:32.064 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:32.064 INFO:teuthology.orchestra.run.smithi061.stdout:Total 1.2 MB/s | 409 kB 00:00 2023-11-19T21:56:32.065 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:56:32.073 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:56:32.074 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:56:32.077 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:56:32.081 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:56:32.122 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:56:33.173 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-base-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:56:33.284 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:56:33.285 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:56:33.285 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:56:33.873 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install cephadm 2023-11-19T21:56:34.026 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:34.219 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:34.230 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:34.408 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:35.086 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:56:35.268 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:35.268 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:56:35.268 INFO:teuthology.orchestra.run.smithi162.stdout: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:56:35.269 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:35.269 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:56:35.392 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-immutable-object-cache 2023-11-19T21:56:35.558 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:35.558 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:50 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:35.620 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:46 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:35.753 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:36.982 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:56:36.983 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:56:36.983 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:56:36.983 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:56:36.983 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:56:36.983 INFO:teuthology.orchestra.run.smithi186.stdout: cephadm noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 409 k 2023-11-19T21:56:36.983 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 409 k 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 2.1 M 2023-11-19T21:56:36.984 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:56:37.224 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:55 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:37.345 INFO:teuthology.orchestra.run.smithi186.stdout:cephadm-18.0.0-7418.gb0f45a51.el8.noarch.rpm 1.1 MB/s | 409 kB 00:00 2023-11-19T21:56:37.346 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:37.346 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.1 MB/s | 409 kB 00:00 2023-11-19T21:56:37.346 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:56:37.354 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:56:37.354 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:56:37.358 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:56:37.361 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:56:37.404 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:56:38.591 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repo Size 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 171 k 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:56:38.592 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:38.593 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 171 k 2023-11-19T21:56:38.593 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 524 k 2023-11-19T21:56:38.593 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:56:38.890 INFO:teuthology.orchestra.run.smithi162.stdout:ceph-immutable-object-cache-18.0.0-7418.gb0f45a 576 kB/s | 171 kB 00:00 2023-11-19T21:56:38.890 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:38.890 INFO:teuthology.orchestra.run.smithi162.stdout:Total 574 kB/s | 171 kB 00:00 2023-11-19T21:56:38.891 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:56:38.902 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:56:38.902 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:56:38.954 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:56:38.958 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:56:39.074 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:56:39.168 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:39.284 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:39.320 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:39.490 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:39.657 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:40.424 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:56:40.539 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:56:40.539 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:51 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:40.625 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:40.625 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:56:40.625 INFO:teuthology.orchestra.run.smithi061.stdout: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:56:40.626 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:40.626 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:56:40.732 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:40.733 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:58 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:40.767 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-immutable-object-cache 2023-11-19T21:56:41.146 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:42.034 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:57 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:43.551 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:56:43.551 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:56:43.551 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repo Size 2023-11-19T21:56:43.551 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:56:43.551 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 171 k 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:43.552 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 171 k 2023-11-19T21:56:43.553 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 524 k 2023-11-19T21:56:43.553 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:56:43.746 INFO:teuthology.orchestra.run.smithi061.stdout:ceph-immutable-object-cache-18.0.0-7418.gb0f45a 886 kB/s | 171 kB 00:00 2023-11-19T21:56:43.746 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:43.747 INFO:teuthology.orchestra.run.smithi061.stdout:Total 880 kB/s | 171 kB 00:00 2023-11-19T21:56:43.747 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:56:43.759 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:56:43.759 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:56:43.814 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:56:43.818 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:56:43.933 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:56:44.144 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:44.525 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:45.456 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:56:45.627 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:45.627 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:00 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:45.637 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:45.637 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:56:45.637 INFO:teuthology.orchestra.run.smithi186.stdout: cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:56:45.637 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:45.638 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:56:45.783 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:56:45.794 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-immutable-object-cache 2023-11-19T21:56:45.970 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:45.970 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:56:45.970 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:45.970 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:45.970 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:56:46.101 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-mgr 2023-11-19T21:56:46.151 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:46.451 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:47.595 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:58 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:47.783 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:05 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:48.393 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:56:48.592 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:48.592 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:56:48.592 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:48.592 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:48.593 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:56:48.733 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-mgr 2023-11-19T21:56:49.031 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:56:49.031 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 171 k 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:56:49.032 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:56:49.033 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:56:49.033 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:49.033 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 171 k 2023-11-19T21:56:49.033 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 524 k 2023-11-19T21:56:49.034 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:56:49.059 INFO:teuthology.orchestra.run.smithi162.stdout:Package ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:56:49.101 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:49.170 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:56:49.172 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:56:49.172 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:56:49.225 INFO:teuthology.orchestra.run.smithi186.stdout:ceph-immutable-object-cache-18.0.0-7418.gb0f45a 889 kB/s | 171 kB 00:00 2023-11-19T21:56:49.225 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:49.226 INFO:teuthology.orchestra.run.smithi186.stdout:Total 883 kB/s | 171 kB 00:00 2023-11-19T21:56:49.226 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:56:49.237 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:56:49.237 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:56:49.284 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-mgr-dashboard 2023-11-19T21:56:49.289 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:56:49.291 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:56:49.404 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:56:49.629 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:49.913 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:50.261 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:50.385 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:05 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:50.648 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:08 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:51.306 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51. 1/1 2023-11-19T21:56:51.306 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:02 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:56:51.780 INFO:teuthology.orchestra.run.smithi061.stdout:Package ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:56:51.896 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:56:51.897 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:56:51.897 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:56:52.009 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-mgr-dashboard 2023-11-19T21:56:52.036 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:56:52.037 INFO:teuthology.orchestra.run.smithi162.stdout:=================================================================================================== 2023-11-19T21:56:52.037 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:56:52.037 INFO:teuthology.orchestra.run.smithi162.stdout:=================================================================================================== 2023-11-19T21:56:52.037 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:56:52.037 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 1.8 M 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 23 k 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 15 k 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout:=================================================================================================== 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout:Install 6 Packages 2023-11-19T21:56:52.038 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:56:52.039 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 2.1 M 2023-11-19T21:56:52.039 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 8.5 M 2023-11-19T21:56:52.039 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:56:52.374 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:52.525 INFO:teuthology.orchestra.run.smithi162.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7418.gb0f 165 kB/s | 23 kB 00:00 2023-11-19T21:56:52.584 INFO:teuthology.orchestra.run.smithi162.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7418.gb0f4 75 kB/s | 15 kB 00:00 2023-11-19T21:56:52.659 INFO:teuthology.orchestra.run.smithi162.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7418.gb0f45a51 6.4 MB/s | 1.8 MB 00:00 2023-11-19T21:56:52.701 INFO:teuthology.orchestra.run.smithi162.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 192 kB/s | 34 kB 00:00 2023-11-19T21:56:52.893 INFO:teuthology.orchestra.run.smithi162.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 636 kB/s | 196 kB 00:00 2023-11-19T21:56:52.918 INFO:teuthology.orchestra.run.smithi162.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 165 kB/s | 43 kB 00:00 2023-11-19T21:56:52.920 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:52.920 INFO:teuthology.orchestra.run.smithi162.stdout:Total 2.3 MB/s | 2.1 MB 00:00 2023-11-19T21:56:52.932 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:56:52.942 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:56:52.942 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:56:53.000 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:56:53.003 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:56:53.293 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:56:53.506 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-19T21:56:53.703 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-19T21:56:53.891 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-19T21:56:54.053 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.n 4/6 2023-11-19T21:56:54.122 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:09 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:56:54.393 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8. 5/6 2023-11-19T21:56:54.612 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 6/6 2023-11-19T21:56:54.832 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 6/6 2023-11-19T21:56:54.832 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8. 1/6 2023-11-19T21:56:54.832 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 2/6 2023-11-19T21:56:54.832 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.n 3/6 2023-11-19T21:56:54.833 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-19T21:56:54.833 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-19T21:56:55.643 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:56:55.644 INFO:teuthology.orchestra.run.smithi061.stdout:=================================================================================================== 2023-11-19T21:56:55.644 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:56:55.644 INFO:teuthology.orchestra.run.smithi061.stdout:=================================================================================================== 2023-11-19T21:56:55.644 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 1.8 M 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 23 k 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 15 k 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-19T21:56:55.645 INFO:teuthology.orchestra.run.smithi061.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-19T21:56:55.646 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:55.646 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:56:55.646 INFO:teuthology.orchestra.run.smithi061.stdout:=================================================================================================== 2023-11-19T21:56:55.646 INFO:teuthology.orchestra.run.smithi061.stdout:Install 6 Packages 2023-11-19T21:56:55.646 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:56:55.647 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 2.1 M 2023-11-19T21:56:55.647 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 8.5 M 2023-11-19T21:56:55.647 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:56:55.858 INFO:teuthology.orchestra.run.smithi061.stdout:(1/6): ceph-prometheus-alerts-18.0.0-7418.gb0f4 99 kB/s | 15 kB 00:00 2023-11-19T21:56:55.864 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-19T21:56:55.864 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:13 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:56:55.883 INFO:teuthology.orchestra.run.smithi061.stdout:(2/6): ceph-grafana-dashboards-18.0.0-7418.gb0f 132 kB/s | 23 kB 00:00 2023-11-19T21:56:56.017 INFO:teuthology.orchestra.run.smithi061.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7418.gb0f45a51 5.7 MB/s | 1.8 MB 00:00 2023-11-19T21:56:56.101 INFO:teuthology.orchestra.run.smithi061.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 139 kB/s | 34 kB 00:00 2023-11-19T21:56:56.192 INFO:teuthology.orchestra.run.smithi061.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 636 kB/s | 196 kB 00:00 2023-11-19T21:56:56.209 INFO:teuthology.orchestra.run.smithi061.stdout:(6/6): python3-jwt-1.6.1-2.el8.noarch.rpm 222 kB/s | 43 kB 00:00 2023-11-19T21:56:56.212 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:56:56.213 INFO:teuthology.orchestra.run.smithi061.stdout:Total 3.6 MB/s | 2.1 MB 00:00 2023-11-19T21:56:56.225 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:56:56.235 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:56:56.235 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:56:56.297 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:56:56.301 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:56:56.621 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:56:56.793 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-19T21:56:57.017 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-19T21:56:57.202 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-19T21:56:57.306 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.n 4/6 2023-11-19T21:56:57.677 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8. 5/6 2023-11-19T21:56:57.929 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 6/6 2023-11-19T21:56:58.173 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 6/6 2023-11-19T21:56:58.173 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8. 1/6 2023-11-19T21:56:58.173 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 2/6 2023-11-19T21:56:58.173 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.n 3/6 2023-11-19T21:56:58.173 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-19T21:56:58.173 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-19T21:56:58.350 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:56:58.532 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:58.532 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:56:58.532 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-immutable-object-cache-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:56:58.532 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:56:58.532 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:56:58.661 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr 2023-11-19T21:56:59.009 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:56:59.249 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-19T21:56:59.250 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:14 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:00.260 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-19T21:57:00.446 INFO:teuthology.orchestra.run.smithi162.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-19T21:57:00.447 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:00.447 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:57:00.525 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:11 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:00.563 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-19T21:57:00.910 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:01.780 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-mgr-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:57:01.887 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:57:01.888 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:57:01.888 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:57:02.003 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-dashboard 2023-11-19T21:57:02.350 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:02.573 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:20 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:03.974 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:57:03.976 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================================= 2023-11-19T21:57:03.976 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:57:03.976 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================================= 2023-11-19T21:57:03.976 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:57:03.976 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 7.4 M 2023-11-19T21:57:03.976 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-11-19T21:57:03.977 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================================= 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout:Install 8 Packages 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 35 M 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 210 M 2023-11-19T21:57:03.978 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:57:04.036 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:15 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:04.398 INFO:teuthology.orchestra.run.smithi162.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 8.9 MB/s | 3.7 MB 00:00 2023-11-19T21:57:04.506 INFO:teuthology.orchestra.run.smithi162.stdout:(2/8): ceph-mgr-diskprediction-local-18.0.0-741 14 MB/s | 7.4 MB 00:00 2023-11-19T21:57:04.715 INFO:teuthology.orchestra.run.smithi162.stdout:(3/8): python3-scipy-1.0.0-21.module+el8.5.0+10 19 MB/s | 14 MB 00:00 2023-11-19T21:57:04.740 INFO:teuthology.orchestra.run.smithi162.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 658 kB/s | 225 kB 00:00 2023-11-19T21:57:04.882 INFO:teuthology.orchestra.run.smithi162.stdout:(5/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 13 MB/s | 4.9 MB 00:00 2023-11-19T21:57:04.957 INFO:teuthology.orchestra.run.smithi162.stdout:(6/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 2.2 MB/s | 171 kB 00:00 2023-11-19T21:57:04.999 INFO:teuthology.orchestra.run.smithi162.stdout:(7/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 2.4 MB/s | 644 kB 00:00 2023-11-19T21:57:05.066 INFO:teuthology.orchestra.run.smithi162.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2023-11-19T21:57:05.067 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:05.067 INFO:teuthology.orchestra.run.smithi162.stdout:Total 33 MB/s | 35 MB 00:01 2023-11-19T21:57:05.307 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:57:05.325 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:57:05.325 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:57:05.405 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:57:05.406 INFO:teuthology.orchestra.run.smithi186.stdout:=================================================================================================== 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout:=================================================================================================== 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 1.8 M 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 23 k 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 15 k 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:05.407 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:57:05.408 INFO:teuthology.orchestra.run.smithi186.stdout:=================================================================================================== 2023-11-19T21:57:05.408 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2023-11-19T21:57:05.408 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:05.408 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 2.1 M 2023-11-19T21:57:05.408 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 8.5 M 2023-11-19T21:57:05.408 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:57:05.581 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7418.gb0f 162 kB/s | 23 kB 00:00 2023-11-19T21:57:05.606 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7418.gb0f4 89 kB/s | 15 kB 00:00 2023-11-19T21:57:05.618 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:57:05.622 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:57:05.731 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 224 kB/s | 34 kB 00:00 2023-11-19T21:57:05.823 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): python3-routes-2.4.1-12.el8.noarch.rpm 905 kB/s | 196 kB 00:00 2023-11-19T21:57:05.873 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 300 kB/s | 43 kB 00:00 2023-11-19T21:57:05.907 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7418.gb0f45a51 3.7 MB/s | 1.8 MB 00:00 2023-11-19T21:57:05.908 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:05.908 INFO:teuthology.orchestra.run.smithi186.stdout:Total 4.1 MB/s | 2.1 MB 00:00 2023-11-19T21:57:05.920 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:57:05.929 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:57:05.929 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:57:05.986 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:57:05.990 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:57:06.157 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:57:06.161 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:57:06.302 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-19T21:57:06.313 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:57:06.359 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:06.359 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:57:06.359 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:06.360 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:57:06.440 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-19T21:57:06.461 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-11-19T21:57:06.497 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-19T21:57:06.577 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:06.650 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-11-19T21:57:06.830 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-11-19T21:57:06.865 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:06.941 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.n 4/6 2023-11-19T21:57:07.190 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:07.295 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8. 5/6 2023-11-19T21:57:07.385 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-19T21:57:07.487 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 6/6 2023-11-19T21:57:07.729 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 6/6 2023-11-19T21:57:07.729 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8. 1/6 2023-11-19T21:57:07.729 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarc 2/6 2023-11-19T21:57:07.729 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.n 3/6 2023-11-19T21:57:07.729 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-11-19T21:57:07.730 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-11-19T21:57:07.980 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-19T21:57:08.168 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-19T21:57:08.327 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:23 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:08.780 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-11-19T21:57:08.780 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:19 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:08.848 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-19T21:57:09.163 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-19T21:57:09.335 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:09.861 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:57:09.862 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================================= 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================================= 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 7.4 M 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-19T21:57:09.863 INFO:teuthology.orchestra.run.smithi061.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================================= 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout:Install 8 Packages 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:09.864 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 35 M 2023-11-19T21:57:09.865 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 210 M 2023-11-19T21:57:09.865 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:57:10.198 INFO:teuthology.orchestra.run.smithi061.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 11 MB/s | 3.7 MB 00:00 2023-11-19T21:57:10.407 INFO:teuthology.orchestra.run.smithi061.stdout:(2/8): python3-scipy-1.0.0-21.module+el8.5.0+10 25 MB/s | 14 MB 00:00 2023-11-19T21:57:10.432 INFO:teuthology.orchestra.run.smithi061.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 964 kB/s | 225 kB 00:00 2023-11-19T21:57:10.666 INFO:teuthology.orchestra.run.smithi061.stdout:(4/8): ceph-mgr-diskprediction-local-18.0.0-741 9.2 MB/s | 7.4 MB 00:00 2023-11-19T21:57:10.757 INFO:teuthology.orchestra.run.smithi061.stdout:(5/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 14 MB/s | 4.9 MB 00:00 2023-11-19T21:57:10.824 INFO:teuthology.orchestra.run.smithi061.stdout:(6/8): openblas-0.3.15-3.el8.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2023-11-19T21:57:10.858 INFO:teuthology.orchestra.run.smithi061.stdout:(7/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.3 MB/s | 644 kB 00:00 2023-11-19T21:57:10.884 INFO:teuthology.orchestra.run.smithi061.stdout:(8/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.3 MB/s | 171 kB 00:00 2023-11-19T21:57:10.885 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:10.885 INFO:teuthology.orchestra.run.smithi061.stdout:Total 35 MB/s | 35 MB 00:01 2023-11-19T21:57:11.080 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:11.130 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:57:11.150 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:57:11.150 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:57:11.461 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:57:11.465 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:57:12.057 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:57:12.189 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-19T21:57:12.324 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-19T21:57:12.343 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-19T21:57:12.456 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:12.542 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 8/8 2023-11-19T21:57:12.808 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 8/8 2023-11-19T21:57:12.808 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 1/8 2023-11-19T21:57:12.808 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-19T21:57:12.808 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-19T21:57:12.809 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-19T21:57:12.809 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-19T21:57:12.809 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-19T21:57:12.809 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-19T21:57:13.137 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:13.323 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-19T21:57:13.870 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-19T21:57:13.870 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:31 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:13.961 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-19T21:57:14.172 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-19T21:57:14.896 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-19T21:57:15.214 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-19T21:57:15.401 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:15.473 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:57:15.655 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:15.655 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:57:15.655 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-grafana-dashboards-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:15.655 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:15.655 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-prometheus-alerts-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:15.655 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-19T21:57:15.656 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-19T21:57:15.656 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-19T21:57:15.656 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:15.656 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:57:15.780 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-19T21:57:16.126 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:17.277 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:17.624 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:28 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:18.550 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-19T21:57:18.731 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 8/8 2023-11-19T21:57:19.008 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 8/8 2023-11-19T21:57:19.008 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 1/8 2023-11-19T21:57:19.008 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-11-19T21:57:19.008 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-11-19T21:57:19.009 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-11-19T21:57:19.009 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-11-19T21:57:19.009 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-11-19T21:57:19.009 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-11-19T21:57:19.052 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:57:19.053 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================================= 2023-11-19T21:57:19.054 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:57:19.054 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================================= 2023-11-19T21:57:19.054 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:57:19.054 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 7.4 M 2023-11-19T21:57:19.055 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:57:19.055 INFO:teuthology.orchestra.run.smithi186.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-11-19T21:57:19.055 INFO:teuthology.orchestra.run.smithi186.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-11-19T21:57:19.055 INFO:teuthology.orchestra.run.smithi186.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-11-19T21:57:19.056 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-11-19T21:57:19.056 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-11-19T21:57:19.056 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-11-19T21:57:19.056 INFO:teuthology.orchestra.run.smithi186.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-11-19T21:57:19.057 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:19.057 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:57:19.057 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================================= 2023-11-19T21:57:19.057 INFO:teuthology.orchestra.run.smithi186.stdout:Install 8 Packages 2023-11-19T21:57:19.058 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:19.058 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 35 M 2023-11-19T21:57:19.059 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 210 M 2023-11-19T21:57:19.059 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:57:19.245 INFO:teuthology.orchestra.run.smithi186.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 906 kB/s | 171 kB 00:00 2023-11-19T21:57:19.287 INFO:teuthology.orchestra.run.smithi186.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 2.7 MB/s | 644 kB 00:00 2023-11-19T21:57:19.487 INFO:teuthology.orchestra.run.smithi186.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 19 MB/s | 3.7 MB 00:00 2023-11-19T21:57:19.687 INFO:teuthology.orchestra.run.smithi186.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 31 MB/s | 14 MB 00:00 2023-11-19T21:57:19.713 INFO:teuthology.orchestra.run.smithi186.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.0 MB/s | 225 kB 00:00 2023-11-19T21:57:19.796 INFO:teuthology.orchestra.run.smithi186.stdout:(6/8): ceph-mgr-diskprediction-local-18.0.0-741 10 MB/s | 7.4 MB 00:00 2023-11-19T21:57:19.930 INFO:teuthology.orchestra.run.smithi186.stdout:(7/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 20 MB/s | 4.9 MB 00:00 2023-11-19T21:57:20.089 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-11-19T21:57:20.089 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:35 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:20.121 INFO:teuthology.orchestra.run.smithi186.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2023-11-19T21:57:20.123 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:20.123 INFO:teuthology.orchestra.run.smithi186.stdout:Total 33 MB/s | 35 MB 00:01 2023-11-19T21:57:20.359 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:57:20.377 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:57:20.377 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:57:20.641 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:57:20.668 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:57:20.672 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:57:20.828 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:20.828 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:20.829 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:57:20.984 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-mgr-rook 2023-11-19T21:57:21.212 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:57:21.331 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:21.349 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-19T21:57:21.473 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-11-19T21:57:21.633 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:22.246 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:22.433 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-19T21:57:23.012 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-11-19T21:57:23.051 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:41 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:23.183 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-11-19T21:57:23.866 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-11-19T21:57:24.168 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-19T21:57:24.341 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:24.423 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================== 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================== 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-rook noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 50 k 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-19T21:57:24.425 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout:======================================================================================================== 2023-11-19T21:57:24.426 INFO:teuthology.orchestra.run.smithi162.stdout:Install 13 Packages 2023-11-19T21:57:24.427 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:24.427 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 1.9 M 2023-11-19T21:57:24.427 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 25 M 2023-11-19T21:57:24.427 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:57:24.710 INFO:teuthology.orchestra.run.smithi162.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 112 kB/s | 16 kB 00:00 2023-11-19T21:57:24.727 INFO:teuthology.orchestra.run.smithi162.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 203 kB/s | 33 kB 00:00 2023-11-19T21:57:24.744 INFO:teuthology.orchestra.run.smithi162.stdout:(3/13): ceph-mgr-rook-18.0.0-7418.gb0f45a51.el8 279 kB/s | 50 kB 00:00 2023-11-19T21:57:24.778 INFO:teuthology.orchestra.run.smithi162.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 1.2 MB/s | 81 kB 00:00 2023-11-19T21:57:24.837 INFO:teuthology.orchestra.run.smithi162.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 1.1 MB/s | 61 kB 00:00 2023-11-19T21:57:24.920 INFO:teuthology.orchestra.run.smithi162.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 366 kB/s | 64 kB 00:00 2023-11-19T21:57:25.070 INFO:teuthology.orchestra.run.smithi162.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.4 MB/s | 1.2 MB 00:00 2023-11-19T21:57:25.129 INFO:teuthology.orchestra.run.smithi162.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 377 kB/s | 110 kB 00:00 2023-11-19T21:57:25.188 INFO:teuthology.orchestra.run.smithi162.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 99 kB/s | 27 kB 00:00 2023-11-19T21:57:25.346 INFO:teuthology.orchestra.run.smithi162.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 458 kB/s | 126 kB 00:00 2023-11-19T21:57:25.497 INFO:teuthology.orchestra.run.smithi162.stdout:(11/13): python3-jsonpointer-1.10-11.el8.noarch 55 kB/s | 20 kB 00:00 2023-11-19T21:57:25.522 INFO:teuthology.orchestra.run.smithi162.stdout:(12/13): python3-requests-oauthlib-1.0.0-1.el8. 128 kB/s | 43 kB 00:00 2023-11-19T21:57:25.547 INFO:teuthology.orchestra.run.smithi162.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 770 kB/s | 155 kB 00:00 2023-11-19T21:57:25.550 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:25.551 INFO:teuthology.orchestra.run.smithi162.stdout:Total 1.7 MB/s | 1.9 MB 00:01 2023-11-19T21:57:25.614 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:57:25.629 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:57:25.629 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:57:25.700 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:57:25.703 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:57:26.085 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:26.176 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:57:26.397 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-19T21:57:26.625 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-19T21:57:26.841 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-19T21:57:26.960 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:57:27.059 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-19T21:57:27.160 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:27.160 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:57:27.160 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:27.160 INFO:teuthology.orchestra.run.smithi061.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-19T21:57:27.160 INFO:teuthology.orchestra.run.smithi061.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-19T21:57:27.160 INFO:teuthology.orchestra.run.smithi061.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-19T21:57:27.161 INFO:teuthology.orchestra.run.smithi061.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-19T21:57:27.161 INFO:teuthology.orchestra.run.smithi061.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-19T21:57:27.161 INFO:teuthology.orchestra.run.smithi061.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-19T21:57:27.161 INFO:teuthology.orchestra.run.smithi061.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-19T21:57:27.161 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:27.161 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:57:27.237 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-19T21:57:27.321 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-11-19T21:57:27.346 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-mgr-rook 2023-11-19T21:57:27.421 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-19T21:57:27.457 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 8/8 2023-11-19T21:57:27.591 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 8/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a5 1/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-19T21:57:27.714 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-11-19T21:57:27.717 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:27.804 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-19T21:57:27.961 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-19T21:57:28.192 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-19T21:57:28.815 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-11-19T21:57:28.815 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:39 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:29.261 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-19T21:57:29.322 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:44 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:29.493 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-19T21:57:29.630 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 13/13 2023-11-19T21:57:29.905 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 13/13 2023-11-19T21:57:29.906 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 1/13 2023-11-19T21:57:29.906 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-19T21:57:29.906 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-19T21:57:29.906 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-19T21:57:29.907 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-19T21:57:29.907 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-19T21:57:29.907 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-19T21:57:29.907 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-19T21:57:29.908 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-19T21:57:29.908 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-19T21:57:29.908 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-19T21:57:29.908 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-19T21:57:30.852 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:57:30.854 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================== 2023-11-19T21:57:30.854 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:57:30.854 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================== 2023-11-19T21:57:30.854 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:57:30.855 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-rook noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 50 k 2023-11-19T21:57:30.855 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:57:30.855 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-19T21:57:30.855 INFO:teuthology.orchestra.run.smithi061.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-19T21:57:30.856 INFO:teuthology.orchestra.run.smithi061.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-19T21:57:30.856 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-19T21:57:30.856 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-19T21:57:30.856 INFO:teuthology.orchestra.run.smithi061.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-19T21:57:30.857 INFO:teuthology.orchestra.run.smithi061.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-19T21:57:30.857 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-19T21:57:30.857 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-19T21:57:30.857 INFO:teuthology.orchestra.run.smithi061.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-19T21:57:30.858 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-19T21:57:30.858 INFO:teuthology.orchestra.run.smithi061.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-19T21:57:30.858 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:30.858 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:57:30.859 INFO:teuthology.orchestra.run.smithi061.stdout:======================================================================================================== 2023-11-19T21:57:30.859 INFO:teuthology.orchestra.run.smithi061.stdout:Install 13 Packages 2023-11-19T21:57:30.859 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:30.860 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 1.9 M 2023-11-19T21:57:30.860 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 25 M 2023-11-19T21:57:30.860 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:57:31.005 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-19T21:57:31.006 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:49 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:31.114 INFO:teuthology.orchestra.run.smithi061.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 302 kB/s | 33 kB 00:00 2023-11-19T21:57:31.140 INFO:teuthology.orchestra.run.smithi061.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 121 kB/s | 16 kB 00:00 2023-11-19T21:57:31.173 INFO:teuthology.orchestra.run.smithi061.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 1.3 MB/s | 81 kB 00:00 2023-11-19T21:57:31.199 INFO:teuthology.orchestra.run.smithi061.stdout:(4/13): ceph-mgr-rook-18.0.0-7418.gb0f45a51.el8 259 kB/s | 50 kB 00:00 2023-11-19T21:57:31.232 INFO:teuthology.orchestra.run.smithi061.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 1.1 MB/s | 64 kB 00:00 2023-11-19T21:57:31.308 INFO:teuthology.orchestra.run.smithi061.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 564 kB/s | 61 kB 00:00 2023-11-19T21:57:31.400 INFO:teuthology.orchestra.run.smithi061.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 660 kB/s | 110 kB 00:00 2023-11-19T21:57:31.433 INFO:teuthology.orchestra.run.smithi061.stdout:(8/13): python3-kubernetes-11.0.0-6.el8.noarch. 4.0 MB/s | 1.2 MB 00:00 2023-11-19T21:57:31.480 INFO:teuthology.orchestra.run.smithi061.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 154 kB/s | 27 kB 00:00 2023-11-19T21:57:31.517 INFO:teuthology.orchestra.run.smithi061.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-11-19T21:57:31.626 INFO:teuthology.orchestra.run.smithi061.stdout:(11/13): python3-requests-oauthlib-1.0.0-1.el8. 312 kB/s | 43 kB 00:00 2023-11-19T21:57:31.651 INFO:teuthology.orchestra.run.smithi061.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 92 kB/s | 20 kB 00:00 2023-11-19T21:57:31.676 INFO:teuthology.orchestra.run.smithi061.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 976 kB/s | 155 kB 00:00 2023-11-19T21:57:31.677 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:31.677 INFO:teuthology.orchestra.run.smithi061.stdout:Total 2.4 MB/s | 1.9 MB 00:00 2023-11-19T21:57:31.739 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:57:31.755 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:57:31.756 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:57:31.831 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:57:31.835 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:57:32.328 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:57:32.547 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-19T21:57:32.759 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-19T21:57:33.020 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-19T21:57:33.251 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-11-19T21:57:33.381 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:57:33.469 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-0.3.15-3.el8.x86_64 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-19T21:57:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-19T21:57:33.567 INFO:teuthology.orchestra.run.smithi186.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-11-19T21:57:33.567 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:33.567 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:57:33.611 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-11-19T21:57:33.745 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-rook 2023-11-19T21:57:33.767 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-11-19T21:57:33.978 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-19T21:57:34.091 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:34.112 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-19T21:57:34.287 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-19T21:57:34.772 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:57:34.956 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:34.956 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:57:34.957 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:34.957 INFO:teuthology.orchestra.run.smithi162.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-19T21:57:34.957 INFO:teuthology.orchestra.run.smithi162.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-19T21:57:34.958 INFO:teuthology.orchestra.run.smithi162.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-19T21:57:34.958 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-19T21:57:34.958 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-19T21:57:34.958 INFO:teuthology.orchestra.run.smithi162.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-19T21:57:34.959 INFO:teuthology.orchestra.run.smithi162.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-19T21:57:34.959 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-19T21:57:34.959 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-19T21:57:34.959 INFO:teuthology.orchestra.run.smithi162.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-19T21:57:34.960 INFO:teuthology.orchestra.run.smithi162.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-19T21:57:34.960 INFO:teuthology.orchestra.run.smithi162.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-19T21:57:34.960 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:34.960 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:57:34.998 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:45 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:35.090 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-mgr-cephadm 2023-11-19T21:57:35.443 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:35.452 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-19T21:57:35.685 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-19T21:57:35.844 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 13/13 2023-11-19T21:57:36.082 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 13/13 2023-11-19T21:57:36.082 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 1/13 2023-11-19T21:57:36.082 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-19T21:57:36.082 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-19T21:57:36.082 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-19T21:57:36.082 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-19T21:57:36.083 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-11-19T21:57:36.359 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:57:36.361 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================== 2023-11-19T21:57:36.361 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:57:36.361 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================== 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-rook noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 50 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-11-19T21:57:36.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================================== 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout:Install 13 Packages 2023-11-19T21:57:36.363 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:36.364 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 1.9 M 2023-11-19T21:57:36.364 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 25 M 2023-11-19T21:57:36.364 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:57:36.485 INFO:teuthology.orchestra.run.smithi186.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 183 kB/s | 16 kB 00:00 2023-11-19T21:57:36.510 INFO:teuthology.orchestra.run.smithi186.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 288 kB/s | 33 kB 00:00 2023-11-19T21:57:36.569 INFO:teuthology.orchestra.run.smithi186.stdout:(3/13): ceph-mgr-rook-18.0.0-7418.gb0f45a51.el8 289 kB/s | 50 kB 00:00 2023-11-19T21:57:36.677 INFO:teuthology.orchestra.run.smithi186.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 423 kB/s | 81 kB 00:00 2023-11-19T21:57:36.753 INFO:teuthology.orchestra.run.smithi186.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 350 kB/s | 64 kB 00:00 2023-11-19T21:57:36.778 INFO:teuthology.orchestra.run.smithi186.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 610 kB/s | 61 kB 00:00 2023-11-19T21:57:36.811 INFO:teuthology.orchestra.run.smithi186.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.9 MB/s | 1.2 MB 00:00 2023-11-19T21:57:36.900 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:54 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:36.978 INFO:teuthology.orchestra.run.smithi186.stdout:(8/13): python3-requests-oauthlib-1.0.0-1.el8.n 189 kB/s | 43 kB 00:00 2023-11-19T21:57:37.004 INFO:teuthology.orchestra.run.smithi186.stdout:(9/13): python3-pyasn1-modules-0.3.7-6.el8.noar 609 kB/s | 110 kB 00:00 2023-11-19T21:57:37.029 INFO:teuthology.orchestra.run.smithi186.stdout:(10/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 618 kB/s | 155 kB 00:00 2023-11-19T21:57:37.121 INFO:teuthology.orchestra.run.smithi186.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-11-19T21:57:37.146 INFO:teuthology.orchestra.run.smithi186.stdout:(12/13): python3-jsonpatch-1.21-2.el8.noarch.rp 159 kB/s | 27 kB 00:00 2023-11-19T21:57:37.202 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-11-19T21:57:37.202 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:52 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:37.213 INFO:teuthology.orchestra.run.smithi186.stdout:(13/13): python3-jsonpointer-1.10-11.el8.noarch 109 kB/s | 20 kB 00:00 2023-11-19T21:57:37.213 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:37.213 INFO:teuthology.orchestra.run.smithi186.stdout:Total 2.3 MB/s | 1.9 MB 00:00 2023-11-19T21:57:37.274 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:57:37.290 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:57:37.290 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:57:37.360 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:57:37.363 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:57:38.184 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:57:38.261 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:57:38.262 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================================== 2023-11-19T21:57:38.262 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:57:38.262 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================================== 2023-11-19T21:57:38.262 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:57:38.263 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 133 k 2023-11-19T21:57:38.263 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:57:38.263 INFO:teuthology.orchestra.run.smithi162.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-19T21:57:38.263 INFO:teuthology.orchestra.run.smithi162.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-19T21:57:38.264 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-19T21:57:38.264 INFO:teuthology.orchestra.run.smithi162.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-19T21:57:38.264 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:38.264 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:57:38.264 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================================== 2023-11-19T21:57:38.265 INFO:teuthology.orchestra.run.smithi162.stdout:Install 5 Packages 2023-11-19T21:57:38.265 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:38.266 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 6.0 M 2023-11-19T21:57:38.266 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 26 M 2023-11-19T21:57:38.266 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:57:38.364 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-19T21:57:38.563 INFO:teuthology.orchestra.run.smithi162.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 372 kB/s | 60 kB 00:00 2023-11-19T21:57:38.583 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-11-19T21:57:38.588 INFO:teuthology.orchestra.run.smithi162.stdout:(2/5): ceph-mgr-cephadm-18.0.0-7418.gb0f45a51.e 706 kB/s | 133 kB 00:00 2023-11-19T21:57:38.663 INFO:teuthology.orchestra.run.smithi162.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.8 MB/s | 476 kB 00:00 2023-11-19T21:57:38.728 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-11-19T21:57:38.797 INFO:teuthology.orchestra.run.smithi162.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.2 MB/s | 538 kB 00:00 2023-11-19T21:57:38.863 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-11-19T21:57:39.049 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-11-19T21:57:39.147 INFO:teuthology.orchestra.run.smithi162.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 8.6 MB/s | 4.8 MB 00:00 2023-11-19T21:57:39.148 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:39.148 INFO:teuthology.orchestra.run.smithi162.stdout:Total 6.7 MB/s | 6.0 MB 00:00 2023-11-19T21:57:39.202 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:57:39.214 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:57:39.214 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:57:39.284 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-19T21:57:39.291 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:57:39.295 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:57:39.516 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-19T21:57:39.721 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-11-19T21:57:39.860 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-19T21:57:40.041 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-11-19T21:57:40.236 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:57:40.589 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-19T21:57:40.871 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-19T21:57:41.096 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-11-19T21:57:41.189 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-19T21:57:41.332 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-11-19T21:57:41.472 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 13/13 2023-11-19T21:57:41.711 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 13/13 2023-11-19T21:57:41.711 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 1/13 2023-11-19T21:57:41.711 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-11-19T21:57:41.711 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-11-19T21:57:41.712 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-11-19T21:57:41.946 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-19T21:57:42.149 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-19T21:57:42.150 INFO:teuthology.orchestra.run.smithi061.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-19T21:57:42.153 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:42.153 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:57:42.288 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-mgr-cephadm 2023-11-19T21:57:42.386 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-19T21:57:42.663 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:42.834 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-11-19T21:57:42.834 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:53 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:43.660 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 5/5 2023-11-19T21:57:43.913 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 5/5 2023-11-19T21:57:43.913 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/5 2023-11-19T21:57:43.913 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-19T21:57:43.913 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-19T21:57:43.914 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-19T21:57:44.291 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:02:59 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:44.973 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-19T21:57:44.973 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:02 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:45.812 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:57:45.813 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================================== 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================================== 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 133 k 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-19T21:57:45.814 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:45.815 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:57:45.815 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================================== 2023-11-19T21:57:45.815 INFO:teuthology.orchestra.run.smithi061.stdout:Install 5 Packages 2023-11-19T21:57:45.815 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:45.815 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 6.0 M 2023-11-19T21:57:45.815 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 26 M 2023-11-19T21:57:45.816 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:57:46.166 INFO:teuthology.orchestra.run.smithi061.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7418.gb0f45a51.e 714 kB/s | 133 kB 00:00 2023-11-19T21:57:46.250 INFO:teuthology.orchestra.run.smithi061.stdout:(2/5): python3-natsort-7.1.1-2.el8.noarch.rpm 224 kB/s | 60 kB 00:00 2023-11-19T21:57:46.342 INFO:teuthology.orchestra.run.smithi061.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.3 MB/s | 476 kB 00:00 2023-11-19T21:57:46.367 INFO:teuthology.orchestra.run.smithi061.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.6 MB/s | 538 kB 00:00 2023-11-19T21:57:46.525 INFO:teuthology.orchestra.run.smithi061.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 17 MB/s | 4.8 MB 00:00 2023-11-19T21:57:46.527 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:46.527 INFO:teuthology.orchestra.run.smithi061.stdout:Total 8.4 MB/s | 6.0 MB 00:00 2023-11-19T21:57:46.581 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:57:46.594 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:57:46.594 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:57:46.679 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:57:46.683 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:57:47.707 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:57:48.064 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-19T21:57:48.313 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-19T21:57:48.607 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-19T21:57:48.869 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-19T21:57:49.093 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 5/5 2023-11-19T21:57:49.175 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:57:49.339 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 5/5 2023-11-19T21:57:49.339 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/5 2023-11-19T21:57:49.339 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-19T21:57:49.339 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-19T21:57:49.339 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-19T21:57:49.358 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:49.359 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:57:49.359 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-rook-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:49.359 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-19T21:57:49.359 INFO:teuthology.orchestra.run.smithi186.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-19T21:57:49.360 INFO:teuthology.orchestra.run.smithi186.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-19T21:57:49.360 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-19T21:57:49.360 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-19T21:57:49.361 INFO:teuthology.orchestra.run.smithi186.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-19T21:57:49.361 INFO:teuthology.orchestra.run.smithi186.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-19T21:57:49.361 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-19T21:57:49.361 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-19T21:57:49.361 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-19T21:57:49.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-19T21:57:49.362 INFO:teuthology.orchestra.run.smithi186.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-19T21:57:49.362 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:49.362 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:57:49.524 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-cephadm 2023-11-19T21:57:49.878 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:50.586 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:50.773 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:57:50.917 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-fuse 2023-11-19T21:57:51.150 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-19T21:57:51.150 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:06 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:57:51.271 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:57:51.432 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:02 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:52.849 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================================== 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================================== 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 133 k 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-11-19T21:57:52.850 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================================== 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout:Install 5 Packages 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:57:52.851 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 6.0 M 2023-11-19T21:57:52.852 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 26 M 2023-11-19T21:57:52.852 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:57:52.861 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:10 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:53.593 INFO:teuthology.orchestra.run.smithi186.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 85 kB/s | 60 kB 00:00 2023-11-19T21:57:53.819 INFO:teuthology.orchestra.run.smithi186.stdout:(2/5): ceph-mgr-cephadm-18.0.0-7418.gb0f45a51.e 141 kB/s | 133 kB 00:00 2023-11-19T21:57:54.229 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:57:54.229 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-fuse 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout: x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 919 k 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout:Install 2 Packages 2023-11-19T21:57:54.230 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:57:54.231 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 1.0 M 2023-11-19T21:57:54.231 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 3.1 M 2023-11-19T21:57:54.231 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:57:54.279 INFO:teuthology.orchestra.run.smithi186.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 785 kB/s | 538 kB 00:00 2023-11-19T21:57:54.363 INFO:teuthology.orchestra.run.smithi186.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 321 kB/s | 476 kB 00:01 2023-11-19T21:57:54.491 INFO:teuthology.orchestra.run.smithi162.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 319 kB/s | 83 kB 00:00 2023-11-19T21:57:54.504 INFO:teuthology.orchestra.run.smithi186.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 7.0 MB/s | 4.8 MB 00:00 2023-11-19T21:57:54.507 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:54.507 INFO:teuthology.orchestra.run.smithi186.stdout:Total 3.6 MB/s | 6.0 MB 00:01 2023-11-19T21:57:54.564 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:57:54.576 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:57:54.576 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:57:54.657 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:57:54.660 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:57:55.091 INFO:teuthology.orchestra.run.smithi162.stdout:(2/2): ceph-fuse-18.0.0-7418.gb0f45a51.el8.x86_ 1.0 MB/s | 919 kB 00:00 2023-11-19T21:57:55.092 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:57:55.092 INFO:teuthology.orchestra.run.smithi162.stdout:Total 1.1 MB/s | 1.0 MB 00:00 2023-11-19T21:57:55.104 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:57:55.125 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:57:55.126 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:57:55.201 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:57:55.207 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:57:55.366 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:57:55.598 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:57:55.637 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-19T21:57:55.814 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/2 2023-11-19T21:57:55.931 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-11-19T21:57:56.149 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/2 2023-11-19T21:57:56.149 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/2 2023-11-19T21:57:56.188 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-11-19T21:57:56.524 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-19T21:57:56.793 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-19T21:57:57.019 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 5/5 2023-11-19T21:57:57.205 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-19T21:57:57.205 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:15 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:57:57.258 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 5/5 2023-11-19T21:57:57.258 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 1/5 2023-11-19T21:57:57.259 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-19T21:57:57.259 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-11-19T21:57:57.259 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-19T21:57:58.303 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-11-19T21:57:58.303 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:09 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:57:58.704 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:57:58.904 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-19T21:57:58.905 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:57:58.906 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:57:59.064 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-fuse 2023-11-19T21:57:59.439 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:01.159 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:16 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:02.581 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:58:02.672 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-fuse 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout: x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 919 k 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-19T21:58:02.673 INFO:teuthology.orchestra.run.smithi061.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-19T21:58:02.674 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:58:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:Install 2 Packages 2023-11-19T21:58:02.674 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 1.0 M 2023-11-19T21:58:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 3.1 M 2023-11-19T21:58:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:58:02.737 INFO:teuthology.orchestra.run.smithi061.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.3 MB/s | 83 kB 00:00 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-cephadm-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:02.763 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:02.792 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:58:02.913 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-fuse 2023-11-19T21:58:02.975 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:02.975 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:58:02.975 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-19T21:58:02.975 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:02.975 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:03.096 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install ceph-volume 2023-11-19T21:58:03.269 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:03.458 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:03.487 INFO:teuthology.orchestra.run.smithi061.stdout:(2/2): ceph-fuse-18.0.0-7418.gb0f45a51.el8.x86_ 1.1 MB/s | 919 kB 00:00 2023-11-19T21:58:03.488 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:03.488 INFO:teuthology.orchestra.run.smithi061.stdout:Total 1.2 MB/s | 1.0 MB 00:00 2023-11-19T21:58:03.502 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:58:03.526 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:58:03.527 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:58:03.612 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:58:03.616 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:58:03.784 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:58:04.101 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-19T21:58:04.142 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:15 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:04.240 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/2 2023-11-19T21:58:04.403 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:22 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:04.589 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/2 2023-11-19T21:58:04.590 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/2 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-fuse 2023-11-19T21:58:05.575 INFO:teuthology.orchestra.run.smithi186.stdout: x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 919 k 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout:Install 2 Packages 2023-11-19T21:58:05.576 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:05.577 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 1.0 M 2023-11-19T21:58:05.577 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 3.1 M 2023-11-19T21:58:05.577 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:58:05.648 INFO:teuthology.orchestra.run.smithi186.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.1 MB/s | 83 kB 00:00 2023-11-19T21:58:05.734 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-19T21:58:05.734 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:20 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:05.828 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:05.829 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:05.829 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-19T21:58:05.829 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:05.829 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:58:05.829 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-volume noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 262 k 2023-11-19T21:58:05.830 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:05.830 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:58:05.830 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:05.830 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:58:05.830 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:05.830 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 262 k 2023-11-19T21:58:05.831 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 1.3 M 2023-11-19T21:58:05.831 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:58:06.279 INFO:teuthology.orchestra.run.smithi162.stdout:ceph-volume-18.0.0-7418.gb0f45a51.el8.noarch.rp 583 kB/s | 262 kB 00:00 2023-11-19T21:58:06.280 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:06.280 INFO:teuthology.orchestra.run.smithi162.stdout:Total 582 kB/s | 262 kB 00:00 2023-11-19T21:58:06.280 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:58:06.291 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:58:06.291 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:58:06.309 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:58:06.312 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:58:06.323 INFO:teuthology.orchestra.run.smithi186.stdout:(2/2): ceph-fuse-18.0.0-7418.gb0f45a51.el8.x86_ 1.2 MB/s | 919 kB 00:00 2023-11-19T21:58:06.324 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:06.324 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-11-19T21:58:06.336 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:58:06.358 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:58:06.358 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:58:06.432 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:58:06.436 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:58:06.484 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:58:06.597 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:58:06.797 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:06.856 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-11-19T21:58:07.058 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/2 2023-11-19T21:58:07.161 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:07.388 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2/2 2023-11-19T21:58:07.389 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/2 2023-11-19T21:58:08.219 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:08.219 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:26 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:08.441 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-11-19T21:58:08.442 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:19 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:08.879 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:58:09.078 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:09.078 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:58:09.078 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-19T21:58:09.078 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:09.079 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:09.262 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-volume 2023-11-19T21:58:09.642 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:10.820 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:25 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:11.781 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:58:11.807 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:58:11.963 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:11.964 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:58:11.964 INFO:teuthology.orchestra.run.smithi162.stdout: ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:58:11.964 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:11.964 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:11.990 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:11.990 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:58:11.990 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-11-19T21:58:11.990 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:11.990 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:12.086 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install librados-devel 2023-11-19T21:58:12.124 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-volume 2023-11-19T21:58:12.306 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-volume noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 262 k 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:12.307 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:58:12.308 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:12.308 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 262 k 2023-11-19T21:58:12.308 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 1.3 M 2023-11-19T21:58:12.308 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:58:12.444 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:12.485 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:12.519 INFO:teuthology.orchestra.run.smithi061.stdout:ceph-volume-18.0.0-7418.gb0f45a51.el8.noarch.rp 1.2 MB/s | 262 kB 00:00 2023-11-19T21:58:12.520 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:12.520 INFO:teuthology.orchestra.run.smithi061.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-19T21:58:12.520 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:58:12.531 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:58:12.531 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:58:12.550 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:58:12.554 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:58:12.727 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:58:12.990 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:13.362 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:13.920 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:31 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:14.007 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:25 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:14.481 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:14.481 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:29 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repo Size 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout: librados-devel x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 139 k 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:58:15.278 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:15.279 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 139 k 2023-11-19T21:58:15.279 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 513 k 2023-11-19T21:58:15.279 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:58:15.377 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:15.377 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-volume noarch 2:18.0.0-7418.gb0f45a51.el8 ceph-noarch 262 k 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 262 k 2023-11-19T21:58:15.378 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 1.3 M 2023-11-19T21:58:15.379 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:58:15.588 INFO:teuthology.orchestra.run.smithi186.stdout:ceph-volume-18.0.0-7418.gb0f45a51.el8.noarch.rp 1.2 MB/s | 262 kB 00:00 2023-11-19T21:58:15.588 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:15.588 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-11-19T21:58:15.589 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:58:15.599 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:58:15.599 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:58:15.616 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:58:15.620 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:58:15.692 INFO:teuthology.orchestra.run.smithi162.stdout:librados-devel-18.0.0-7418.gb0f45a51.el8.x86_64 335 kB/s | 139 kB 00:00 2023-11-19T21:58:15.693 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:15.693 INFO:teuthology.orchestra.run.smithi162.stdout:Total 334 kB/s | 139 kB 00:00 2023-11-19T21:58:15.694 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:58:15.699 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:58:15.699 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:58:15.754 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:58:15.758 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:58:15.782 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:58:15.876 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:58:16.009 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:16.092 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:16.323 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:16.389 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:17.382 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:17.382 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:35 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:17.449 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 1/1 2023-11-19T21:58:17.449 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:28 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:20.193 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:58:20.397 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:20.397 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:58:20.397 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:58:20.398 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:20.398 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:20.543 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install librados-devel 2023-11-19T21:58:20.829 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:58:20.925 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:21.003 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:58:21.012 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:21.012 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:58:21.012 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-volume-2:18.0.0-7418.gb0f45a51.el8.noarch 2023-11-19T21:58:21.012 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:21.012 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:21.177 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librados-devel 2023-11-19T21:58:21.188 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:21.188 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:58:21.188 INFO:teuthology.orchestra.run.smithi162.stdout: librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:58:21.188 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:21.188 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:21.317 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install libcephfs2 2023-11-19T21:58:21.535 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:21.673 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:21.859 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:36 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:23.054 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:34 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:23.152 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:41 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:23.337 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:23.337 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repo Size 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout: librados-devel x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 139 k 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:58:23.338 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:23.339 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 139 k 2023-11-19T21:58:23.339 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 513 k 2023-11-19T21:58:23.339 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:58:23.527 INFO:teuthology.orchestra.run.smithi061.stdout:librados-devel-18.0.0-7418.gb0f45a51.el8.x86_64 740 kB/s | 139 kB 00:00 2023-11-19T21:58:23.527 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:23.527 INFO:teuthology.orchestra.run.smithi061.stdout:Total 736 kB/s | 139 kB 00:00 2023-11-19T21:58:23.528 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:58:23.533 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:58:23.534 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:58:23.592 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:58:23.596 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:58:23.719 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:58:23.920 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:24.158 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:24.427 INFO:teuthology.orchestra.run.smithi162.stdout:Package libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:24.486 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:24.486 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:24.486 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2023-11-19T21:58:24.486 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:24.486 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout: librados-devel x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 139 k 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 139 k 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 513 k 2023-11-19T21:58:24.487 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:58:24.539 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:24.540 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:24.540 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:24.652 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install libcephfs-devel 2023-11-19T21:58:24.867 INFO:teuthology.orchestra.run.smithi186.stdout:librados-devel-18.0.0-7418.gb0f45a51.el8.x86_64 366 kB/s | 139 kB 00:00 2023-11-19T21:58:24.867 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:24.867 INFO:teuthology.orchestra.run.smithi186.stdout:Total 364 kB/s | 139 kB 00:00 2023-11-19T21:58:24.868 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:58:24.873 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:58:24.874 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:58:24.929 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:58:24.932 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:58:25.008 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:25.046 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:58:25.188 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:25.231 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:25.231 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:40 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:25.463 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:26.501 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:26.501 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:37 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:26.517 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:44 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:27.876 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:27.876 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:27.876 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repo Size 2023-11-19T21:58:27.876 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout: libcephfs-devel x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 31 k 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:58:27.877 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:27.878 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 31 k 2023-11-19T21:58:27.878 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 139 k 2023-11-19T21:58:27.878 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:58:28.111 INFO:teuthology.orchestra.run.smithi162.stdout:libcephfs-devel-18.0.0-7418.gb0f45a51.el8.x86_6 133 kB/s | 31 kB 00:00 2023-11-19T21:58:28.111 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:28.112 INFO:teuthology.orchestra.run.smithi162.stdout:Total 132 kB/s | 31 kB 00:00 2023-11-19T21:58:28.112 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:58:28.115 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:58:28.116 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:58:28.126 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:58:28.130 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:58:28.184 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:58:28.356 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:28.556 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:29.572 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:29.572 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:47 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:30.945 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:58:31.027 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:58:31.125 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:31.125 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:58:31.125 INFO:teuthology.orchestra.run.smithi186.stdout: librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:58:31.125 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:31.125 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:31.229 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:31.229 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:58:31.229 INFO:teuthology.orchestra.run.smithi061.stdout: librados-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:58:31.229 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:31.229 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:31.263 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install libcephfs2 2023-11-19T21:58:31.379 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install libcephfs2 2023-11-19T21:58:31.618 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:31.757 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:33.436 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:44 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:33.554 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:48 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:34.700 INFO:teuthology.orchestra.run.smithi186.stdout:Package libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:34.811 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:34.812 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:58:34.812 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:34.923 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install libcephfs-devel 2023-11-19T21:58:34.955 INFO:teuthology.orchestra.run.smithi061.stdout:Package libcephfs2-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:35.075 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:35.076 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:58:35.076 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:35.193 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install libcephfs-devel 2023-11-19T21:58:35.277 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:35.569 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:35.661 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:58:35.844 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:35.844 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:58:35.845 INFO:teuthology.orchestra.run.smithi162.stdout: libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:58:35.845 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:58:35.845 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:35.964 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install librados2 2023-11-19T21:58:36.324 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:36.802 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:47 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:37.230 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:52 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:37.868 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:55 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:38.170 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:38.170 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-devel x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 31 k 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 31 k 2023-11-19T21:58:38.171 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 139 k 2023-11-19T21:58:38.172 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:58:38.314 INFO:teuthology.orchestra.run.smithi186.stdout:libcephfs-devel-18.0.0-7418.gb0f45a51.el8.x86_6 217 kB/s | 31 kB 00:00 2023-11-19T21:58:38.315 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:38.315 INFO:teuthology.orchestra.run.smithi186.stdout:Total 215 kB/s | 31 kB 00:00 2023-11-19T21:58:38.315 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:58:38.319 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:58:38.319 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:58:38.329 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:58:38.333 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:58:38.387 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:58:38.569 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:38.757 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:38.757 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:38.757 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repo Size 2023-11-19T21:58:38.757 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:38.757 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:58:38.757 INFO:teuthology.orchestra.run.smithi061.stdout: libcephfs-devel x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 31 k 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 31 k 2023-11-19T21:58:38.758 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 139 k 2023-11-19T21:58:38.759 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:58:38.803 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:38.914 INFO:teuthology.orchestra.run.smithi061.stdout:libcephfs-devel-18.0.0-7418.gb0f45a51.el8.x86_6 200 kB/s | 31 kB 00:00 2023-11-19T21:58:38.914 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:58:38.914 INFO:teuthology.orchestra.run.smithi061.stdout:Total 198 kB/s | 31 kB 00:00 2023-11-19T21:58:38.915 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:58:38.919 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:58:38.919 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:58:38.929 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:58:38.933 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:58:39.016 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:58:39.176 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:39.231 INFO:teuthology.orchestra.run.smithi162.stdout:Package librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:39.339 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:39.340 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:39.341 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:39.383 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:39.447 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install librbd1 2023-11-19T21:58:39.802 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:39.811 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:39.812 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:03:50 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:40.461 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:58:40.461 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:55 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:41.802 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:03:59 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:43.048 INFO:teuthology.orchestra.run.smithi162.stdout:Package librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:43.158 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:43.159 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:43.159 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:43.266 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install python3-rados 2023-11-19T21:58:43.622 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:45.159 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:03 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:46.414 INFO:teuthology.orchestra.run.smithi162.stdout:Package python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:46.523 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:46.524 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:46.524 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:46.638 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install python3-rgw 2023-11-19T21:58:46.992 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:47.230 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:58:47.412 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:47.413 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:58:47.413 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:58:47.413 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:58:47.413 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:47.562 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librados2 2023-11-19T21:58:47.917 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:48.512 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:06 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:48.683 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:58:48.887 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:48.887 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:58:48.887 INFO:teuthology.orchestra.run.smithi061.stdout: libcephfs-devel-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:58:48.887 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:58:48.887 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:49.031 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install librados2 2023-11-19T21:58:49.405 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:49.660 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:00 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:49.783 INFO:teuthology.orchestra.run.smithi162.stdout:Package python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:49.893 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:49.895 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:49.895 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:49.997 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install python3-cephfs 2023-11-19T21:58:50.350 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:50.917 INFO:teuthology.orchestra.run.smithi186.stdout:Package librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:51.024 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:51.026 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:58:51.026 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:51.115 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:06 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:51.196 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librbd1 2023-11-19T21:58:51.551 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:51.939 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:09 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:52.526 INFO:teuthology.orchestra.run.smithi061.stdout:Package librados2-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:52.645 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:52.646 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:58:52.646 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:52.788 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install librbd1 2023-11-19T21:58:53.053 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:04 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:53.162 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:53.268 INFO:teuthology.orchestra.run.smithi162.stdout:Package python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:53.376 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:53.377 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:53.377 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:53.485 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install python3-rbd 2023-11-19T21:58:53.839 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:54.375 INFO:teuthology.orchestra.run.smithi186.stdout:Package librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:54.481 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:54.483 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:58:54.483 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:54.597 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rados 2023-11-19T21:58:54.635 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:09 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:54.965 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:55.336 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:13 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:56.030 INFO:teuthology.orchestra.run.smithi061.stdout:Package librbd1-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:56.150 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:56.151 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:58:56.152 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:58:56.288 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install python3-rados 2023-11-19T21:58:56.611 INFO:teuthology.orchestra.run.smithi162.stdout:Package python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:56.663 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:56.719 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:58:56.719 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:07 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:58:56.720 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-19T21:58:56.720 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:58:56.828 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install rbd-fuse 2023-11-19T21:58:57.184 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:57.977 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:58.085 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:58:58.086 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:58:58.086 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:58:58.204 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rgw 2023-11-19T21:58:58.462 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:13 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:58:58.557 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:58:58.759 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:16 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:58:59.851 INFO:teuthology.orchestra.run.smithi061.stdout:Package python3-rados-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:58:59.971 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:58:59.972 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:58:59.972 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:00.103 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install python3-rgw 2023-11-19T21:59:00.134 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:11 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:00.147 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:59:00.147 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout: rbd-fuse x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 93 k 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:00.148 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:59:00.149 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:00.149 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 93 k 2023-11-19T21:59:00.149 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 280 k 2023-11-19T21:59:00.149 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:59:00.353 INFO:teuthology.orchestra.run.smithi162.stdout:rbd-fuse-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 457 kB/s | 93 kB 00:00 2023-11-19T21:59:00.354 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:00.354 INFO:teuthology.orchestra.run.smithi162.stdout:Total 454 kB/s | 93 kB 00:00 2023-11-19T21:59:00.355 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:59:00.365 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:59:00.365 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:59:00.418 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:59:00.422 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:59:00.479 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:00.544 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:59:00.682 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:00.899 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:01.460 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:59:01.572 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:59:01.574 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:59:01.574 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:59:01.681 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-cephfs 2023-11-19T21:59:02.022 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:02.022 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:20 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:59:02.039 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:02.448 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:17 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:03.805 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:14 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:03.873 INFO:teuthology.orchestra.run.smithi061.stdout:Package python3-rgw-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:59:03.993 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:59:03.994 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:59:03.994 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:04.125 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install python3-cephfs 2023-11-19T21:59:04.500 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:05.066 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:59:05.173 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:59:05.174 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:59:05.174 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:59:05.294 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rbd 2023-11-19T21:59:05.649 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:06.262 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:21 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:07.322 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:18 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:07.681 INFO:teuthology.orchestra.run.smithi061.stdout:Package python3-cephfs-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:59:07.803 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:59:07.804 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:59:07.804 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:08.067 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install python3-rbd 2023-11-19T21:59:08.441 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:08.669 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:59:08.775 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:59:08.777 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-19T21:59:08.777 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:59:08.898 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-fuse 2023-11-19T21:59:09.256 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:10.191 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:25 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:10.748 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:21 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:11.607 INFO:teuthology.orchestra.run.smithi061.stdout:Package python3-rbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 is already installed. 2023-11-19T21:59:11.726 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:59:11.727 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-11-19T21:59:11.727 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:11.847 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install rbd-fuse 2023-11-19T21:59:12.185 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:59:12.185 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:12.185 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-fuse x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 93 k 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:59:12.186 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:12.187 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 93 k 2023-11-19T21:59:12.187 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 280 k 2023-11-19T21:59:12.187 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:59:12.224 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:12.396 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:59:12.516 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-fuse-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 284 kB/s | 93 kB 00:00 2023-11-19T21:59:12.517 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:12.517 INFO:teuthology.orchestra.run.smithi186.stdout:Total 282 kB/s | 93 kB 00:00 2023-11-19T21:59:12.517 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:59:12.528 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:59:12.528 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:59:12.578 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:12.578 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:59:12.578 INFO:teuthology.orchestra.run.smithi162.stdout: rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:12.578 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:12.578 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:59:12.582 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:59:12.586 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:59:12.691 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:59:12.707 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install rbd-mirror 2023-11-19T21:59:12.865 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:13.066 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:13.096 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:13.971 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:28 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:14.145 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:14.145 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:25 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:14.669 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:32 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:59:15.508 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout: rbd-fuse x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 93 k 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:59:15.509 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:15.510 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:59:15.510 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:15.510 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 93 k 2023-11-19T21:59:15.510 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 280 k 2023-11-19T21:59:15.510 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:59:15.958 INFO:teuthology.orchestra.run.smithi061.stdout:rbd-fuse-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 209 kB/s | 93 kB 00:00 2023-11-19T21:59:15.958 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:15.959 INFO:teuthology.orchestra.run.smithi061.stdout:Total 208 kB/s | 93 kB 00:00 2023-11-19T21:59:15.959 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:59:15.971 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:59:15.971 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:59:16.027 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:59:16.027 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:16.027 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repo Size 2023-11-19T21:59:16.028 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:16.028 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:59:16.028 INFO:teuthology.orchestra.run.smithi162.stdout: rbd-mirror x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.6 M 2023-11-19T21:59:16.028 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:16.028 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:59:16.028 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:16.029 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:59:16.029 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:16.029 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 3.6 M 2023-11-19T21:59:16.029 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 17 M 2023-11-19T21:59:16.030 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:59:16.032 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:59:16.036 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:59:16.157 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:59:16.321 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:16.561 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:16.855 INFO:teuthology.orchestra.run.smithi162.stdout:rbd-mirror-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 4.3 MB/s | 3.6 MB 00:00 2023-11-19T21:59:16.855 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:16.856 INFO:teuthology.orchestra.run.smithi162.stdout:Total 4.3 MB/s | 3.6 MB 00:00 2023-11-19T21:59:16.856 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:59:16.868 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:59:16.868 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:59:16.935 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:59:16.939 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:59:17.393 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:59:17.565 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:17.652 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:17.652 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:32 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:17.937 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:18.563 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:59:18.745 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:18.745 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:59:18.745 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:18.745 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:18.745 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:59:18.873 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-mirror 2023-11-19T21:59:19.004 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:19.004 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:37 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:59:19.228 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:20.846 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:31 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:22.212 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:59:22.212 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:22.212 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2023-11-19T21:59:22.212 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-mirror x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.6 M 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:59:22.213 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:22.214 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 3.6 M 2023-11-19T21:59:22.214 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 17 M 2023-11-19T21:59:22.214 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:59:22.919 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-mirror-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 5.1 MB/s | 3.6 MB 00:00 2023-11-19T21:59:22.919 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:22.920 INFO:teuthology.orchestra.run.smithi186.stdout:Total 5.1 MB/s | 3.6 MB 00:00 2023-11-19T21:59:22.920 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:59:22.932 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:59:22.932 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:59:22.998 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:59:23.002 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:59:23.450 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:59:23.649 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:24.004 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:24.429 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:59:24.628 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:24.628 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:59:24.628 INFO:teuthology.orchestra.run.smithi061.stdout: rbd-fuse-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:24.628 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:24.629 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:24.777 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install rbd-mirror 2023-11-19T21:59:25.046 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:25.046 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:36 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:25.154 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:26.868 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:41 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:27.099 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:59:27.282 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:27.282 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:59:27.282 INFO:teuthology.orchestra.run.smithi162.stdout: rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:27.283 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:27.283 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:59:27.400 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum -y install rbd-nbd 2023-11-19T21:59:27.759 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:28.396 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repo Size 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout: rbd-mirror x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 3.6 M 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:28.397 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:59:28.398 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:28.398 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:59:28.398 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:28.398 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 3.6 M 2023-11-19T21:59:28.398 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 17 M 2023-11-19T21:59:28.398 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:59:29.118 INFO:teuthology.orchestra.run.smithi061.stdout:rbd-mirror-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 5.0 MB/s | 3.6 MB 00:00 2023-11-19T21:59:29.119 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:29.119 INFO:teuthology.orchestra.run.smithi061.stdout:Total 5.0 MB/s | 3.6 MB 00:00 2023-11-19T21:59:29.120 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:59:29.145 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:59:29.145 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:59:29.217 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:59:29.221 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:59:29.284 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:47 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:59:29.799 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:59:29.973 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:30.360 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:30.647 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-19T21:59:30.647 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout: rbd-nbd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 181 k 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:Install 1 Package 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 181 k 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 573 k 2023-11-19T21:59:30.648 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-19T21:59:31.022 INFO:teuthology.orchestra.run.smithi162.stdout:rbd-nbd-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 483 kB/s | 181 kB 00:00 2023-11-19T21:59:31.023 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:31.023 INFO:teuthology.orchestra.run.smithi162.stdout:Total 482 kB/s | 181 kB 00:00 2023-11-19T21:59:31.023 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-19T21:59:31.035 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-19T21:59:31.035 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-19T21:59:31.088 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-19T21:59:31.092 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-19T21:59:31.211 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-19T21:59:31.375 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:31.524 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:31.524 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:46 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:31.637 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:32.212 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:59:32.398 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:32.398 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:59:32.399 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:32.399 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:32.399 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:59:32.545 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-nbd 2023-11-19T21:59:32.715 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:32.715 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:04:50 ago on Sun 19 Nov 2023 09:54:42 PM UTC. 2023-11-19T21:59:32.903 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:34.450 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:45 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:35.811 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-nbd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 181 k 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2023-11-19T21:59:35.812 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:35.813 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 181 k 2023-11-19T21:59:35.813 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 573 k 2023-11-19T21:59:35.813 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-19T21:59:36.138 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-nbd-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 555 kB/s | 181 kB 00:00 2023-11-19T21:59:36.140 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:36.140 INFO:teuthology.orchestra.run.smithi186.stdout:Total 553 kB/s | 181 kB 00:00 2023-11-19T21:59:36.140 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-19T21:59:36.151 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-19T21:59:36.151 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-19T21:59:36.207 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-19T21:59:36.211 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-19T21:59:36.331 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-19T21:59:36.408 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:59:36.486 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:36.608 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:36.608 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:59:36.608 INFO:teuthology.orchestra.run.smithi061.stdout: rbd-mirror-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:36.609 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:36.609 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:36.718 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:36.794 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install rbd-nbd 2023-11-19T21:59:37.173 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-11-19T21:59:37.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:37.795 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:04:48 ago on Sun 19 Nov 2023 09:54:49 PM UTC. 2023-11-19T21:59:38.603 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:53 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:38.911 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-19T21:59:39.094 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:39.094 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-19T21:59:39.094 INFO:teuthology.orchestra.run.smithi162.stdout: rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:39.094 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-19T21:59:39.094 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-19T21:59:39.237 DEBUG:teuthology.parallel:result is None 2023-11-19T21:59:40.158 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout: rbd-nbd x86_64 2:18.0.0-7418.gb0f45a51.el8 ceph 181 k 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:40.159 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-19T21:59:40.160 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-19T21:59:40.160 INFO:teuthology.orchestra.run.smithi061.stdout:Install 1 Package 2023-11-19T21:59:40.160 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:40.160 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 181 k 2023-11-19T21:59:40.160 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 573 k 2023-11-19T21:59:40.160 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-19T21:59:40.672 INFO:teuthology.orchestra.run.smithi061.stdout:rbd-nbd-18.0.0-7418.gb0f45a51.el8.x86_64.rpm 353 kB/s | 181 kB 00:00 2023-11-19T21:59:40.673 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T21:59:40.673 INFO:teuthology.orchestra.run.smithi061.stdout:Total 352 kB/s | 181 kB 00:00 2023-11-19T21:59:40.673 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-19T21:59:40.687 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-19T21:59:40.687 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-19T21:59:40.747 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-19T21:59:40.751 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-19T21:59:40.880 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-19T21:59:41.035 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:41.259 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:42.366 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 1/1 2023-11-19T21:59:42.366 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:04:57 ago on Sun 19 Nov 2023 09:54:45 PM UTC. 2023-11-19T21:59:42.678 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-19T21:59:42.860 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:42.861 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-19T21:59:42.861 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:42.861 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T21:59:42.861 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-19T21:59:42.999 DEBUG:teuthology.parallel:result is None 2023-11-19T21:59:51.717 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-11-19T21:59:51.914 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:51.914 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-19T21:59:51.914 INFO:teuthology.orchestra.run.smithi061.stdout: rbd-nbd-2:18.0.0-7418.gb0f45a51.el8.x86_64 2023-11-19T21:59:51.914 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T21:59:51.914 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-19T21:59:52.055 DEBUG:teuthology.parallel:result is None 2023-11-19T21:59:52.056 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:59:52.283 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-19T21:59:52.305 INFO:teuthology.orchestra.run.smithi061.stdout:18.0.0-7418.gb0f45a51.el8 2023-11-19T21:59:52.306 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7418.gb0f45a51.el8 2023-11-19T21:59:52.306 INFO:teuthology.task.install:The correct ceph version 18.0.0-7418.gb0f45a51 is installed. 2023-11-19T21:59:52.306 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:59:52.516 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-19T21:59:52.542 INFO:teuthology.orchestra.run.smithi162.stdout:18.0.0-7418.gb0f45a51.el8 2023-11-19T21:59:52.543 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7418.gb0f45a51.el8 2023-11-19T21:59:52.543 INFO:teuthology.task.install:The correct ceph version 18.0.0-7418.gb0f45a51 is installed. 2023-11-19T21:59:52.543 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:59:52.750 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-19T21:59:52.777 INFO:teuthology.orchestra.run.smithi186.stdout:18.0.0-7418.gb0f45a51.el8 2023-11-19T21:59:52.778 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7418.gb0f45a51.el8 2023-11-19T21:59:52.778 INFO:teuthology.task.install:The correct ceph version 18.0.0-7418.gb0f45a51 is installed. 2023-11-19T21:59:52.778 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-19T21:59:52.778 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T21:59:52.778 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-19T21:59:52.812 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T21:59:52.812 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-19T21:59:52.846 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T21:59:52.846 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-19T21:59:52.879 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-19T21:59:52.879 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T21:59:52.879 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/usr/bin/daemon-helper 2023-11-19T21:59:52.910 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-19T21:59:52.979 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T21:59:52.979 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/usr/bin/daemon-helper 2023-11-19T21:59:53.011 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-19T21:59:53.080 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T21:59:53.080 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/daemon-helper 2023-11-19T21:59:53.112 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-19T21:59:53.183 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-19T21:59:53.183 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T21:59:53.183 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-19T21:59:53.213 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-19T21:59:53.283 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T21:59:53.283 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-19T21:59:53.314 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-19T21:59:53.385 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T21:59:53.385 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-19T21:59:53.415 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-19T21:59:53.484 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-19T21:59:53.484 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T21:59:53.484 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/usr/bin/stdin-killer 2023-11-19T21:59:53.515 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-19T21:59:53.586 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T21:59:53.586 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/usr/bin/stdin-killer 2023-11-19T21:59:53.618 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-19T21:59:53.689 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T21:59:53.689 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/stdin-killer 2023-11-19T21:59:53.717 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-19T21:59:53.786 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-19T21:59:53.854 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': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'} 2023-11-19T21:59:53.854 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:59:53.855 INFO:tasks.cephadm:Cluster fsid is f8409728-8726-11ee-959e-87774f69a715 2023-11-19T21:59:53.855 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-19T21:59:53.855 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.61', 'mon.b': '172.21.15.162', 'mon.c': '172.21.15.186'} 2023-11-19T21:59:53.855 INFO:tasks.cephadm:First mon is mon.a on smithi061 2023-11-19T21:59:53.856 INFO:tasks.cephadm:First mgr is a 2023-11-19T21:59:53.856 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-19T21:59:53.856 DEBUG:teuthology.orchestra.run.smithi061:> sudo hostname $(hostname -s) 2023-11-19T21:59:53.889 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2023-11-19T21:59:53.922 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2023-11-19T21:59:53.951 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-19T21:59:53.951 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:59:54.086 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', '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/74221/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7418-gb0f45a51', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7418.gb0f45a51'}, 'url': 'https://3.chacra.ceph.com/r/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-17 17:15:32.763637', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-11-19T21:59:54.298 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref main, sha1 b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T21:59:54.298 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/x86_64/flavors/default/cephadm 2023-11-19T21:59:54.299 DEBUG:teuthology.orchestra.run.smithi061:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:54.945 INFO:teuthology.orchestra.run.smithi061.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 19 21:59 /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:54.946 DEBUG:teuthology.orchestra.run.smithi162:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:55.587 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 19 21:59 /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:55.587 DEBUG:teuthology.orchestra.run.smithi186:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:56.040 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2243658 Nov 19 21:59 /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:56.040 DEBUG:teuthology.orchestra.run.smithi061:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:56.062 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:56.083 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T21:59:56.112 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe on all hosts... 2023-11-19T21:59:56.113 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe pull 2023-11-19T21:59:56.115 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe pull 2023-11-19T21:59:56.125 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe pull 2023-11-19T21:59:57.155 INFO:teuthology.orchestra.run.smithi186.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe... 2023-11-19T21:59:57.186 INFO:teuthology.orchestra.run.smithi162.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe... 2023-11-19T21:59:57.276 INFO:teuthology.orchestra.run.smithi061.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe... 2023-11-19T22:00:36.206 INFO:teuthology.orchestra.run.smithi186.stdout:{ 2023-11-19T22:00:36.206 INFO:teuthology.orchestra.run.smithi186.stdout: "ceph_version": "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)", 2023-11-19T22:00:36.206 INFO:teuthology.orchestra.run.smithi186.stdout: "image_id": "8428285bd2b556ff4a39082907ad70d68464f5f866da46dfbc3b51381305d02e", 2023-11-19T22:00:36.206 INFO:teuthology.orchestra.run.smithi186.stdout: "repo_digests": [ 2023-11-19T22:00:36.206 INFO:teuthology.orchestra.run.smithi186.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887" 2023-11-19T22:00:36.207 INFO:teuthology.orchestra.run.smithi186.stdout: ] 2023-11-19T22:00:36.207 INFO:teuthology.orchestra.run.smithi186.stdout:} 2023-11-19T22:00:43.229 INFO:teuthology.orchestra.run.smithi162.stdout:{ 2023-11-19T22:00:43.230 INFO:teuthology.orchestra.run.smithi162.stdout: "ceph_version": "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)", 2023-11-19T22:00:43.230 INFO:teuthology.orchestra.run.smithi162.stdout: "image_id": "8428285bd2b556ff4a39082907ad70d68464f5f866da46dfbc3b51381305d02e", 2023-11-19T22:00:43.230 INFO:teuthology.orchestra.run.smithi162.stdout: "repo_digests": [ 2023-11-19T22:00:43.230 INFO:teuthology.orchestra.run.smithi162.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887" 2023-11-19T22:00:43.230 INFO:teuthology.orchestra.run.smithi162.stdout: ] 2023-11-19T22:00:43.230 INFO:teuthology.orchestra.run.smithi162.stdout:} 2023-11-19T22:00:44.426 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-11-19T22:00:44.426 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph_version": "ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev)", 2023-11-19T22:00:44.426 INFO:teuthology.orchestra.run.smithi061.stdout: "image_id": "8428285bd2b556ff4a39082907ad70d68464f5f866da46dfbc3b51381305d02e", 2023-11-19T22:00:44.427 INFO:teuthology.orchestra.run.smithi061.stdout: "repo_digests": [ 2023-11-19T22:00:44.427 INFO:teuthology.orchestra.run.smithi061.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1706c2a27bb591eeb827ba8563efb092dda2d15acd506eb486fc9d04a49d7887" 2023-11-19T22:00:44.427 INFO:teuthology.orchestra.run.smithi061.stdout: ] 2023-11-19T22:00:44.427 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-11-19T22:00:44.460 DEBUG:teuthology.orchestra.run.smithi061:> sudo mkdir -p /etc/ceph 2023-11-19T22:00:44.494 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2023-11-19T22:00:44.532 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2023-11-19T22:00:44.570 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 777 /etc/ceph 2023-11-19T22:00:44.599 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2023-11-19T22:00:44.631 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2023-11-19T22:00:44.661 INFO:tasks.cephadm:Writing seed config... 2023-11-19T22:00:44.662 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-11-19T22:00:44.662 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-19T22:00:44.663 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-19T22:00:44.664 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:00:44.664 DEBUG:teuthology.orchestra.run.smithi061:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-19T22:00:44.681 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 = f8409728-8726-11ee-959e-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-11-19T22:00:44.682 DEBUG:teuthology.orchestra.run.smithi061:mon.a> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a.service 2023-11-19T22:00:44.724 DEBUG:teuthology.orchestra.run.smithi061:mgr.a> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a.service 2023-11-19T22:00:44.752 INFO:journalctl@ceph.mon.a.smithi061.stdout:-- Logs begin at Sun 2023-11-19 21:43:20 UTC. -- 2023-11-19T22:00:44.753 INFO:tasks.cephadm:Bootstrapping... 2023-11-19T22:00:44.753 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe -v bootstrap --fsid f8409728-8726-11ee-959e-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.61 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:00:44.780 INFO:journalctl@ceph.mgr.a.smithi061.stdout:-- Logs begin at Sun 2023-11-19 21:43:20 UTC. -- 2023-11-19T22:00:44.960 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-19T22:00:44.960 INFO:teuthology.orchestra.run.smithi061.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', '-v', 'bootstrap', '--fsid', 'f8409728-8726-11ee-959e-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.61', '--skip-admin-label'] 2023-11-19T22:00:45.025 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stdout 3.0.1 2023-11-19T22:00:45.025 INFO:teuthology.orchestra.run.smithi061.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-11-19T22:00:45.026 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying podman|docker is present... 2023-11-19T22:00:45.092 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stdout 3.0.1 2023-11-19T22:00:45.092 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying lvm2 is present... 2023-11-19T22:00:45.092 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying time synchronization is in place... 2023-11-19T22:00:45.099 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-19T22:00:45.099 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-19T22:00:45.105 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-19T22:00:45.105 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout inactive 2023-11-19T22:00:45.111 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout enabled 2023-11-19T22:00:45.117 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout active 2023-11-19T22:00:45.117 INFO:teuthology.orchestra.run.smithi061.stdout:Unit chronyd.service is enabled and running 2023-11-19T22:00:45.117 INFO:teuthology.orchestra.run.smithi061.stdout:Repeating the final host check... 2023-11-19T22:00:45.175 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stdout 3.0.1 2023-11-19T22:00:45.176 INFO:teuthology.orchestra.run.smithi061.stdout:podman (/bin/podman) version 3.0.1 is present 2023-11-19T22:00:45.176 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl is present 2023-11-19T22:00:45.176 INFO:teuthology.orchestra.run.smithi061.stdout:lvcreate is present 2023-11-19T22:00:45.181 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-11-19T22:00:45.181 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-11-19T22:00:45.187 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-11-19T22:00:45.188 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout inactive 2023-11-19T22:00:45.193 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout enabled 2023-11-19T22:00:45.199 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout active 2023-11-19T22:00:45.199 INFO:teuthology.orchestra.run.smithi061.stdout:Unit chronyd.service is enabled and running 2023-11-19T22:00:45.199 INFO:teuthology.orchestra.run.smithi061.stdout:Host looks OK 2023-11-19T22:00:45.200 INFO:teuthology.orchestra.run.smithi061.stdout:Cluster fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:45.200 INFO:teuthology.orchestra.run.smithi061.stdout:Acquiring lock 140686927019928 on /run/cephadm/f8409728-8726-11ee-959e-87774f69a715.lock 2023-11-19T22:00:45.200 INFO:teuthology.orchestra.run.smithi061.stdout:Lock 140686927019928 acquired on /run/cephadm/f8409728-8726-11ee-959e-87774f69a715.lock 2023-11-19T22:00:45.200 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying IP 172.21.15.61 port 3300 ... 2023-11-19T22:00:45.200 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying IP 172.21.15.61 port 6789 ... 2023-11-19T22:00:45.200 INFO:teuthology.orchestra.run.smithi061.stdout:Base mon IP(s) is [172.21.15.61:3300, 172.21.15.61:6789], mon addrv is [v2:172.21.15.61:3300,v1:172.21.15.61:6789] 2023-11-19T22:00:45.204 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-19T22:00:45.204 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.61 metric 100 2023-11-19T22:00:45.207 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-11-19T22:00:45.207 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-11-19T22:00:45.207 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-11-19T22:00:45.210 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-19T22:00:45.211 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-11-19T22:00:45.211 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-19T22:00:45.211 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-19T22:00:45.211 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout inet6 fe80::e4a5:ef6c:39fc:25d0/64 scope link noprefixroute 2023-11-19T22:00:45.211 INFO:teuthology.orchestra.run.smithi061.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-11-19T22:00:45.211 INFO:teuthology.orchestra.run.smithi061.stdout:Mon IP `172.21.15.61` is in CIDR network `172.21.0.0/20` 2023-11-19T22:00:45.212 INFO:teuthology.orchestra.run.smithi061.stdout:Mon IP `172.21.15.61` is in CIDR network `172.21.0.0/20` 2023-11-19T22:00:45.212 INFO:teuthology.orchestra.run.smithi061.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-19T22:00:45.213 INFO:teuthology.orchestra.run.smithi061.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-19T22:00:45.213 INFO:teuthology.orchestra.run.smithi061.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe... 2023-11-19T22:00:45.554 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stdout 8428285bd2b556ff4a39082907ad70d68464f5f866da46dfbc3b51381305d02e 2023-11-19T22:00:45.554 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe... 2023-11-19T22:00:45.554 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Getting image source signatures 2023-11-19T22:00:45.555 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Copying blob sha256:7882e42de03823a2a072d4d78d37c5840326db48db83a135f522a1bede0c1db8 2023-11-19T22:00:45.555 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-19T22:00:45.555 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Copying config sha256:8428285bd2b556ff4a39082907ad70d68464f5f866da46dfbc3b51381305d02e 2023-11-19T22:00:45.555 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Writing manifest to image destination 2023-11-19T22:00:45.555 INFO:teuthology.orchestra.run.smithi061.stdout:/bin/podman: stderr Storing signatures 2023-11-19T22:00:46.844 INFO:teuthology.orchestra.run.smithi061.stdout:ceph: stdout ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev) 2023-11-19T22:00:46.844 INFO:teuthology.orchestra.run.smithi061.stdout:Ceph version: ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev) 2023-11-19T22:00:46.845 INFO:teuthology.orchestra.run.smithi061.stdout:Extracting ceph user uid/gid from container image... 2023-11-19T22:00:47.782 INFO:teuthology.orchestra.run.smithi061.stdout:stat: stdout 167 167 2023-11-19T22:00:47.782 INFO:teuthology.orchestra.run.smithi061.stdout:Creating initial keys... 2023-11-19T22:00:48.716 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph-authtool: stdout AQCQhVplldugCBAAMaFfug6OpBiMWo+0B5YM6g== 2023-11-19T22:00:49.691 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph-authtool: stdout AQCRhVplV/ukBRAA8IzYdGNhv1BLYDQXRBtyDw== 2023-11-19T22:00:50.629 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph-authtool: stdout AQCShVpltw/oARAAVON7MziEq1tbLrPTkTsUGQ== 2023-11-19T22:00:50.630 INFO:teuthology.orchestra.run.smithi061.stdout:Creating initial monmap... 2023-11-19T22:00:51.625 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:monmaptool for a [v2:172.21.15.61:3300,v1:172.21.15.61:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:setting min_mon_release = pacific 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/monmaptool: set fsid to f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:00:51.626 INFO:teuthology.orchestra.run.smithi061.stdout:Creating mon... 2023-11-19T22:00:52.614 INFO:teuthology.orchestra.run.smithi061.stdout:create mon.a on 2023-11-19T22:00:52.740 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-11-19T22:00:52.836 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-19T22:00:52.951 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f8409728-8726-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-f8409728-8726-11ee-959e-87774f69a715.target. 2023-11-19T22:00:52.951 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f8409728-8726-11ee-959e-87774f69a715.target → /etc/systemd/system/ceph-f8409728-8726-11ee-959e-87774f69a715.target. 2023-11-19T22:00:53.150 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a 2023-11-19T22:00:53.150 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a.service: Unit ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a.service not loaded. 2023-11-19T22:00:53.241 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f8409728-8726-11ee-959e-87774f69a715.target.wants/ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a.service → /etc/systemd/system/ceph-f8409728-8726-11ee-959e-87774f69a715@.service. 2023-11-19T22:00:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:53 smithi061 systemd[1]: Starting Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:00:53.817 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-19T22:00:53.817 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout disabled 2023-11-19T22:00:53.825 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-19T22:00:53.825 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout inactive 2023-11-19T22:00:53.825 INFO:teuthology.orchestra.run.smithi061.stdout:firewalld.service is not enabled 2023-11-19T22:00:53.825 INFO:teuthology.orchestra.run.smithi061.stdout:Not possible to enable service . firewalld.service is not available 2023-11-19T22:00:53.826 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for mon to start... 2023-11-19T22:00:53.826 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for mon... 2023-11-19T22:00:54.056 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:53 smithi061 bash[99683]: 0193913cb6af1ab983c30171f852a8552e69714aba5803fc4da9cd175340d160 2023-11-19T22:00:54.056 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:53 smithi061 systemd[1]: Started Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715. 2023-11-19T22:00:54.057 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:53 smithi061 ceph-mon[99748]: mkfs f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:54.057 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:53 smithi061 ceph-mon[99748]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-19T22:00:55.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout cluster: 2023-11-19T22:00:55.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout id: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout services: 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.61758s) 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout data: 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout pgs: 2023-11-19T22:00:55.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:00:55.110 INFO:teuthology.orchestra.run.smithi061.stdout:mon is available 2023-11-19T22:00:55.110 INFO:teuthology.orchestra.run.smithi061.stdout:Assimilating anything we can from ceph.conf... 2023-11-19T22:00:55.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:54 smithi061 ceph-mon[99748]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-19T22:00:55.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:54 smithi061 ceph-mon[99748]: monmap e1: 1 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:00:55.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:54 smithi061 ceph-mon[99748]: fsmap 2023-11-19T22:00:55.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:54 smithi061 ceph-mon[99748]: osdmap e1: 0 total, 0 up, 0 in 2023-11-19T22:00:55.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:54 smithi061 ceph-mon[99748]: mgrmap e1: no daemons active 2023-11-19T22:00:55.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:54 smithi061 ceph-mon[99748]: from='client.? 172.21.15.61:0/1025105499' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-19T22:00:56.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:55 smithi061 ceph-mon[99748]: from='client.? 172.21.15.61:0/1162914517' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-19T22:00:56.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:55 smithi061 ceph-mon[99748]: from='client.? 172.21.15.61:0/1162914517' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-19T22:00:56.265 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout [global] 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout fsid = f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.61:3300,v1:172.21.15.61:6789] 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-19T22:00:56.267 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout [osd] 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-19T22:00:56.268 INFO:teuthology.orchestra.run.smithi061.stdout:Generating new minimal ceph.conf... 2023-11-19T22:00:57.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:56 smithi061 ceph-mon[99748]: from='client.? 172.21.15.61:0/1411918127' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:00:57.456 INFO:teuthology.orchestra.run.smithi061.stdout:Restarting the monitor... 2023-11-19T22:00:57.716 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:57 smithi061 systemd[1]: Stopping Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:00:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:57 smithi061 conmon[99724]: 2023-11-19T22:00:57.710+0000 7ffa58f6e700 -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-11-19T22:00:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:57 smithi061 conmon[99724]: 2023-11-19T22:00:57.710+0000 7ffa58f6e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-11-19T22:00:58.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:58 smithi061 bash[100303]: 0193913cb6af1ab983c30171f852a8552e69714aba5803fc4da9cd175340d160 2023-11-19T22:00:58.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:58 smithi061 systemd[1]: ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a.service: Succeeded. 2023-11-19T22:00:58.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:58 smithi061 systemd[1]: Stopped Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715. 2023-11-19T22:00:58.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:58 smithi061 systemd[1]: Starting Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:00:59.059 INFO:teuthology.orchestra.run.smithi061.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: set uid:gid to 167:167 (ceph:ceph) 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev), process ceph-mon, pid 7 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: pidfile_write: ignore empty --pid-file 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: load: jerasure load: lrc 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: RocksDB version: 7.9.2 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Git sha 0 2023-11-19T22:00:59.324 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Compile date 2023-11-17 16:17:08 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: DB SUMMARY 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: DB Session ID: 6W1QI9EZ280KBXB89QLW 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: CURRENT file: CURRENT 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: IDENTITY file: IDENTITY 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83758 ; 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.error_if_exists: 0 2023-11-19T22:00:59.325 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.create_if_missing: 0 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.paranoid_checks: 1 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.env: 0x55f7f668ba60 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.fs: PosixFileSystem 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.info_log: 0x55f7f709f740 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_file_opening_threads: 16 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.statistics: (nil) 2023-11-19T22:00:59.326 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.use_fsync: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_log_file_size: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.keep_log_file_num: 1000 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.recycle_log_file_num: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.allow_fallocate: 1 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.allow_mmap_reads: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.allow_mmap_writes: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.use_direct_reads: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.create_missing_column_families: 0 2023-11-19T22:00:59.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.db_log_dir: 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.wal_dir: 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 bash[100629]: e2da66104577732eb1e7310e7ba6d7b8d329b15682d7581ec3d15064bc8add64 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.advise_random_on_open: 1 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.db_write_buffer_size: 0 2023-11-19T22:00:59.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.write_buffer_manager: 0x55f7f7053360 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.rate_limiter: (nil) 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.wal_recovery_mode: 2 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.enable_thread_tracking: 0 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.enable_pipelined_write: 0 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.unordered_write: 0 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-19T22:00:59.329 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.row_cache: None 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.wal_filter: None 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.allow_ingest_behind: 0 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.two_write_queues: 0 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.manual_wal_flush: 0 2023-11-19T22:00:59.330 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.wal_compression: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.atomic_flush: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.log_readahead_size: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.best_efforts_recovery: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.allow_data_in_errors: 0 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.db_host_id: __hostname__ 2023-11-19T22:00:59.331 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_background_jobs: 2 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_background_compactions: -1 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_subcompactions: 1 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_total_wal_size: 0 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-19T22:00:59.332 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_open_files: -1 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bytes_per_sync: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_readahead_size: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_background_flushes: -1 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Compression algorithms supported: 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kZSTD supported: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kXpressCompression supported: 0 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kLZ4HCCompression supported: 1 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kZlibCompression supported: 1 2023-11-19T22:00:59.333 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kSnappyCompression supported: 1 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kLZ4Compression supported: 1 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: kBZip2Compression supported: 0 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.merge_operator: 2023-11-19T22:00:59.334 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_filter: None 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_filter_factory: None 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.sst_partitioner_factory: None 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f7f709f860) 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout: cache_index_and_filter_blocks: 1 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout: pin_top_level_index_and_filter: 1 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout: index_type: 0 2023-11-19T22:00:59.335 INFO:journalctl@ceph.mon.a.smithi061.stdout: data_block_index_type: 0 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: index_shortening: 1 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: checksum: 4 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: no_block_cache: 0 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_cache: 0x55f7f70f5090 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_cache_name: BinnedLRUCache 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_cache_options: 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: capacity : 536870912 2023-11-19T22:00:59.336 INFO:journalctl@ceph.mon.a.smithi061.stdout: num_shard_bits : 4 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: strict_capacity_limit : 0 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: high_pri_pool_ratio: 0.000 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_cache_compressed: (nil) 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: persistent_cache: (nil) 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_size: 4096 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_size_deviation: 10 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_restart_interval: 16 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: index_block_restart_interval: 1 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: metadata_block_size: 4096 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: partition_filters: 0 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: use_delta_encoding: 1 2023-11-19T22:00:59.337 INFO:journalctl@ceph.mon.a.smithi061.stdout: filter_policy: bloomfilter 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: whole_key_filtering: 1 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: verify_compression: 0 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: read_amp_bytes_per_bit: 0 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: format_version: 5 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: enable_index_compression: 1 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: block_align: 0 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: max_auto_readahead_size: 262144 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: prepopulate_block_cache: 0 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: initial_auto_readahead_size: 8192 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout: num_file_reads_for_auto_readahead: 2 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.write_buffer_size: 33554432 2023-11-19T22:00:59.338 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_write_buffer_number: 2 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression: NoCompression 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression: Disabled 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.prefix_extractor: nullptr 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.num_levels: 7 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-19T22:00:59.339 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.level: 32767 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.strategy: 0 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-19T22:00:59.341 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.enabled: false 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.target_file_size_base: 67108864 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-19T22:00:59.342 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.arena_block_size: 1048576 2023-11-19T22:00:59.343 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.disable_auto_compactions: 0 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-19T22:00:59.344 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.table_properties_collectors: 2023-11-19T22:00:59.345 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.inplace_update_support: 0 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.bloom_locality: 0 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.max_successive_merges: 0 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-19T22:00:59.346 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.paranoid_file_checks: 0 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.force_consistency_checks: 1 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.report_bg_io_stats: 0 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.ttl: 2592000 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.enable_blob_files: false 2023-11-19T22:00:59.347 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.min_blob_size: 0 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.blob_file_size: 268435456 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.blob_file_starting_level: 0 2023-11-19T22:00:59.348 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4a23eb60-7939-4221-90c9-6d8d20bf5c9d 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700431259050285, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700431259051707, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80505, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78692, "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": 73000, "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": 1700431259, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4a23eb60-7939-4221-90c9-6d8d20bf5c9d", "db_session_id": "6W1QI9EZ280KBXB89QLW", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700431259051812, "job": 1, "event": "recovery_finished"} 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 systemd[1]: Started Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715. 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-19T22:00:59.349 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f7f718e000 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: DB pointer 0x55f7f717c000 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout: ** DB Stats ** 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T22:00:59.350 INFO:journalctl@ceph.mon.a.smithi061.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: ** Compaction Stats [default] ** 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: L0 2/0 80.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: Sum 2/0 80.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.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 90.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: 2023-11-19T22:00:59.351 INFO:journalctl@ceph.mon.a.smithi061.stdout: ** Compaction Stats [default] ** 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.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 90.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T22:00:59.352 INFO:journalctl@ceph.mon.a.smithi061.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: Cumulative compaction: 0.00 GB write, 11.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: Interval compaction: 0.00 GB write, 11.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: Block cache BinnedLRUCache@0x55f7f70f5090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: starting mon.a rank 0 at public addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] at bind addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???) e1 preinit fsid f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).mds e1 new map 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).mds e1 print_map 2023-11-19T22:00:59.353 INFO:journalctl@ceph.mon.a.smithi061.stdout: e1 2023-11-19T22:00:59.354 INFO:journalctl@ceph.mon.a.smithi061.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-19T22:00:59.354 INFO:journalctl@ceph.mon.a.smithi061.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-19T22:00:59.354 INFO:journalctl@ceph.mon.a.smithi061.stdout: legacy client fscid: -1 2023-11-19T22:00:59.354 INFO:journalctl@ceph.mon.a.smithi061.stdout: 2023-11-19T22:00:59.354 INFO:journalctl@ceph.mon.a.smithi061.stdout: No filesystems configured 2023-11-19T22:00:59.354 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mon.a is new leader, mons a in quorum (ranks 0) 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: monmap e1: 1 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: fsmap 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: osdmap e1: 0 total, 0 up, 0 in 2023-11-19T22:00:59.355 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:00:59 smithi061 ceph-mon[100694]: mgrmap e1: no daemons active 2023-11-19T22:01:00.348 INFO:teuthology.orchestra.run.smithi061.stdout:Wrote config to /etc/ceph/ceph.conf 2023-11-19T22:01:00.376 INFO:teuthology.orchestra.run.smithi061.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:01:00.377 INFO:teuthology.orchestra.run.smithi061.stdout:Creating mgr... 2023-11-19T22:01:00.377 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying port 0.0.0.0:9283 ... 2023-11-19T22:01:00.378 INFO:teuthology.orchestra.run.smithi061.stdout:Verifying port 0.0.0.0:8765 ... 2023-11-19T22:01:00.589 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a 2023-11-19T22:01:00.590 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a.service: Unit ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a.service not loaded. 2023-11-19T22:01:00.685 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f8409728-8726-11ee-959e-87774f69a715.target.wants/ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-f8409728-8726-11ee-959e-87774f69a715@.service. 2023-11-19T22:01:01.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:00 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3128224761' entity='client.admin' 2023-11-19T22:01:01.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:00 smithi061 systemd[1]: Starting Ceph mgr.a for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:01:01.307 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-19T22:01:01.307 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout disabled 2023-11-19T22:01:01.316 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-19T22:01:01.316 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout inactive 2023-11-19T22:01:01.316 INFO:teuthology.orchestra.run.smithi061.stdout:firewalld.service is not enabled 2023-11-19T22:01:01.316 INFO:teuthology.orchestra.run.smithi061.stdout:Not possible to enable service . firewalld.service is not available 2023-11-19T22:01:01.325 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-19T22:01:01.325 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout disabled 2023-11-19T22:01:01.334 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-19T22:01:01.334 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout inactive 2023-11-19T22:01:01.334 INFO:teuthology.orchestra.run.smithi061.stdout:firewalld.service is not enabled 2023-11-19T22:01:01.335 INFO:teuthology.orchestra.run.smithi061.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-11-19T22:01:01.335 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for mgr to start... 2023-11-19T22:01:01.335 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for mgr... 2023-11-19T22:01:01.441 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 bash[101082]: c6d274e5921240e52fd8345ed8ea51f8f4bb1d771f1f43d05b3c266d1b1a77aa 2023-11-19T22:01:01.441 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 systemd[1]: Started Ceph mgr.a for f8409728-8726-11ee-959e-87774f69a715. 2023-11-19T22:01:01.765 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 conmon[101123]: 2023-11-19T22:01:01.436+0000 7f0612a5c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-19T22:01:01.765 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 conmon[101123]: 2023-11-19T22:01:01.535+0000 7f0612a5c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-19T22:01:01.765 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 conmon[101123]: 2023-11-19T22:01:01.646+0000 7f0612a5c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-19T22:01:01.765 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 conmon[101123]: 2023-11-19T22:01:01.760+0000 7f0612a5c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-19T22:01:02.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:02 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2923595649' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T22:01:02.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:01 smithi061 conmon[101123]: 2023-11-19T22:01:01.970+0000 7f0612a5c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-19T22:01:02.664 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:02.666 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsid": "f8409728-8726-11ee-959e-87774f69a715", 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "health": { 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-19T22:01:02.667 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 0 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "a" 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.668 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-19T22:01:02.669 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:02.669 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-19T22:01:02.670 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-19T22:01:02.670 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-19T22:01:02.670 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-19T22:01:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-19T22:01:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-19T22:01:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.673 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:02.674 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "restful" 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.675 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modified": "2023-11-19T22:00:53.828367+0000", 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:02.676 INFO:teuthology.orchestra.run.smithi061.stdout:mgr not available, waiting (1/15)... 2023-11-19T22:01:02.728 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:02 smithi061 conmon[101123]: 2023-11-19T22:01:02.462+0000 7f0612a5c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-19T22:01:02.728 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:02 smithi061 conmon[101123]: 2023-11-19T22:01:02.614+0000 7f0612a5c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-19T22:01:02.728 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:02 smithi061 conmon[101123]: 2023-11-19T22:01:02.723+0000 7f0612a5c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-19T22:01:03.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:02 smithi061 conmon[101123]: 2023-11-19T22:01:02.838+0000 7f0612a5c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-19T22:01:03.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:03 smithi061 conmon[101123]: 2023-11-19T22:01:03.349+0000 7f0612a5c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-19T22:01:04.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:04 smithi061 conmon[101123]: 2023-11-19T22:01:04.144+0000 7f0612a5c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-19T22:01:04.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:04 smithi061 conmon[101123]: 2023-11-19T22:01:04.242+0000 7f0612a5c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-19T22:01:05.504 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:05 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/183503345' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T22:01:05.504 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:05 smithi061 conmon[101123]: 2023-11-19T22:01:05.239+0000 7f0612a5c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:01:05.504 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:05 smithi061 conmon[101123]: 2023-11-19T22:01:05.355+0000 7f0612a5c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-19T22:01:05.870 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:05 smithi061 conmon[101123]: 2023-11-19T22:01:05.581+0000 7f0612a5c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:01:05.872 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:05.874 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:05.874 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsid": "f8409728-8726-11ee-959e-87774f69a715", 2023-11-19T22:01:05.874 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "health": { 2023-11-19T22:01:05.874 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 0 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "a" 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:05.875 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-19T22:01:05.876 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-19T22:01:05.879 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-19T22:01:05.879 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-19T22:01:05.879 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-19T22:01:05.880 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "restful" 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-19T22:01:05.881 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:05.882 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modified": "2023-11-19T22:00:53.828367+0000", 2023-11-19T22:01:05.882 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:05.882 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:05.882 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-19T22:01:05.882 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:05.882 INFO:teuthology.orchestra.run.smithi061.stdout:mgr not available, waiting (2/15)... 2023-11-19T22:01:06.192 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:06 smithi061 conmon[101123]: 2023-11-19T22:01:06.082+0000 7f0612a5c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-19T22:01:06.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:06 smithi061 conmon[101123]: 2023-11-19T22:01:06.187+0000 7f0612a5c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-19T22:01:06.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:06 smithi061 conmon[101123]: 2023-11-19T22:01:06.369+0000 7f0612a5c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-19T22:01:07.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:06 smithi061 conmon[101123]: 2023-11-19T22:01:06.699+0000 7f0612a5c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-19T22:01:07.870 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:07 smithi061 conmon[101123]: 2023-11-19T22:01:07.542+0000 7f0612a5c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-19T22:01:07.870 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:07 smithi061 conmon[101123]: 2023-11-19T22:01:07.699+0000 7f0612a5c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-19T22:01:08.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:07 smithi061 conmon[101123]: 2023-11-19T22:01:07.957+0000 7f0612a5c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-19T22:01:08.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:08 smithi061 conmon[101123]: 2023-11-19T22:01:08.102+0000 7f0612a5c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-19T22:01:08.695 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:08 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3849038797' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T22:01:08.696 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:08 smithi061 conmon[101123]: 2023-11-19T22:01:08.385+0000 7f0612a5c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsid": "f8409728-8726-11ee-959e-87774f69a715", 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "health": { 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-19T22:01:09.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 0 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "a" 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:09.108 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-19T22:01:09.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-19T22:01:09.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-19T22:01:09.109 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-19T22:01:09.112 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-19T22:01:09.113 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "available": false, 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "restful" 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modified": "2023-11-19T22:00:53.828367+0000", 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:09.114 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:09.115 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-19T22:01:09.115 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:09.115 INFO:teuthology.orchestra.run.smithi061.stdout:mgr not available, waiting (3/15)... 2023-11-19T22:01:09.870 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:09 smithi061 conmon[101123]: 2023-11-19T22:01:09.441+0000 7f0612a5c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: Activating manager daemon a 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: mgrmap e2: a(active, starting, since 0.0031125s) 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-19T22:01:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: Manager daemon a is now available 2023-11-19T22:01:10.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-19T22:01:10.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-19T22:01:10.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' 2023-11-19T22:01:10.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' 2023-11-19T22:01:10.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:10 smithi061 ceph-mon[100694]: from='mgr.14100 172.21.15.61:0/3810198872' entity='mgr.a' 2023-11-19T22:01:11.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:11 smithi061 ceph-mon[100694]: mgrmap e3: a(active, since 1.0071s) 2023-11-19T22:01:12.651 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:12.651 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:12.651 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsid": "f8409728-8726-11ee-959e-87774f69a715", 2023-11-19T22:01:12.651 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "health": { 2023-11-19T22:01:12.651 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 0 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "a" 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "monmap": { 2023-11-19T22:01:12.652 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.653 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-11-19T22:01:12.654 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modules": [ 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "iostat", 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "nfs", 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "restful" 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ], 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-11-19T22:01:12.655 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-11-19T22:01:12.656 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "modified": "2023-11-19T22:00:53.828367+0000", 2023-11-19T22:01:12.656 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "services": {} 2023-11-19T22:01:12.656 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout }, 2023-11-19T22:01:12.656 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-11-19T22:01:12.656 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:12.656 INFO:teuthology.orchestra.run.smithi061.stdout:mgr is available 2023-11-19T22:01:12.811 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:12 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3617827372' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-19T22:01:13.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:13 smithi061 ceph-mon[100694]: mgrmap e4: a(active, since 3s) 2023-11-19T22:01:13.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:13 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2828630209' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-19T22:01:13.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:13 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2828630209' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-19T22:01:13.988 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout [global] 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout fsid = f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout [mgr] 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-11-19T22:01:13.990 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 2023-11-19T22:01:13.991 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout [osd] 2023-11-19T22:01:13.991 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-11-19T22:01:13.991 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-11-19T22:01:13.991 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling cephadm module... 2023-11-19T22:01:15.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:15 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3480487057' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-19T22:01:15.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: ignoring --setuser ceph since I am not root 2023-11-19T22:01:15.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: ignoring --setgroup ceph since I am not root 2023-11-19T22:01:15.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: 2023-11-19T22:01:15.263+0000 7fb298182200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-19T22:01:15.682 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: 2023-11-19T22:01:15.361+0000 7fb298182200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-19T22:01:15.683 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: 2023-11-19T22:01:15.470+0000 7fb298182200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-19T22:01:15.683 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: 2023-11-19T22:01:15.581+0000 7fb298182200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-19T22:01:16.071 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:15 smithi061 conmon[101123]: 2023-11-19T22:01:15.800+0000 7fb298182200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-19T22:01:16.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:16 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3480487057' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-19T22:01:16.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:16 smithi061 ceph-mon[100694]: mgrmap e5: a(active, since 5s) 2023-11-19T22:01:16.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:16 smithi061 conmon[101123]: 2023-11-19T22:01:16.285+0000 7fb298182200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-19T22:01:16.836 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:16 smithi061 conmon[101123]: 2023-11-19T22:01:16.438+0000 7fb298182200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-19T22:01:16.837 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:16 smithi061 conmon[101123]: 2023-11-19T22:01:16.547+0000 7fb298182200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-19T22:01:16.837 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:16 smithi061 conmon[101123]: 2023-11-19T22:01:16.663+0000 7fb298182200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-19T22:01:17.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:17 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3888478579' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-19T22:01:17.196 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:17.196 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-11-19T22:01:17.196 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-19T22:01:17.196 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-19T22:01:17.196 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-19T22:01:17.196 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:17.197 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for the mgr to restart... 2023-11-19T22:01:17.197 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for mgr epoch 5... 2023-11-19T22:01:17.453 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:17 smithi061 conmon[101123]: 2023-11-19T22:01:17.185+0000 7fb298182200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-19T22:01:18.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:17 smithi061 conmon[101123]: 2023-11-19T22:01:17.991+0000 7fb298182200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-19T22:01:18.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:18 smithi061 conmon[101123]: 2023-11-19T22:01:18.089+0000 7fb298182200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-19T22:01:19.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:19 smithi061 conmon[101123]: 2023-11-19T22:01:19.062+0000 7fb298182200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:01:19.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:19 smithi061 conmon[101123]: 2023-11-19T22:01:19.173+0000 7fb298182200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-19T22:01:19.870 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:19 smithi061 conmon[101123]: 2023-11-19T22:01:19.394+0000 7fb298182200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:01:20.183 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:19 smithi061 conmon[101123]: 2023-11-19T22:01:19.891+0000 7fb298182200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-19T22:01:20.183 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:19 smithi061 conmon[101123]: 2023-11-19T22:01:19.996+0000 7fb298182200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-19T22:01:20.513 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:20 smithi061 conmon[101123]: 2023-11-19T22:01:20.178+0000 7fb298182200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-19T22:01:21.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:20 smithi061 conmon[101123]: 2023-11-19T22:01:20.509+0000 7fb298182200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-19T22:01:21.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:21 smithi061 conmon[101123]: 2023-11-19T22:01:21.330+0000 7fb298182200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-19T22:01:21.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:21 smithi061 conmon[101123]: 2023-11-19T22:01:21.489+0000 7fb298182200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-19T22:01:22.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:21 smithi061 conmon[101123]: 2023-11-19T22:01:21.736+0000 7fb298182200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-19T22:01:22.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:21 smithi061 conmon[101123]: 2023-11-19T22:01:21.873+0000 7fb298182200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-19T22:01:22.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:22 smithi061 conmon[101123]: 2023-11-19T22:01:22.147+0000 7fb298182200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-19T22:01:23.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:23 smithi061 conmon[101123]: 2023-11-19T22:01:23.198+0000 7fb298182200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-19T22:01:23.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: Active manager daemon a restarted 2023-11-19T22:01:23.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: Activating manager daemon a 2023-11-19T22:01:23.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: osdmap e2: 0 total, 0 up, 0 in 2023-11-19T22:01:23.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: mgrmap e6: a(active, starting, since 0.00346852s) 2023-11-19T22:01:23.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:01:23.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-19T22:01:23.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T22:01:23.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T22:01:23.622 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T22:01:23.622 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: Manager daemon a is now available 2023-11-19T22:01:23.622 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:23.622 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:23 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:24.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: Found migration_current of "None". Setting to last migration. 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:24.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:24 smithi061 ceph-mon[100694]: mgrmap e7: a(active, since 1.00509s) 2023-11-19T22:01:24.795 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:24.795 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-11-19T22:01:24.795 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-19T22:01:24.795 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:24.795 INFO:teuthology.orchestra.run.smithi061.stdout:mgr epoch 5 is available 2023-11-19T22:01:24.795 INFO:teuthology.orchestra.run.smithi061.stdout:Setting orchestrator backend to cephadm... 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:24] ENGINE Bus STARTING 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:24] ENGINE Serving on http://172.21.15.61:8765 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:25] ENGINE Serving on https://172.21.15.61:7150 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:25] ENGINE Bus STARTED 2023-11-19T22:01:25.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:25 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:26.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:26 smithi061 ceph-mon[100694]: mgrmap e8: a(active, since 2s) 2023-11-19T22:01:26.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:26 smithi061 ceph-mon[100694]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:26.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:26 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:26.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:26 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:27.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:27 smithi061 ceph-mon[100694]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:27.627 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout value unchanged 2023-11-19T22:01:27.627 INFO:teuthology.orchestra.run.smithi061.stdout:Generating ssh key... 2023-11-19T22:01:29.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: Generating public/private rsa key pair. 2023-11-19T22:01:29.122 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: Your identification has been saved in /tmp/tmpcq9x_6uv/key. 2023-11-19T22:01:29.122 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: Your public key has been saved in /tmp/tmpcq9x_6uv/key.pub. 2023-11-19T22:01:29.122 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: The key fingerprint is: 2023-11-19T22:01:29.122 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: SHA256:YN0yXLA5TEHzeZ0JMGLPupsvFwvkknoiGY1sm+4dusA ceph-f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:01:29.122 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: The key's randomart image is: 2023-11-19T22:01:29.122 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: +---[RSA 3072]----+ 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | .Oo+.. | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | * @ o o o | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | o X * . + | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | . ..= . | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | . o +S | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: |. = . o o.. | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: |.E =.. ... o | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | .=oo.. .oo | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: | o=o.o o+. | 2023-11-19T22:01:29.123 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:28 smithi061 conmon[101123]: +----[SHA256]-----+ 2023-11-19T22:01:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:29 smithi061 ceph-mon[100694]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:29 smithi061 ceph-mon[100694]: Generating ssh key... 2023-11-19T22:01:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:29 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:29 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:30.760 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:01:30.761 INFO:teuthology.orchestra.run.smithi061.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-19T22:01:30.761 INFO:teuthology.orchestra.run.smithi061.stdout:Adding key to root@localhost authorized_keys... 2023-11-19T22:01:30.762 INFO:teuthology.orchestra.run.smithi061.stdout:Adding host smithi061... 2023-11-19T22:01:31.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:31 smithi061 ceph-mon[100694]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:32.437 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:32 smithi061 ceph-mon[100694]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi061", "addr": "172.21.15.61", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:33.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:33 smithi061 ceph-mon[100694]: Deploying cephadm binary to smithi061 2023-11-19T22:01:37.393 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout Added host 'smithi061' with addr '172.21.15.61' 2023-11-19T22:01:37.393 INFO:teuthology.orchestra.run.smithi061.stdout:Deploying unmanaged mon service... 2023-11-19T22:01:38.067 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:37 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:38.067 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:37 smithi061 ceph-mon[100694]: Added host smithi061 2023-11-19T22:01:38.067 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:37 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:39.126 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-11-19T22:01:39.127 INFO:teuthology.orchestra.run.smithi061.stdout:Deploying unmanaged mgr service... 2023-11-19T22:01:39.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:39 smithi061 ceph-mon[100694]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:39.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:39 smithi061 ceph-mon[100694]: Saving service mon spec with placement count:5 2023-11-19T22:01:39.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:39 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:39.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:39 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:40.718 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-11-19T22:01:40.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:40 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:40.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:40 smithi061 ceph-mon[100694]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:40.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:40 smithi061 ceph-mon[100694]: Saving service mgr spec with placement count:2 2023-11-19T22:01:40.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:40 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:42.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:41 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:42.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:41 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/281011056' entity='client.admin' 2023-11-19T22:01:42.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:41 smithi061 ceph-mon[100694]: from='mgr.14120 172.21.15.61:0/2806456823' entity='mgr.a' 2023-11-19T22:01:43.835 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling the dashboard module... 2023-11-19T22:01:44.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:44 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3582675915' entity='client.admin' 2023-11-19T22:01:45.437 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:45 smithi061 ceph-mon[100694]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:01:45.437 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:45 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1113267188' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-19T22:01:45.437 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: ignoring --setuser ceph since I am not root 2023-11-19T22:01:45.437 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: ignoring --setgroup ceph since I am not root 2023-11-19T22:01:45.437 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: 2023-11-19T22:01:45.336+0000 7f1e187c9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-19T22:01:45.437 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: 2023-11-19T22:01:45.432+0000 7f1e187c9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-19T22:01:45.783 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: 2023-11-19T22:01:45.541+0000 7f1e187c9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-19T22:01:45.783 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: 2023-11-19T22:01:45.652+0000 7f1e187c9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-19T22:01:46.119 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:45 smithi061 conmon[101123]: 2023-11-19T22:01:45.877+0000 7f1e187c9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-19T22:01:46.387 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:46 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1113267188' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-19T22:01:46.387 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:46 smithi061 ceph-mon[100694]: mgrmap e9: a(active, since 21s) 2023-11-19T22:01:46.648 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:46 smithi061 conmon[101123]: 2023-11-19T22:01:46.382+0000 7f1e187c9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-19T22:01:46.648 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:46 smithi061 conmon[101123]: 2023-11-19T22:01:46.535+0000 7f1e187c9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-19T22:01:46.941 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:46 smithi061 conmon[101123]: 2023-11-19T22:01:46.643+0000 7f1e187c9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-19T22:01:46.941 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:46 smithi061 conmon[101123]: 2023-11-19T22:01:46.759+0000 7f1e187c9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-19T22:01:47.288 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:47 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1168348410' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-19T22:01:47.334 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:47.334 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-11-19T22:01:47.335 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "available": true, 2023-11-19T22:01:47.335 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-11-19T22:01:47.335 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-11-19T22:01:47.335 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:47.335 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for the mgr to restart... 2023-11-19T22:01:47.335 INFO:teuthology.orchestra.run.smithi061.stdout:Waiting for mgr epoch 9... 2023-11-19T22:01:47.546 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:47 smithi061 conmon[101123]: 2023-11-19T22:01:47.284+0000 7f1e187c9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-19T22:01:48.369 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:48 smithi061 conmon[101123]: 2023-11-19T22:01:48.092+0000 7f1e187c9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-19T22:01:48.370 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:48 smithi061 conmon[101123]: 2023-11-19T22:01:48.192+0000 7f1e187c9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-19T22:01:49.509 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:49 smithi061 conmon[101123]: 2023-11-19T22:01:49.169+0000 7f1e187c9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:01:49.509 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:49 smithi061 conmon[101123]: 2023-11-19T22:01:49.282+0000 7f1e187c9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-19T22:01:50.297 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:49 smithi061 conmon[101123]: 2023-11-19T22:01:49.506+0000 7f1e187c9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:01:50.298 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:50 smithi061 conmon[101123]: 2023-11-19T22:01:50.004+0000 7f1e187c9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-19T22:01:50.298 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:50 smithi061 conmon[101123]: 2023-11-19T22:01:50.111+0000 7f1e187c9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-19T22:01:50.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:50 smithi061 conmon[101123]: 2023-11-19T22:01:50.294+0000 7f1e187c9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-19T22:01:51.119 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:50 smithi061 conmon[101123]: 2023-11-19T22:01:50.628+0000 7f1e187c9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-19T22:01:51.864 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:51 smithi061 conmon[101123]: 2023-11-19T22:01:51.451+0000 7f1e187c9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-19T22:01:51.864 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:51 smithi061 conmon[101123]: 2023-11-19T22:01:51.610+0000 7f1e187c9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-19T22:01:52.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:51 smithi061 conmon[101123]: 2023-11-19T22:01:51.860+0000 7f1e187c9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-19T22:01:52.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:51 smithi061 conmon[101123]: 2023-11-19T22:01:51.998+0000 7f1e187c9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-19T22:01:52.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:52 smithi061 conmon[101123]: 2023-11-19T22:01:52.274+0000 7f1e187c9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:01:53 smithi061 conmon[101123]: 2023-11-19T22:01:53.323+0000 7f1e187c9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: Active manager daemon a restarted 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: Activating manager daemon a 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: osdmap e3: 0 total, 0 up, 0 in 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: mgrmap e10: a(active, starting, since 0.00315426s) 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-19T22:01:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T22:01:53.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T22:01:53.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T22:01:53.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: Manager daemon a is now available 2023-11-19T22:01:53.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:53.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:01:54.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-19T22:01:54.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-19T22:01:54.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:54 smithi061 ceph-mon[100694]: mgrmap e11: a(active, since 1.00668s) 2023-11-19T22:01:55.000 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout { 2023-11-19T22:01:55.000 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-11-19T22:01:55.000 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout "initialized": true 2023-11-19T22:01:55.000 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout } 2023-11-19T22:01:55.000 INFO:teuthology.orchestra.run.smithi061.stdout:mgr epoch 9 is available 2023-11-19T22:01:55.000 INFO:teuthology.orchestra.run.smithi061.stdout:Generating a dashboard self-signed certificate... 2023-11-19T22:01:56.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:56 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:54] ENGINE Bus STARTING 2023-11-19T22:01:56.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:56 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:01:56.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:56 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:55] ENGINE Serving on http://172.21.15.61:8765 2023-11-19T22:01:56.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:56 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:55] ENGINE Serving on https://172.21.15.61:7150 2023-11-19T22:01:56.327 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:56 smithi061 ceph-mon[100694]: [19/Nov/2023:22:01:55] ENGINE Bus STARTED 2023-11-19T22:01:56.328 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:56 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:01:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:57 smithi061 ceph-mon[100694]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:57 smithi061 ceph-mon[100694]: mgrmap e12: a(active, since 2s) 2023-11-19T22:01:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:01:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:01:57.226 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-11-19T22:01:57.226 INFO:teuthology.orchestra.run.smithi061.stdout:Creating initial admin user... 2023-11-19T22:01:59.107 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$6XaZpm2nnFrY02gt5JN1zunmFbt2kSxXzME5F2grqPO2FYDM9Vsw6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700431318, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-19T22:01:59.107 INFO:teuthology.orchestra.run.smithi061.stdout:Fetching dashboard port number... 2023-11-19T22:01:59.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:59 smithi061 ceph-mon[100694]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:01:59.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:01:59 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:00.540 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stdout 8443 2023-11-19T22:02:00.550 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-11-19T22:02:00.550 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout disabled 2023-11-19T22:02:00.557 INFO:teuthology.orchestra.run.smithi061.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-11-19T22:02:00.558 INFO:teuthology.orchestra.run.smithi061.stdout:systemctl: stdout inactive 2023-11-19T22:02:00.558 INFO:teuthology.orchestra.run.smithi061.stdout:firewalld.service is not enabled 2023-11-19T22:02:00.558 INFO:teuthology.orchestra.run.smithi061.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-19T22:02:00.559 INFO:teuthology.orchestra.run.smithi061.stdout:Ceph Dashboard is now available at: 2023-11-19T22:02:00.559 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:00.559 INFO:teuthology.orchestra.run.smithi061.stdout: URL: https://smithi061:8443/ 2023-11-19T22:02:00.560 INFO:teuthology.orchestra.run.smithi061.stdout: User: admin 2023-11-19T22:02:00.560 INFO:teuthology.orchestra.run.smithi061.stdout: Password: 6am4j1e4wg 2023-11-19T22:02:00.560 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:00.560 INFO:teuthology.orchestra.run.smithi061.stdout:Saving cluster configuration to /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config directory 2023-11-19T22:02:00.560 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling autotune for osd_memory_target 2023-11-19T22:02:00.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:00 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/922147562' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-19T22:02:00.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:00 smithi061 ceph-mon[100694]: mgrmap e13: a(active, since 6s) 2023-11-19T22:02:03.532 INFO:teuthology.orchestra.run.smithi061.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-11-19T22:02:03.532 INFO:teuthology.orchestra.run.smithi061.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-19T22:02:03.532 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.532 INFO:teuthology.orchestra.run.smithi061.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f8409728-8726-11ee-959e-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:03.532 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout:Or, if you are only running a single cluster on this host: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout:Please consider enabling telemetry to help improve Ceph: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: ceph telemetry on 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout:For more information see: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:03.533 INFO:teuthology.orchestra.run.smithi061.stdout:Bootstrap complete. 2023-11-19T22:02:03.589 INFO:tasks.cephadm:Fetching config... 2023-11-19T22:02:03.590 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:02:03.590 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-19T22:02:03.607 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-19T22:02:03.607 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:02:03.608 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-19T22:02:03.667 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-19T22:02:03.667 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:02:03.667 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/keyring of=/dev/stdout 2023-11-19T22:02:03.736 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-19T22:02:03.736 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:02:03.736 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-19T22:02:03.793 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-19T22:02:03.793 DEBUG:teuthology.orchestra.run.smithi061:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T22:02:03.871 INFO:teuthology.orchestra.run.smithi061.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:03.884 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T22:02:03.943 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:03.955 DEBUG:teuthology.orchestra.run.smithi186:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-19T22:02:04.014 INFO:teuthology.orchestra.run.smithi186.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJBo3DUA7q4Jz8py/tOnxPzJ7KVgi9U9+/HQ+D22O2E2B0G7Egl0906/lV84jxI3i49ctKNdU19ZlB9/jRKfY0yWhayXJpF4EbRcL9Hf+XbjpqI13JwYqFKpKBuyz2A9D9y3+ngWrxQw2jhMvZnFJZTuGqbCjfOvUobQ4cf7euzJofGogvoocticrj2DWZPnU9IkDW0evtBjTTweY46f5Wekm/Y+sIkuI3IaFPUeupoif6ntInJGFLTuWZikkwO9Hdu3FocVvkw9tDT9RDHS48iuvDyNXcLBKfaLpgjLZQ34sye8k0aPJxM1wwOI5XgLqpqsGH/RyemrlWmh13mTt9a3eYPXEFNUwJuYle0nwhClB6bwfwSZQYVlul+AeO4Ji7Uh2C72fulrDA8ET6QftiznHxNkX9bzCJ2amxQ7XOlbyE8lgZkr8ltvFttcb7kYpOr0w4poEUbUdE8lQuDLipWU7nBkNQ4+dnX0SJ3X8eCrUS5DlTTZe54XaIB20yqHs= ceph-f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:04.027 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-19T22:02:04.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:04 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/782230915' entity='client.admin' 2023-11-19T22:02:04.377 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:07.012 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-19T22:02:07.013 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-19T22:02:07.366 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:07.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:07 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2475435466' entity='client.admin' 2023-11-19T22:02:09.306 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:09.306 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:09.306 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi061", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:02:09.306 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:09.306 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:09.306 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:09.906 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi162 2023-11-19T22:02:09.906 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T22:02:09.906 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.conf 2023-11-19T22:02:09.926 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T22:02:09.927 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:09.986 INFO:tasks.cephadm:Adding host smithi162 to orchestrator... 2023-11-19T22:02:09.987 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch host add smithi162 2023-11-19T22:02:10.358 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:10.537 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:02:10.537 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:10.537 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:10.537 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:10.537 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:10.537 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: Updating smithi061:/etc/ceph/ceph.conf 2023-11-19T22:02:10.538 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:10.538 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: Updating smithi061:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:10.538 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:10 smithi061 ceph-mon[100694]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:02:11.538 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:11 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:11.538 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:11 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:11.538 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:11 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:12.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:12 smithi061 ceph-mon[100694]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:02:13.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:13 smithi061 ceph-mon[100694]: Deploying cephadm binary to smithi162 2023-11-19T22:02:15.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:15 smithi061 ceph-mon[100694]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:17.091 INFO:teuthology.orchestra.run.smithi061.stdout:Added host 'smithi162' with addr '172.21.15.162' 2023-11-19T22:02:17.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:17 smithi061 ceph-mon[100694]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:17.676 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-19T22:02:18.023 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:18.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:18.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:18 smithi061 ceph-mon[100694]: Added host smithi162 2023-11-19T22:02:18.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:18.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:18.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:19.195 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:19 smithi061 ceph-mon[100694]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:19.195 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:19 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:19.548 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:19.549 INFO:teuthology.orchestra.run.smithi061.stdout:[{"addr": "172.21.15.61", "hostname": "smithi061", "labels": [], "status": ""}, {"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}] 2023-11-19T22:02:20.150 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi186 2023-11-19T22:02:20.150 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T22:02:20.150 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.conf 2023-11-19T22:02:20.170 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T22:02:20.170 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:20.230 INFO:tasks.cephadm:Adding host smithi186 to orchestrator... 2023-11-19T22:02:20.230 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch host add smithi186 2023-11-19T22:02:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:21.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:21 smithi061 ceph-mon[100694]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:21.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:21 smithi061 ceph-mon[100694]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:02:23.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:23.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:22 smithi061 ceph-mon[100694]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T22:02:24.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: Deploying cephadm binary to smithi186 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:24.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:24 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:25.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:25 smithi061 ceph-mon[100694]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:27.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:27 smithi061 ceph-mon[100694]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:27.421 INFO:teuthology.orchestra.run.smithi061.stdout:Added host 'smithi186' with addr '172.21.15.186' 2023-11-19T22:02:28.064 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch host ls --format=json 2023-11-19T22:02:28.417 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:28.670 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:28 smithi061 ceph-mon[100694]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:28.670 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:28.670 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:28 smithi061 ceph-mon[100694]: Added host smithi186 2023-11-19T22:02:28.670 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:28.670 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:28.671 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:29.982 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:02:29.982 INFO:teuthology.orchestra.run.smithi061.stdout:[{"addr": "172.21.15.61", "hostname": "smithi061", "labels": [], "status": ""}, {"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}, {"addr": "172.21.15.186", "hostname": "smithi186", "labels": [], "status": ""}] 2023-11-19T22:02:30.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:30 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:30.581 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-19T22:02:30.582 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd crush tunables default 2023-11-19T22:02:30.929 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:31.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:31 smithi061 ceph-mon[100694]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:31.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:31 smithi061 ceph-mon[100694]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:02:33.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:33.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:33 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2189668732' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-19T22:02:33.409 INFO:teuthology.orchestra.run.smithi061.stderr:adjusted tunables profile to default 2023-11-19T22:02:34.006 INFO:tasks.cephadm:Adding mon.a on smithi061 2023-11-19T22:02:34.006 INFO:tasks.cephadm:Adding mon.b on smithi162 2023-11-19T22:02:34.006 INFO:tasks.cephadm:Adding mon.c on smithi186 2023-11-19T22:02:34.006 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch apply mon '3;smithi061:172.21.15.61=a;smithi162:172.21.15.162=b;smithi186:172.21.15.186=c' 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: Updating smithi186:/etc/ceph/ceph.conf 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2189668732' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-19T22:02:34.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:34 smithi061 ceph-mon[100694]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:34.371 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:35.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:35 smithi061 ceph-mon[100694]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:36.058 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled mon update... 2023-11-19T22:02:36.708 DEBUG:teuthology.orchestra.run.smithi162:mon.b> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mon.b.service 2023-11-19T22:02:36.711 DEBUG:teuthology.orchestra.run.smithi186:mon.c> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mon.c.service 2023-11-19T22:02:36.713 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-19T22:02:36.713 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T22:02:36.744 INFO:journalctl@ceph.mon.c.smithi186.stdout:-- Logs begin at Sun 2023-11-19 21:43:29 UTC. -- 2023-11-19T22:02:36.748 INFO:journalctl@ceph.mon.b.smithi162.stdout:-- Logs begin at Sun 2023-11-19 21:43:29 UTC. -- 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi061:172.21.15.61=a;smithi162:172.21.15.162=b;smithi186:172.21.15.186=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: Saving service mon spec with placement smithi061:172.21.15.61=a;smithi162:172.21.15.162=b;smithi186:172.21.15.186=c;count:3 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:37.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:37.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:37.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:37.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:37 smithi061 ceph-mon[100694]: Deploying daemon mon.c on smithi186 2023-11-19T22:02:37.721 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:39.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:39 smithi061 ceph-mon[100694]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:40.162 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T22:02:40.162 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"f8409728-8726-11ee-959e-87774f69a715","modified":"2023-11-19T22:00:50.996442Z","created":"2023-11-19T22:00:50.996442Z","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.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-19T22:02:40.164 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2023-11-19T22:02:40.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:40 smithi186 ceph-mon[105018]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-19T22:02:42.016 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-19T22:02:42.016 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T22:02:42.362 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.c/config 2023-11-19T22:02:45.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:02:45.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: mon.a calling monitor election 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: mon.c calling monitor election 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: monmap e2: 2 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: fsmap 2023-11-19T22:02:45.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: mgrmap e13: a(active, since 52s) 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: overall HEALTH_OK 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:45.777 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: mon.a calling monitor election 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: mon.c calling monitor election 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:45.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: monmap e2: 2 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: fsmap 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: mgrmap e13: a(active, since 52s) 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: overall HEALTH_OK 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:45.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:46.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:46 smithi186 ceph-mon[105018]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:46.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:46 smithi186 ceph-mon[105018]: Deploying daemon mon.b on smithi162 2023-11-19T22:02:46.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:46 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:46.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:46 smithi061 ceph-mon[100694]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:46.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:46 smithi061 ceph-mon[100694]: Deploying daemon mon.b on smithi162 2023-11-19T22:02:46.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:46 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:47.017 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T22:02:47.017 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":2,"fsid":"f8409728-8726-11ee-959e-87774f69a715","modified":"2023-11-19T22:02:40.299835Z","created":"2023-11-19T22:00:50.996442Z","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.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:3300","nonce":0},{"type":"v1","addr":"172.21.15.186:6789","nonce":0}]},"addr":"172.21.15.186:6789/0","public_addr":"172.21.15.186:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-19T22:02:47.019 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 2 2023-11-19T22:02:47.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:47 smithi186 ceph-mon[105018]: from='client.? 172.21.15.186:0/3320125648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T22:02:47.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:47 smithi061 ceph-mon[100694]: from='client.? 172.21.15.186:0/3320125648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T22:02:48.604 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-11-19T22:02:48.604 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph mon dump -f json 2023-11-19T22:02:48.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 systemd[1]: Starting Ceph mon.b for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:02:48.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:48 smithi186 ceph-mon[105018]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:48.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:48 smithi061 ceph-mon[100694]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:48.949 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.c/config 2023-11-19T22:02:49.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: set uid:gid to 167:167 (ceph:ceph) 2023-11-19T22:02:49.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: ceph version 18.0.0-7418-gb0f45a51 (b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe) reef (dev), process ceph-mon, pid 7 2023-11-19T22:02:49.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pidfile_write: ignore empty --pid-file 2023-11-19T22:02:49.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: load: jerasure load: lrc 2023-11-19T22:02:49.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: RocksDB version: 7.9.2 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Git sha 0 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Compile date 2023-11-17 16:17:08 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: DB SUMMARY 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: DB Session ID: QT66J95Y3S8ZESEAG5M2 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: CURRENT file: CURRENT 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: IDENTITY file: IDENTITY 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.error_if_exists: 0 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.create_if_missing: 0 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.paranoid_checks: 1 2023-11-19T22:02:49.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.flush_verify_memtable_count: 1 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.env: 0x556d75c45a60 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.fs: PosixFileSystem 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.info_log: 0x556d77449740 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_file_opening_threads: 16 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.statistics: (nil) 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.use_fsync: 0 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_log_file_size: 0 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.keep_log_file_num: 1000 2023-11-19T22:02:49.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.recycle_log_file_num: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.allow_fallocate: 1 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.allow_mmap_reads: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.allow_mmap_writes: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.use_direct_reads: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.create_missing_column_families: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.db_log_dir: 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.wal_dir: 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-19T22:02:49.377 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.advise_random_on_open: 1 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.db_write_buffer_size: 0 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.write_buffer_manager: 0x556d773fd360 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.rate_limiter: (nil) 2023-11-19T22:02:49.378 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.wal_recovery_mode: 2 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.enable_thread_tracking: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.enable_pipelined_write: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.unordered_write: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.row_cache: None 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.wal_filter: None 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.allow_ingest_behind: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.two_write_queues: 0 2023-11-19T22:02:49.379 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.manual_wal_flush: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.wal_compression: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.atomic_flush: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.log_readahead_size: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.best_efforts_recovery: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.allow_data_in_errors: 0 2023-11-19T22:02:49.380 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.db_host_id: __hostname__ 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.enforce_single_del_contracts: true 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_background_jobs: 2 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_background_compactions: -1 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_subcompactions: 1 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_total_wal_size: 0 2023-11-19T22:02:49.382 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_open_files: -1 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bytes_per_sync: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_readahead_size: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_background_flushes: -1 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Compression algorithms supported: 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kZSTD supported: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kXpressCompression supported: 0 2023-11-19T22:02:49.383 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kLZ4HCCompression supported: 1 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kZlibCompression supported: 1 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kSnappyCompression supported: 1 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kLZ4Compression supported: 1 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: kBZip2Compression supported: 0 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: DMutex implementation: pthread_mutex_t 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.merge_operator: 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_filter: None 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_filter_factory: None 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.sst_partitioner_factory: None 2023-11-19T22:02:49.384 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556d77449860) 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: cache_index_and_filter_blocks: 1 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: pin_top_level_index_and_filter: 1 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: index_type: 0 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: data_block_index_type: 0 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: index_shortening: 1 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: checksum: 4 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: no_block_cache: 0 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_cache: 0x556d7749f090 2023-11-19T22:02:49.385 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_cache_name: BinnedLRUCache 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_cache_options: 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: capacity : 536870912 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: num_shard_bits : 4 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: strict_capacity_limit : 0 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: high_pri_pool_ratio: 0.000 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_cache_compressed: (nil) 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: persistent_cache: (nil) 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_size: 4096 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_size_deviation: 10 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_restart_interval: 16 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: index_block_restart_interval: 1 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: metadata_block_size: 4096 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: partition_filters: 0 2023-11-19T22:02:49.386 INFO:journalctl@ceph.mon.b.smithi162.stdout: use_delta_encoding: 1 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: filter_policy: bloomfilter 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: whole_key_filtering: 1 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: verify_compression: 0 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: read_amp_bytes_per_bit: 0 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: format_version: 5 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: enable_index_compression: 1 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: block_align: 0 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: max_auto_readahead_size: 262144 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: prepopulate_block_cache: 0 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: initial_auto_readahead_size: 8192 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout: num_file_reads_for_auto_readahead: 2 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.write_buffer_size: 33554432 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_write_buffer_number: 2 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression: NoCompression 2023-11-19T22:02:49.387 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression: Disabled 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.prefix_extractor: nullptr 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.num_levels: 7 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 bash[104064]: 5c35cb612b4ba9f8a9e31b30e08c2eb3699cb55fcb7c117df3743023bf7cc375 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-19T22:02:49.388 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.level: 32767 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.strategy: 0 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.enabled: false 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-19T22:02:49.389 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.target_file_size_base: 67108864 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-19T22:02:49.390 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.arena_block_size: 1048576 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.disable_auto_compactions: 0 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-19T22:02:49.391 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.table_properties_collectors: 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.inplace_update_support: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.bloom_locality: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.max_successive_merges: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.paranoid_file_checks: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.force_consistency_checks: 1 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.report_bg_io_stats: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.ttl: 2592000 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-19T22:02:49.392 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.enable_blob_files: false 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.min_blob_size: 0 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.blob_file_size: 268435456 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.blob_file_starting_level: 0 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: 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-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a3ef9e26-db8c-4904-b48b-b983a0c25033 2023-11-19T22:02:49.393 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700431368943822, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700431368944240, "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": 1700431368, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a3ef9e26-db8c-4904-b48b-b983a0c25033", "db_session_id": "QT66J95Y3S8ZESEAG5M2", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700431368944307, "job": 1, "event": "recovery_finished"} 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556d77538000 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: DB pointer 0x556d77526000 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout: ** DB Stats ** 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-19T22:02:49.394 INFO:journalctl@ceph.mon.b.smithi162.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: ** Compaction Stats [default] ** 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-11-19T22:02:49.395 INFO:journalctl@ceph.mon.b.smithi162.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Cumulative compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Interval compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-19T22:02:49.396 INFO:journalctl@ceph.mon.b.smithi162.stdout: Block cache BinnedLRUCache@0x556d7749f090#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-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: using public_addr v2:172.21.15.162:0/0 -> [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: starting mon.b rank -1 at public addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] at bind addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(???) e0 preinit fsid f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 systemd[1]: Started Ceph mon.b for f8409728-8726-11ee-959e-87774f69a715. 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).mds e1 new map 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).mds e1 print_map 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: e1 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-11-19T22:02:49.397 INFO:journalctl@ceph.mon.b.smithi162.stdout: legacy client fscid: -1 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout: 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout: No filesystems configured 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.398 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Deploying cephadm binary to smithi186 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:02:49.399 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Added host smithi186 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:02:49.400 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2189668732' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi186:/etc/ceph/ceph.conf 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.401 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2189668732' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi061:172.21.15.61=a;smithi162:172.21.15.162=b;smithi186:172.21.15.186=c", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Saving service mon spec with placement smithi061:172.21.15.61=a;smithi162:172.21.15.162=b;smithi186:172.21.15.186=c;count:3 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:49.402 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Deploying daemon mon.c on smithi186 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.a calling monitor election 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.c calling monitor election 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.403 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: monmap e2: 2 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: fsmap 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mgrmap e13: a(active, since 52s) 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: overall HEALTH_OK 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.404 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: Deploying daemon mon.b on smithi162 2023-11-19T22:02:49.405 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:49.405 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: from='client.? 172.21.15.186:0/3320125648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T22:02:49.405 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:49.405 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:48 smithi162 ceph-mon[104129]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: mon.a calling monitor election 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: mon.c calling monitor election 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: fsmap 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: mgrmap e13: a(active, since 60s) 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-11-19T22:02:54.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-11-19T22:02:54.372 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: mon.b (rank 2) addr [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] is down (out of quorum) 2023-11-19T22:02:54.372 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.372 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.372 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.372 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:54 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:02:54.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: mon.a calling monitor election 2023-11-19T22:02:54.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: mon.c calling monitor election 2023-11-19T22:02:54.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:54.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:54.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:54.527 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.527 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.527 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:54.527 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-19T22:02:54.527 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:54.527 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: fsmap 2023-11-19T22:02:54.528 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:54.528 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: mgrmap e13: a(active, since 60s) 2023-11-19T22:02:54.528 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-11-19T22:02:54.528 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-11-19T22:02:54.528 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-11-19T22:02:54.528 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: mon.b (rank 2) addr [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] is down (out of quorum) 2023-11-19T22:02:54.529 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.529 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.529 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.529 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:54 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:54.947 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-19T22:02:54.947 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":3,"fsid":"f8409728-8726-11ee-959e-87774f69a715","modified":"2023-11-19T22:02:48.974254Z","created":"2023-11-19T22:00:50.996442Z","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.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:3300","nonce":0},{"type":"v1","addr":"172.21.15.186:6789","nonce":0}]},"addr":"172.21.15.186:6789/0","public_addr":"172.21.15.186:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-19T22:02:54.950 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 3 2023-11-19T22:02:55.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:55 smithi186 ceph-mon[105018]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:55.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:55 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:55.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:55 smithi186 ceph-mon[105018]: from='client.? 172.21.15.186:0/2629092684' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T22:02:55.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:55 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:55.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:55 smithi061 ceph-mon[100694]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:55.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:55 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:55 smithi061 ceph-mon[100694]: from='client.? 172.21.15.186:0/2629092684' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T22:02:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:55 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:55.673 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-19T22:02:55.673 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph config generate-minimal-conf 2023-11-19T22:02:56.044 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:02:56.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:02:56.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: mon.a calling monitor election 2023-11-19T22:02:56.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: mon.c calling monitor election 2023-11-19T22:02:56.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:56.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:02:56.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: fsmap 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:56.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: mgrmap e13: a(active, since 60s) 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: mon.b (rank 2) addr [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] is down (out of quorum) 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='client.? 172.21.15.186:0/2629092684' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-19T22:02:56.376 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: mon.b calling monitor election 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Reconfiguring mon.a (unknown last config time)... 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Reconfiguring daemon mon.a on smithi061 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: mon.b calling monitor election 2023-11-19T22:02:57.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: mon.c calling monitor election 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: mon.a calling monitor election 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: fsmap 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: mgrmap e13: a(active, since 62s) 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: Cluster is now healthy 2023-11-19T22:02:57.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:56 smithi061 ceph-mon[100694]: overall HEALTH_OK 2023-11-19T22:02:57.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: mon.b calling monitor election 2023-11-19T22:02:57.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Reconfiguring mon.a (unknown last config time)... 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Reconfiguring daemon mon.a on smithi061 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: mon.b calling monitor election 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: mon.c calling monitor election 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: mon.a calling monitor election 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: fsmap 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:57.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: mgrmap e13: a(active, since 62s) 2023-11-19T22:02:57.277 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-11-19T22:02:57.277 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: Cluster is now healthy 2023-11-19T22:02:57.277 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:56 smithi186 ceph-mon[105018]: overall HEALTH_OK 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: mon.b calling monitor election 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Reconfiguring mon.a (unknown last config time)... 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Reconfiguring daemon mon.a on smithi061 2023-11-19T22:02:57.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: mon.b calling monitor election 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: mon.c calling monitor election 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: mon.a calling monitor election 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0],c=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: fsmap 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: osdmap e4: 0 total, 0 up, 0 in 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: mgrmap e13: a(active, since 62s) 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: Cluster is now healthy 2023-11-19T22:02:57.375 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:56 smithi162 ceph-mon[104129]: overall HEALTH_OK 2023-11-19T22:02:58.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T22:02:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:57 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:58.228 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:57 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:58.228 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:57 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:58.228 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:57 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:58.228 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:57 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:58.228 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:57 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T22:02:58.228 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:57 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:58.229 INFO:teuthology.orchestra.run.smithi061.stdout:# minimal ceph.conf for f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:58.229 INFO:teuthology.orchestra.run.smithi061.stdout:[global] 2023-11-19T22:02:58.229 INFO:teuthology.orchestra.run.smithi061.stdout: fsid = f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:02:58.229 INFO:teuthology.orchestra.run.smithi061.stdout: mon_host = [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2023-11-19T22:02:58.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:57 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:02:58.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:57 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:58.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:57 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:58.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:57 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:02:58.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:57 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T22:02:58.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:57 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:58.889 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-19T22:02:58.889 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:02:58.889 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T22:02:58.922 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:02:58.923 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:58.992 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T22:02:58.993 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T22:02:59.024 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T22:02:59.024 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:59.094 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T22:02:59.094 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.conf 2023-11-19T22:02:59.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:58 smithi061 ceph-mon[100694]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:59.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:58 smithi061 ceph-mon[100694]: Reconfiguring mon.b (monmap changed)... 2023-11-19T22:02:59.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:58 smithi061 ceph-mon[100694]: Reconfiguring daemon mon.b on smithi162 2023-11-19T22:02:59.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:58 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/865619029' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:59.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:02:58 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:59.130 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T22:02:59.130 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:02:59.201 INFO:tasks.cephadm:Adding mgr.a on smithi061 2023-11-19T22:02:59.201 INFO:tasks.cephadm:Adding mgr.b on smithi162 2023-11-19T22:02:59.201 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch apply mgr '2;smithi061=a;smithi162=b' 2023-11-19T22:02:59.265 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:58 smithi186 ceph-mon[105018]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:59.265 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:58 smithi186 ceph-mon[105018]: Reconfiguring mon.b (monmap changed)... 2023-11-19T22:02:59.265 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:58 smithi186 ceph-mon[105018]: Reconfiguring daemon mon.b on smithi162 2023-11-19T22:02:59.265 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:58 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/865619029' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:59.265 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:02:58 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:59.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:58 smithi162 ceph-mon[104129]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:02:59.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:58 smithi162 ceph-mon[104129]: Reconfiguring mon.b (monmap changed)... 2023-11-19T22:02:59.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:58 smithi162 ceph-mon[104129]: Reconfiguring daemon mon.b on smithi162 2023-11-19T22:02:59.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:58 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/865619029' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:02:59.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:02:58 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:02:59.614 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.c/config 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: Reconfiguring mon.c (monmap changed)... 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:00.257 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:00 smithi186 ceph-mon[105018]: Reconfiguring daemon mon.c on smithi186 2023-11-19T22:03:00.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:00.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:00.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: Reconfiguring mon.c (monmap changed)... 2023-11-19T22:03:00.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:03:00.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T22:03:00.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:00.621 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:00 smithi061 ceph-mon[100694]: Reconfiguring daemon mon.c on smithi186 2023-11-19T22:03:00.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:00.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:00.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: Reconfiguring mon.c (monmap changed)... 2023-11-19T22:03:00.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-19T22:03:00.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-19T22:03:00.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:00.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:00 smithi162 ceph-mon[104129]: Reconfiguring daemon mon.c on smithi186 2023-11-19T22:03:01.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:01 smithi186 ceph-mon[105018]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:01.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:01 smithi061 ceph-mon[100694]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:01.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:01 smithi162 ceph-mon[104129]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:01.701 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled mgr update... 2023-11-19T22:03:02.261 DEBUG:teuthology.orchestra.run.smithi162:mgr.b> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.b.service 2023-11-19T22:03:02.264 INFO:tasks.cephadm:Deploying OSDs... 2023-11-19T22:03:02.264 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-19T22:03:02.264 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T22:03:02.281 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-19T22:03:02.282 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_1 2023-11-19T22:03:02.296 INFO:journalctl@ceph.mgr.b.smithi162.stdout:-- Logs begin at Sun 2023-11-19 21:43:29 UTC. -- 2023-11-19T22:03:02.339 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 391659 Links: 1 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-11-19 22:02:06.891844293 +0000 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-11-19 21:53:04.330857854 +0000 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-11-19 21:53:04.330857854 +0000 2023-11-19T22:03:02.340 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-11-19T22:03:02.340 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T22:03:02.408 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-11-19T22:03:02.409 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-11-19T22:03:02.409 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000245194 s, 2.1 MB/s 2023-11-19T22:03:02.410 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T22:03:02.467 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_2 2023-11-19T22:03:02.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T22:03:02.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:02 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:02.527 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T22:03:02.527 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:02.527 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 391705 Links: 1 2023-11-19T22:03:02.527 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:02.527 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:02.528 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-11-19 22:02:06.948843353 +0000 2023-11-19T22:03:02.528 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-11-19 21:53:04.869848734 +0000 2023-11-19T22:03:02.528 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-11-19 21:53:04.869848734 +0000 2023-11-19T22:03:02.528 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-11-19T22:03:02.528 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T22:03:02.550 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T22:03:02.551 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:02 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:02.577 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-11-19T22:03:02.577 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-11-19T22:03:02.577 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000216837 s, 2.4 MB/s 2023-11-19T22:03:02.578 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T22:03:02.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T22:03:02.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:02 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:02.636 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_3 2023-11-19T22:03:02.694 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T22:03:02.694 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:02.694 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 390083 Links: 1 2023-11-19T22:03:02.694 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:02.695 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:02.695 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-11-19 22:02:07.006842397 +0000 2023-11-19T22:03:02.695 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-11-19 21:53:05.384840020 +0000 2023-11-19T22:03:02.695 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-11-19 21:53:05.384840020 +0000 2023-11-19T22:03:02.695 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-11-19T22:03:02.695 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T22:03:02.761 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-11-19T22:03:02.761 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-11-19T22:03:02.761 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.00022237 s, 2.3 MB/s 2023-11-19T22:03:02.762 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T22:03:02.820 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_4 2023-11-19T22:03:02.877 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 396390 Links: 1 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-11-19 22:02:07.066841408 +0000 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-11-19 21:53:05.890831459 +0000 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-11-19 21:53:05.890831459 +0000 2023-11-19T22:03:02.878 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-11-19T22:03:02.879 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T22:03:02.943 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-11-19T22:03:02.943 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-11-19T22:03:02.943 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000175655 s, 2.9 MB/s 2023-11-19T22:03:02.945 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T22:03:03.002 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-19T22:03:03.002 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T22:03:03.023 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-19T22:03:03.023 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2023-11-19T22:03:03.084 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T22:03:03.084 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:03.084 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 392327 Links: 1 2023-11-19T22:03:03.084 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:03.084 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:03.085 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 22:02:48.342661953 +0000 2023-11-19T22:03:03.085 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 21:52:55.145267241 +0000 2023-11-19T22:03:03.085 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 21:52:55.145267241 +0000 2023-11-19T22:03:03.085 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T22:03:03.085 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T22:03:03.153 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T22:03:03.153 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T22:03:03.153 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000236901 s, 2.2 MB/s 2023-11-19T22:03:03.154 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T22:03:03.214 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2023-11-19T22:03:03.273 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T22:03:03.273 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:03.273 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 386671 Links: 1 2023-11-19T22:03:03.273 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:03.273 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:03.273 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 22:02:48.343661933 +0000 2023-11-19T22:03:03.274 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 21:52:55.650256957 +0000 2023-11-19T22:03:03.274 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 21:52:55.650256957 +0000 2023-11-19T22:03:03.274 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T22:03:03.274 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T22:03:03.339 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T22:03:03.339 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T22:03:03.340 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00023033 s, 2.2 MB/s 2023-11-19T22:03:03.341 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T22:03:03.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:03 smithi061 ceph-mon[100694]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:03.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:03 smithi061 ceph-mon[100694]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi061=a;smithi162=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:03.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:03 smithi061 ceph-mon[100694]: Saving service mgr spec with placement smithi061=a;smithi162=b;count:2 2023-11-19T22:03:03.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:03 smithi061 ceph-mon[100694]: Reconfiguring mgr.a (unknown last config time)... 2023-11-19T22:03:03.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:03 smithi061 ceph-mon[100694]: Reconfiguring daemon mgr.a on smithi061 2023-11-19T22:03:03.398 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2023-11-19T22:03:03.456 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T22:03:03.456 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:03.456 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 390561 Links: 1 2023-11-19T22:03:03.456 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:03.456 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:03.457 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 22:02:48.343661933 +0000 2023-11-19T22:03:03.457 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 21:52:56.165246470 +0000 2023-11-19T22:03:03.457 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 21:52:56.165246470 +0000 2023-11-19T22:03:03.457 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T22:03:03.457 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T22:03:03.520 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:03 smithi162 ceph-mon[104129]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:03.520 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:03 smithi162 ceph-mon[104129]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi061=a;smithi162=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:03.520 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:03 smithi162 ceph-mon[104129]: Saving service mgr spec with placement smithi061=a;smithi162=b;count:2 2023-11-19T22:03:03.520 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:03 smithi162 ceph-mon[104129]: Reconfiguring mgr.a (unknown last config time)... 2023-11-19T22:03:03.521 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:03 smithi162 ceph-mon[104129]: Reconfiguring daemon mgr.a on smithi061 2023-11-19T22:03:03.523 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T22:03:03.523 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T22:03:03.523 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000215284 s, 2.4 MB/s 2023-11-19T22:03:03.524 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T22:03:03.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:03 smithi186 ceph-mon[105018]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:03.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:03 smithi186 ceph-mon[105018]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi061=a;smithi162=b", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:03.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:03 smithi186 ceph-mon[105018]: Saving service mgr spec with placement smithi061=a;smithi162=b;count:2 2023-11-19T22:03:03.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:03 smithi186 ceph-mon[105018]: Reconfiguring mgr.a (unknown last config time)... 2023-11-19T22:03:03.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:03 smithi186 ceph-mon[105018]: Reconfiguring daemon mgr.a on smithi061 2023-11-19T22:03:03.583 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2023-11-19T22:03:03.641 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T22:03:03.641 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:03.641 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 384577 Links: 1 2023-11-19T22:03:03.641 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:03.641 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:03.642 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-19 22:02:48.343661933 +0000 2023-11-19T22:03:03.642 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-19 21:52:56.654236512 +0000 2023-11-19T22:03:03.642 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-19 21:52:56.654236512 +0000 2023-11-19T22:03:03.642 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-19T22:03:03.642 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T22:03:03.706 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-19T22:03:03.706 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-19T22:03:03.707 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000171166 s, 3.0 MB/s 2023-11-19T22:03:03.707 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T22:03:03.765 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-19T22:03:03.766 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2023-11-19T22:03:03.786 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-19T22:03:03.787 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_1 2023-11-19T22:03:03.848 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-19T22:03:03.848 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:03.848 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 391518 Links: 1 2023-11-19T22:03:03.848 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:03.849 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:03.849 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-19 22:02:39.563867225 +0000 2023-11-19T22:03:03.849 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-19 21:52:55.153231027 +0000 2023-11-19T22:03:03.849 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-19 21:52:55.153231027 +0000 2023-11-19T22:03:03.849 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-19T22:03:03.849 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-19T22:03:03.921 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-19T22:03:03.921 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-19T22:03:03.921 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000271292 s, 1.9 MB/s 2023-11-19T22:03:03.922 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-19T22:03:03.982 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_2 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 391566 Links: 1 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-19 22:02:39.563867225 +0000 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-19 21:52:55.665221817 +0000 2023-11-19T22:03:04.041 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-19 21:52:55.665221817 +0000 2023-11-19T22:03:04.042 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-19T22:03:04.042 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-19T22:03:04.109 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-19T22:03:04.109 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-19T22:03:04.109 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.0002463 s, 2.1 MB/s 2023-11-19T22:03:04.110 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-19T22:03:04.169 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_3 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 392604 Links: 1 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-19 22:02:39.563867225 +0000 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-19 21:52:56.150213093 +0000 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-19 21:52:56.150213093 +0000 2023-11-19T22:03:04.227 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-19T22:03:04.228 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-19T22:03:04.295 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-19T22:03:04.295 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-19T22:03:04.295 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000233834 s, 2.2 MB/s 2023-11-19T22:03:04.296 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-19T22:03:04.354 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_4 2023-11-19T22:03:04.411 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-19T22:03:04.411 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 395362 Links: 1 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-19 22:02:39.563867225 +0000 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-19 21:52:56.658203955 +0000 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-19 21:52:56.658203955 +0000 2023-11-19T22:03:04.412 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-19T22:03:04.412 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-19T22:03:04.477 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-19T22:03:04.477 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-19T22:03:04.478 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000216915 s, 2.4 MB/s 2023-11-19T22:03:04.479 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T22:03:04.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T22:03:04.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:04.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: Deploying daemon mgr.b on smithi162 2023-11-19T22:03:04.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:04 smithi186 ceph-mon[105018]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:04.537 INFO:tasks.cephadm:Deploying osd.0 on smithi061 with /dev/vg_nvme/lv_4... 2023-11-19T22:03:04.537 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T22:03:04.567 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T22:03:04.568 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:04.568 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: Deploying daemon mgr.b on smithi162 2023-11-19T22:03:04.568 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:04 smithi061 ceph-mon[100694]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:04.620 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.620 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: Deploying daemon mgr.b on smithi162 2023-11-19T22:03:04.621 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:04 smithi162 ceph-mon[104129]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:04.894 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:03:05.374 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:04 smithi162 systemd[1]: Starting Ceph mgr.b for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:03:05.821 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 bash[106042]: 0719cab6f0bf3b9b4e8883878e22527df546f64672edda0d66e652a7ac24c82f 2023-11-19T22:03:05.821 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 ceph-mgr[106105]: -- 172.21.15.162:0/3286511290 <== mon.2 v2:172.21.15.162:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a1230181a0 con 0x55a122ff0800 2023-11-19T22:03:05.821 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 systemd[1]: Started Ceph mgr.b for f8409728-8726-11ee-959e-87774f69a715. 2023-11-19T22:03:05.821 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 conmon[106081]: 2023-11-19T22:03:05.642+0000 7fe2bd736200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-19T22:03:05.821 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 conmon[106081]: 2023-11-19T22:03:05.726+0000 7fe2bd736200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-19T22:03:05.821 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 conmon[106081]: 2023-11-19T22:03:05.817+0000 7fe2bd736200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-19T22:03:06.109 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:05 smithi162 conmon[106081]: 2023-11-19T22:03:05.924+0000 7fe2bd736200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-19T22:03:06.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:06 smithi162 conmon[106081]: 2023-11-19T22:03:06.105+0000 7fe2bd736200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-19T22:03:06.570 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T22:03:06.571 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-19T22:03:06.571 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10+0 records in 2023-11-19T22:03:06.571 INFO:teuthology.orchestra.run.smithi061.stderr:10+0 records out 2023-11-19T22:03:06.571 INFO:teuthology.orchestra.run.smithi061.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110097 s, 952 MB/s 2023-11-19T22:03:06.571 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 2023-11-19T22:03:06.571 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping successful for: 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:06 smithi162 ceph-mon[104129]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:06.864 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:06 smithi162 conmon[106081]: 2023-11-19T22:03:06.526+0000 7fe2bd736200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-19T22:03:06.865 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:06 smithi162 conmon[106081]: 2023-11-19T22:03:06.662+0000 7fe2bd736200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-19T22:03:06.865 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:06 smithi162 conmon[106081]: 2023-11-19T22:03:06.761+0000 7fe2bd736200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-19T22:03:06.865 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:06 smithi162 conmon[106081]: 2023-11-19T22:03:06.860+0000 7fe2bd736200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-19T22:03:06.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:06 smithi061 ceph-mon[100694]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:06.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:06.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:06 smithi186 ceph-mon[105018]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:07.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:07.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:07.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:07.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:07.251 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi061:vg_nvme/lv_4 2023-11-19T22:03:07.623 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:07 smithi162 conmon[106081]: 2023-11-19T22:03:07.290+0000 7fe2bd736200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-19T22:03:07.640 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:03:08.046 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:07 smithi162 conmon[106081]: 2023-11-19T22:03:07.960+0000 7fe2bd736200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:08.047 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:07 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:07 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:08.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:08.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:08.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:08.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:08.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:07 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:08.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:08 smithi162 conmon[106081]: 2023-11-19T22:03:08.042+0000 7fe2bd736200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-19T22:03:09.085 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:09 smithi162 ceph-mon[104129]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:09.085 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:09 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:09.085 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:08 smithi162 conmon[106081]: 2023-11-19T22:03:08.816+0000 7fe2bd736200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:03:09.085 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:08 smithi162 conmon[106081]: 2023-11-19T22:03:08.907+0000 7fe2bd736200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-19T22:03:09.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:09 smithi186 ceph-mon[105018]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:09.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:09 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:09.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:09 smithi061 ceph-mon[100694]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:09.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:09 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:09.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:09 smithi162 conmon[106081]: 2023-11-19T22:03:09.081+0000 7fe2bd736200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:03:09.873 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:09 smithi162 conmon[106081]: 2023-11-19T22:03:09.501+0000 7fe2bd736200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-19T22:03:09.874 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:09 smithi162 conmon[106081]: 2023-11-19T22:03:09.589+0000 7fe2bd736200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-19T22:03:09.874 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:09 smithi162 conmon[106081]: 2023-11-19T22:03:09.736+0000 7fe2bd736200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-19T22:03:10.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:10 smithi061 ceph-mon[100694]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:10.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:10.371 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:10.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:10 smithi162 ceph-mon[104129]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:10.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:10 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:10.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:10 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:10.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:10 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:10.374 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:09 smithi162 conmon[106081]: 2023-11-19T22:03:09.998+0000 7fe2bd736200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-19T22:03:10.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:10 smithi186 ceph-mon[105018]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:10.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:10 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:10.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:10 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:10.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:10 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:11.026 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:10 smithi162 conmon[106081]: 2023-11-19T22:03:10.699+0000 7fe2bd736200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-19T22:03:11.027 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:10 smithi162 conmon[106081]: 2023-11-19T22:03:10.830+0000 7fe2bd736200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-19T22:03:11.357 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:11 smithi162 ceph-mon[104129]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:11.357 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:11 smithi162 conmon[106081]: 2023-11-19T22:03:11.022+0000 7fe2bd736200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-19T22:03:11.357 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:11 smithi162 conmon[106081]: 2023-11-19T22:03:11.135+0000 7fe2bd736200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-19T22:03:11.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:11 smithi061 ceph-mon[100694]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:11.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:11 smithi186 ceph-mon[105018]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:11.623 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:11 smithi162 conmon[106081]: 2023-11-19T22:03:11.353+0000 7fe2bd736200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-19T22:03:12.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:12 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/478875006' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7470c1bb-cce4-44ea-8254-07f25fb52e9c"}]: dispatch 2023-11-19T22:03:12.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:12 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/478875006' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7470c1bb-cce4-44ea-8254-07f25fb52e9c"}]': finished 2023-11-19T22:03:12.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:12 smithi061 ceph-mon[100694]: osdmap e5: 1 total, 0 up, 1 in 2023-11-19T22:03:12.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:12.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:12 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/478875006' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7470c1bb-cce4-44ea-8254-07f25fb52e9c"}]: dispatch 2023-11-19T22:03:12.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:12 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/478875006' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7470c1bb-cce4-44ea-8254-07f25fb52e9c"}]': finished 2023-11-19T22:03:12.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:12 smithi162 ceph-mon[104129]: osdmap e5: 1 total, 0 up, 1 in 2023-11-19T22:03:12.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:12.374 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:03:12 smithi162 conmon[106081]: 2023-11-19T22:03:12.235+0000 7fe2bd736200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-19T22:03:12.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:12 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/478875006' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7470c1bb-cce4-44ea-8254-07f25fb52e9c"}]: dispatch 2023-11-19T22:03:12.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:12 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/478875006' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7470c1bb-cce4-44ea-8254-07f25fb52e9c"}]': finished 2023-11-19T22:03:12.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:12 smithi186 ceph-mon[105018]: osdmap e5: 1 total, 0 up, 1 in 2023-11-19T22:03:12.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:13.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:13.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1201693515' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:13.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: Standby manager daemon b started 2023-11-19T22:03:13.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-19T22:03:13.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T22:03:13.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-19T22:03:13.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:13 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/1201693515' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: Standby manager daemon b started 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-19T22:03:13.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:13 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T22:03:13.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:13.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/1201693515' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:13.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: Standby manager daemon b started 2023-11-19T22:03:13.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-19T22:03:13.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T22:03:13.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-19T22:03:13.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:13 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/1908741513' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T22:03:14.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:14 smithi061 ceph-mon[100694]: mgrmap e14: a(active, since 79s), standbys: b 2023-11-19T22:03:14.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:14 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-19T22:03:14.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:14 smithi162 ceph-mon[104129]: mgrmap e14: a(active, since 79s), standbys: b 2023-11-19T22:03:14.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:14 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-19T22:03:14.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:14 smithi186 ceph-mon[105018]: mgrmap e14: a(active, since 79s), standbys: b 2023-11-19T22:03:14.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:14 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-19T22:03:15.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:15 smithi061 ceph-mon[100694]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:15.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:15 smithi162 ceph-mon[104129]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:15.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:15 smithi186 ceph-mon[105018]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:17.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:17 smithi061 ceph-mon[100694]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:17.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:17 smithi162 ceph-mon[104129]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:17.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:17 smithi186 ceph-mon[105018]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:18.397 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T22:03:18.397 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:18.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T22:03:18.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:18.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-19T22:03:18.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:19.288 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:19 smithi061 ceph-mon[100694]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:19.288 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:19 smithi061 ceph-mon[100694]: Deploying daemon osd.0 on smithi061 2023-11-19T22:03:19.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:19 smithi186 ceph-mon[105018]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:19.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:19 smithi186 ceph-mon[105018]: Deploying daemon osd.0 on smithi061 2023-11-19T22:03:19.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:19 smithi162 ceph-mon[104129]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:19.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:19 smithi162 ceph-mon[104129]: Deploying daemon osd.0 on smithi061 2023-11-19T22:03:21.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:21 smithi061 ceph-mon[100694]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:21.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:21 smithi186 ceph-mon[105018]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:21.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:21 smithi162 ceph-mon[104129]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:23.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:23 smithi061 ceph-mon[100694]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:23.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:23 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:23.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:23 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:23.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:23 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:23.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:23 smithi186 ceph-mon[105018]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:23.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:23 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:23.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:23 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:23.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:23 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:23.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:23 smithi162 ceph-mon[104129]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:23.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:23 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:23.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:23 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:23.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:23 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:25.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:25 smithi061 ceph-mon[100694]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:25.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:25 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:25 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:25 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:25.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:25 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:25.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:25 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:25 smithi186 ceph-mon[105018]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:25 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:25 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:25 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:25 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:25 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:25 smithi162 ceph-mon[104129]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:25.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:25 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:25 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:25 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:25.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:25 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:25.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:25 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:25.688 INFO:teuthology.orchestra.run.smithi061.stdout:Created osd(s) 0 on host 'smithi061' 2023-11-19T22:03:26.332 DEBUG:teuthology.orchestra.run.smithi061:osd.0> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@osd.0.service 2023-11-19T22:03:26.335 INFO:tasks.cephadm:Deploying osd.1 on smithi162 with /dev/vg_nvme/lv_4... 2023-11-19T22:03:26.335 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T22:03:26.366 INFO:journalctl@ceph.osd.0.smithi061.stdout:-- Logs begin at Sun 2023-11-19 21:43:20 UTC. -- 2023-11-19T22:03:26.673 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.b/config 2023-11-19T22:03:26.923 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:26 smithi162 ceph-mon[104129]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:26.924 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:26 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:26.924 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:26 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:26.924 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:26 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:26.924 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:26 smithi162 ceph-mon[104129]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T22:03:27.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:26 smithi186 ceph-mon[105018]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:27.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:26 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:27.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:26 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:27.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:26 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:27.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:26 smithi186 ceph-mon[105018]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T22:03:27.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:26 smithi061 ceph-mon[100694]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:27.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:26 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:27.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:26 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:27.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:26 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:27.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:26 smithi061 ceph-mon[100694]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-19T22:03:27.852 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:27 smithi162 ceph-mon[104129]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T22:03:27.852 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:27 smithi162 ceph-mon[104129]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T22:03:27.852 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:27 smithi162 ceph-mon[104129]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-11-19T22:03:27.852 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:27 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:28.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:27 smithi186 ceph-mon[105018]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T22:03:28.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:27 smithi186 ceph-mon[105018]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T22:03:28.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:27 smithi186 ceph-mon[105018]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-11-19T22:03:28.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:27 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:28.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:27 smithi061 ceph-mon[100694]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-19T22:03:28.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:27 smithi061 ceph-mon[100694]: osdmap e6: 1 total, 0 up, 1 in 2023-11-19T22:03:28.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:27 smithi061 ceph-mon[100694]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-11-19T22:03:28.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:27 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:28.120 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:03:27 smithi061 conmon[124573]: 2023-11-19T22:03:27.681+0000 7f3c3bd0d700 -1 osd.0 0 waiting for initial osdmap 2023-11-19T22:03:28.121 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:03:27 smithi061 conmon[124573]: 2023-11-19T22:03:27.687+0000 7f3c34b01700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T22:03:28.414 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T22:03:28.414 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-19T22:03:28.414 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2023-11-19T22:03:28.414 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2023-11-19T22:03:28.414 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0150243 s, 698 MB/s 2023-11-19T22:03:28.414 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2023-11-19T22:03:28.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:28 smithi162 ceph-mon[104129]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:28.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:28 smithi162 ceph-mon[104129]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-11-19T22:03:28.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:28 smithi162 ceph-mon[104129]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T22:03:28.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:28 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:28.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:28 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:28.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:28 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:28 smithi186 ceph-mon[105018]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:29.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:28 smithi186 ceph-mon[105018]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-11-19T22:03:29.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:28 smithi186 ceph-mon[105018]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T22:03:29.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:28 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:28 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:28 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.037 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_4 2023-11-19T22:03:29.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:28 smithi061 ceph-mon[100694]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:29.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:28 smithi061 ceph-mon[100694]: from='osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-11-19T22:03:29.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:28 smithi061 ceph-mon[100694]: osdmap e7: 1 total, 0 up, 1 in 2023-11-19T22:03:29.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:28 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.367 INFO:teuthology.orchestra.run.smithi162.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.b/config 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: purged_snaps scrub starts 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: purged_snaps scrub ok 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663] boot 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: osdmap e8: 1 total, 1 up, 1 in 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:29.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:29.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:03:29.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:29.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:29.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:29.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:29 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: purged_snaps scrub starts 2023-11-19T22:03:30.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: purged_snaps scrub ok 2023-11-19T22:03:30.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663] boot 2023-11-19T22:03:30.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: osdmap e8: 1 total, 1 up, 1 in 2023-11-19T22:03:30.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:30.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:29 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: purged_snaps scrub starts 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: purged_snaps scrub ok 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: osd.0 [v2:172.21.15.61:6802/308988663,v1:172.21.15.61:6803/308988663] boot 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: osdmap e8: 1 total, 1 up, 1 in 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:30.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:30.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:29 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:30.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:30 smithi162 ceph-mon[104129]: Detected new or changed devices on smithi061 2023-11-19T22:03:30.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:30 smithi162 ceph-mon[104129]: Adjusting osd_memory_target on smithi061 to 17168M 2023-11-19T22:03:30.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:30 smithi162 ceph-mon[104129]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:30.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:30 smithi162 ceph-mon[104129]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T22:03:31.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:30 smithi186 ceph-mon[105018]: Detected new or changed devices on smithi061 2023-11-19T22:03:31.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:30 smithi186 ceph-mon[105018]: Adjusting osd_memory_target on smithi061 to 17168M 2023-11-19T22:03:31.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:30 smithi186 ceph-mon[105018]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:31.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:30 smithi186 ceph-mon[105018]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T22:03:31.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:30 smithi061 ceph-mon[100694]: Detected new or changed devices on smithi061 2023-11-19T22:03:31.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:30 smithi061 ceph-mon[100694]: Adjusting osd_memory_target on smithi061 to 17168M 2023-11-19T22:03:31.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:30 smithi061 ceph-mon[100694]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-19T22:03:31.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:30 smithi061 ceph-mon[100694]: osdmap e9: 1 total, 1 up, 1 in 2023-11-19T22:03:31.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:31 smithi162 ceph-mon[104129]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:31.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:31 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:31.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:31 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:31.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:31 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:32.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:31 smithi186 ceph-mon[105018]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:32.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:31 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:32.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:31 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:32.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:31 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:32.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:31 smithi061 ceph-mon[100694]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi162:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:32.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:31 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:32.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:31 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:32.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:31 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:32.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:32 smithi162 ceph-mon[104129]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:33.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:32 smithi186 ceph-mon[105018]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:33.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:32 smithi061 ceph-mon[100694]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:34.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:33 smithi186 ceph-mon[105018]: from='client.? 172.21.15.162:0/1212671689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]: dispatch 2023-11-19T22:03:34.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:33 smithi186 ceph-mon[105018]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]: dispatch 2023-11-19T22:03:34.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:33 smithi186 ceph-mon[105018]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]': finished 2023-11-19T22:03:34.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:33 smithi186 ceph-mon[105018]: osdmap e10: 2 total, 1 up, 2 in 2023-11-19T22:03:34.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:33 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:34.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:33 smithi061 ceph-mon[100694]: from='client.? 172.21.15.162:0/1212671689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]: dispatch 2023-11-19T22:03:34.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:33 smithi061 ceph-mon[100694]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]: dispatch 2023-11-19T22:03:34.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:33 smithi061 ceph-mon[100694]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]': finished 2023-11-19T22:03:34.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:33 smithi061 ceph-mon[100694]: osdmap e10: 2 total, 1 up, 2 in 2023-11-19T22:03:34.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:33 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:34.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:33 smithi162 ceph-mon[104129]: from='client.? 172.21.15.162:0/1212671689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]: dispatch 2023-11-19T22:03:34.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:33 smithi162 ceph-mon[104129]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]: dispatch 2023-11-19T22:03:34.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:33 smithi162 ceph-mon[104129]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3c59f2f-1025-4312-9a3e-66831c2bfbc1"}]': finished 2023-11-19T22:03:34.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:33 smithi162 ceph-mon[104129]: osdmap e10: 2 total, 1 up, 2 in 2023-11-19T22:03:34.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:33 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:35.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:34 smithi186 ceph-mon[105018]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:35.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:34 smithi186 ceph-mon[105018]: from='client.? 172.21.15.162:0/747107937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:35.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:34 smithi061 ceph-mon[100694]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:35.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:34 smithi061 ceph-mon[100694]: from='client.? 172.21.15.162:0/747107937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:35.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:34 smithi162 ceph-mon[104129]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:35.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:34 smithi162 ceph-mon[104129]: from='client.? 172.21.15.162:0/747107937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:37.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:36 smithi186 ceph-mon[105018]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:37.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:36 smithi061 ceph-mon[100694]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:37.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:36 smithi162 ceph-mon[104129]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:39.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:38 smithi186 ceph-mon[105018]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:39.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:38 smithi061 ceph-mon[100694]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:39.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:38 smithi162 ceph-mon[104129]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:40.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:40 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T22:03:40.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:40 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:40.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:40 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T22:03:40.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:40 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:40.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:40 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-19T22:03:40.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:40 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:41.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:41 smithi061 ceph-mon[100694]: Deploying daemon osd.1 on smithi162 2023-11-19T22:03:41.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:41 smithi061 ceph-mon[100694]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:41.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:41 smithi162 ceph-mon[104129]: Deploying daemon osd.1 on smithi162 2023-11-19T22:03:41.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:41 smithi162 ceph-mon[104129]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:41.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:41 smithi186 ceph-mon[105018]: Deploying daemon osd.1 on smithi162 2023-11-19T22:03:41.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:41 smithi186 ceph-mon[105018]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:43.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:43 smithi061 ceph-mon[100694]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:43.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:43 smithi162 ceph-mon[104129]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:43.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:43 smithi186 ceph-mon[105018]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:45.446 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:45 smithi162 ceph-mon[104129]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:45.446 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:45 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:45.446 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:45 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:45.446 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:45 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:45.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:45 smithi186 ceph-mon[105018]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:45.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:45.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:45.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:45 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:45.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:45 smithi061 ceph-mon[100694]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:45.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:45.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:45.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:45 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:47.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:46 smithi061 ceph-mon[100694]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:47.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:46 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:46 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:46 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:47.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:46 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:47.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:46 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:46 smithi162 ceph-mon[104129]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:47.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:46 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:46 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:46 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:47.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:46 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:47.125 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:46 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.246 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 1 on host 'smithi162' 2023-11-19T22:03:47.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:46 smithi186 ceph-mon[105018]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:47.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:46 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:46 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:46 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:47.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:46 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:47.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:46 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:47.863 DEBUG:teuthology.orchestra.run.smithi162:osd.1> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@osd.1.service 2023-11-19T22:03:47.866 INFO:tasks.cephadm:Deploying osd.2 on smithi186 with /dev/vg_nvme/lv_4... 2023-11-19T22:03:47.866 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-19T22:03:47.897 INFO:journalctl@ceph.osd.1.smithi162.stdout:-- Logs begin at Sun 2023-11-19 21:43:29 UTC. -- 2023-11-19T22:03:48.203 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.c/config 2023-11-19T22:03:48.520 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:48.521 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:48.521 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:48 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:48.521 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:48 smithi162 ceph-mon[104129]: from='osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T22:03:48.521 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:48 smithi162 ceph-mon[104129]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T22:03:48.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:48 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:48.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:48 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:48.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:48 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:48.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:48 smithi186 ceph-mon[105018]: from='osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T22:03:48.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:48 smithi186 ceph-mon[105018]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T22:03:48.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:48 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:48.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:48 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:48.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:48 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:03:48.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:48 smithi061 ceph-mon[100694]: from='osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T22:03:48.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:48 smithi061 ceph-mon[100694]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-19T22:03:49.379 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:49 smithi186 ceph-mon[105018]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:49.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:49 smithi186 ceph-mon[105018]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T22:03:49.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:49 smithi186 ceph-mon[105018]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T22:03:49.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:49 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:49.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:49 smithi186 ceph-mon[105018]: from='osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T22:03:49.380 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:49 smithi186 ceph-mon[105018]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T22:03:49.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:49 smithi061 ceph-mon[100694]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:49.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:49 smithi061 ceph-mon[100694]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T22:03:49.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:49 smithi061 ceph-mon[100694]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T22:03:49.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:49 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:49.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:49 smithi061 ceph-mon[100694]: from='osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T22:03:49.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:49 smithi061 ceph-mon[100694]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T22:03:49.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:49 smithi162 ceph-mon[104129]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:49.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:49 smithi162 ceph-mon[104129]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-19T22:03:49.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:49 smithi162 ceph-mon[104129]: osdmap e11: 2 total, 1 up, 2 in 2023-11-19T22:03:49.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:49 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:49.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:49 smithi162 ceph-mon[104129]: from='osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T22:03:49.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:49 smithi162 ceph-mon[104129]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-19T22:03:49.624 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:03:49 smithi162 conmon[110739]: 2023-11-19T22:03:49.208+0000 7f876ccf1700 -1 osd.1 0 waiting for initial osdmap 2023-11-19T22:03:49.624 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:03:49 smithi162 conmon[110739]: 2023-11-19T22:03:49.210+0000 7f8768aeb700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T22:03:49.856 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-19T22:03:49.856 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-19T22:03:49.856 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2023-11-19T22:03:49.856 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2023-11-19T22:03:49.856 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113282 s, 926 MB/s 2023-11-19T22:03:49.856 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2023-11-19T22:03:50.463 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_4 2023-11-19T22:03:50.488 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:50 smithi186 ceph-mon[105018]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T22:03:50.489 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:50 smithi186 ceph-mon[105018]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T22:03:50.489 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:50 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.489 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:50 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.489 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:50 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:50 smithi061 ceph-mon[100694]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T22:03:50.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:50 smithi061 ceph-mon[100694]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T22:03:50.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:50 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:50 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:50 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:50 smithi162 ceph-mon[104129]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-19T22:03:50.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:50 smithi162 ceph-mon[104129]: osdmap e12: 2 total, 1 up, 2 in 2023-11-19T22:03:50.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:50 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:50 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.625 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:50 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:50.795 INFO:teuthology.orchestra.run.smithi186.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.c/config 2023-11-19T22:03:51.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: purged_snaps scrub starts 2023-11-19T22:03:51.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: purged_snaps scrub ok 2023-11-19T22:03:51.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:51.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723] boot 2023-11-19T22:03:51.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: osdmap e13: 2 total, 2 up, 2 in 2023-11-19T22:03:51.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: Detected new or changed devices on smithi162 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: Adjusting osd_memory_target on smithi162 to 17168M 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:51.276 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:51 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: purged_snaps scrub starts 2023-11-19T22:03:51.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: purged_snaps scrub ok 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723] boot 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: osdmap e13: 2 total, 2 up, 2 in 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: Detected new or changed devices on smithi162 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: Adjusting osd_memory_target on smithi162 to 17168M 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:51.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:51 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: purged_snaps scrub starts 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: purged_snaps scrub ok 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: osd.1 [v2:172.21.15.162:6800/3653380723,v1:172.21.15.162:6801/3653380723] boot 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: osdmap e13: 2 total, 2 up, 2 in 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: Detected new or changed devices on smithi162 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: Adjusting osd_memory_target on smithi162 to 17168M 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:51.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:51.625 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:03:51.625 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:51 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:03:52.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:52 smithi186 ceph-mon[105018]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T22:03:52.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:52 smithi186 ceph-mon[105018]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:52.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:52 smithi061 ceph-mon[100694]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T22:03:52.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:52 smithi061 ceph-mon[100694]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:52.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:52 smithi162 ceph-mon[104129]: osdmap e14: 2 total, 2 up, 2 in 2023-11-19T22:03:52.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:52 smithi162 ceph-mon[104129]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:53.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:53 smithi186 ceph-mon[105018]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:53.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:53 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:53.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:53 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:53.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:53 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:53.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:53 smithi061 ceph-mon[100694]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:53.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:53.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:53 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:53.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:53 smithi162 ceph-mon[104129]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-19T22:03:53.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:53 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-19T22:03:53.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:53 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-19T22:03:53.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:53 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:03:55.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:55 smithi061 ceph-mon[100694]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:55 smithi061 ceph-mon[100694]: from='client.? 172.21.15.186:0/1020070795' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]: dispatch 2023-11-19T22:03:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:55 smithi061 ceph-mon[100694]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]: dispatch 2023-11-19T22:03:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:55 smithi061 ceph-mon[100694]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]': finished 2023-11-19T22:03:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:55 smithi061 ceph-mon[100694]: osdmap e15: 3 total, 2 up, 3 in 2023-11-19T22:03:55.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:55 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:03:55.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:55 smithi162 ceph-mon[104129]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:55.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:55 smithi162 ceph-mon[104129]: from='client.? 172.21.15.186:0/1020070795' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]: dispatch 2023-11-19T22:03:55.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:55 smithi162 ceph-mon[104129]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]: dispatch 2023-11-19T22:03:55.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:55 smithi162 ceph-mon[104129]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]': finished 2023-11-19T22:03:55.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:55 smithi162 ceph-mon[104129]: osdmap e15: 3 total, 2 up, 3 in 2023-11-19T22:03:55.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:55 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:03:55.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:55 smithi186 ceph-mon[105018]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:55.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:55 smithi186 ceph-mon[105018]: from='client.? 172.21.15.186:0/1020070795' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]: dispatch 2023-11-19T22:03:55.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:55 smithi186 ceph-mon[105018]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]: dispatch 2023-11-19T22:03:55.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:55 smithi186 ceph-mon[105018]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95a27bd7-a388-485c-a6fa-e65276948fd8"}]': finished 2023-11-19T22:03:55.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:55 smithi186 ceph-mon[105018]: osdmap e15: 3 total, 2 up, 3 in 2023-11-19T22:03:55.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:55 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:03:56.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:56 smithi061 ceph-mon[100694]: from='client.? 172.21.15.186:0/4242384300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:56.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:56 smithi162 ceph-mon[104129]: from='client.? 172.21.15.186:0/4242384300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:56.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:56 smithi186 ceph-mon[105018]: from='client.? 172.21.15.186:0/4242384300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-19T22:03:57.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:57 smithi061 ceph-mon[100694]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:57.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:57 smithi162 ceph-mon[104129]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:57.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:57 smithi186 ceph-mon[105018]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:59.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:03:59 smithi186 ceph-mon[105018]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:59.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:03:59 smithi061 ceph-mon[100694]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:03:59.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:03:59 smithi162 ceph-mon[104129]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:01.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:01 smithi061 ceph-mon[100694]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:01.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:01 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T22:04:01.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:01 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:01.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:01 smithi162 ceph-mon[104129]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:01.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:01 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T22:04:01.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:01 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:01.415 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:01 smithi186 ceph-mon[105018]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:01.415 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:01 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-19T22:04:01.415 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:01 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:02.265 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:02 smithi186 ceph-mon[105018]: Deploying daemon osd.2 on smithi186 2023-11-19T22:04:02.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:02 smithi061 ceph-mon[100694]: Deploying daemon osd.2 on smithi186 2023-11-19T22:04:02.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:02 smithi162 ceph-mon[104129]: Deploying daemon osd.2 on smithi186 2023-11-19T22:04:03.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:03 smithi061 ceph-mon[100694]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:03.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:03 smithi162 ceph-mon[104129]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:03.438 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:03 smithi186 ceph-mon[105018]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:05.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:05 smithi061 ceph-mon[100694]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:05.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:05 smithi162 ceph-mon[104129]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:05.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:05 smithi186 ceph-mon[105018]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:06 smithi186 ceph-mon[105018]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:06 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:07.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:06 smithi061 ceph-mon[100694]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:07.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:07.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:07.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:06 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:06 smithi162 ceph-mon[104129]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:06 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:08.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:08.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:04:08.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:08 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:08 smithi061 ceph-mon[100694]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:08.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:08 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:08 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:08 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:08.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:08 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:04:08.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:08 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:08 smithi162 ceph-mon[104129]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:08.685 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:08 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.686 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:08 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.686 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:08 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:08.686 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:08 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:04:08.687 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:08 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:08.687 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:08 smithi186 ceph-mon[105018]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:08.733 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 2 on host 'smithi186' 2023-11-19T22:04:09.316 DEBUG:teuthology.orchestra.run.smithi186:osd.2> sudo journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@osd.2.service 2023-11-19T22:04:09.358 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-11-19T22:04:09.358 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-19T22:04:09.390 INFO:journalctl@ceph.osd.2.smithi186.stdout:-- Logs begin at Sun 2023-11-19 21:43:29 UTC. -- 2023-11-19T22:04:09.720 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:09.905 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:09 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:09.905 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:09 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:09.905 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:09 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:09.905 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:09 smithi186 ceph-mon[105018]: from='osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T22:04:09.905 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:09 smithi186 ceph-mon[105018]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T22:04:09.975 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:09 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:09.975 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:09 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:09.975 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:09 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:09.975 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:09 smithi061 ceph-mon[100694]: from='osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T22:04:09.975 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:09 smithi061 ceph-mon[100694]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T22:04:10.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:09 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:10.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:09 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:10.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:09 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:10.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:09 smithi162 ceph-mon[104129]: from='osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T22:04:10.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:09 smithi162 ceph-mon[104129]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-19T22:04:10.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:10 smithi061 ceph-mon[100694]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:10.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:10 smithi061 ceph-mon[100694]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T22:04:10.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:10 smithi061 ceph-mon[100694]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T22:04:10.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:10 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:10.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:10 smithi061 ceph-mon[100694]: from='osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-19T22:04:10.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:10 smithi061 ceph-mon[100694]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-19T22:04:11.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:10 smithi186 ceph-mon[105018]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:11.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:10 smithi186 ceph-mon[105018]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T22:04:11.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:10 smithi186 ceph-mon[105018]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T22:04:11.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:10 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:11.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:10 smithi186 ceph-mon[105018]: from='osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-19T22:04:11.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:10 smithi186 ceph-mon[105018]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-19T22:04:11.026 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:10 smithi186 conmon[111931]: 2023-11-19T22:04:10.732+0000 7fc2c9962700 -1 osd.2 0 waiting for initial osdmap 2023-11-19T22:04:11.026 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:10 smithi186 conmon[111931]: 2023-11-19T22:04:10.735+0000 7fc2c3f59700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-19T22:04:11.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:10 smithi162 ceph-mon[104129]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:11.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:10 smithi162 ceph-mon[104129]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-19T22:04:11.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:10 smithi162 ceph-mon[104129]: osdmap e16: 3 total, 2 up, 3 in 2023-11-19T22:04:11.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:10 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:11.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:10 smithi162 ceph-mon[104129]: from='osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-19T22:04:11.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:10 smithi162 ceph-mon[104129]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-19T22:04:11.348 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:11.970 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1700431430,"num_in_osds":3,"osd_in_since":1700431434,"num_remapped_pgs":0} 2023-11-19T22:04:12.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:11 smithi186 ceph-mon[105018]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-19T22:04:12.037 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:11 smithi186 ceph-mon[105018]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T22:04:12.037 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:11 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:12.037 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:11 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:12.037 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:11 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2797124256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T22:04:12.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:11 smithi061 ceph-mon[100694]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-19T22:04:12.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:11 smithi061 ceph-mon[100694]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T22:04:12.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:11 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:12.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:11 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:12.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:11 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2797124256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T22:04:12.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:11 smithi162 ceph-mon[104129]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-19T22:04:12.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:11 smithi162 ceph-mon[104129]: osdmap e17: 3 total, 2 up, 3 in 2023-11-19T22:04:12.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:11 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:12.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:11 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:12.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:11 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2797124256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T22:04:12.971 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd stat -f json 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: purged_snaps scrub starts 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: purged_snaps scrub ok 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853] boot 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: osdmap e18: 3 total, 3 up, 3 in 2023-11-19T22:04:13.004 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: Detected new or changed devices on smithi186 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: Adjusting osd_memory_target on smithi186 to 21264M 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:04:13.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:12 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: purged_snaps scrub starts 2023-11-19T22:04:13.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: purged_snaps scrub ok 2023-11-19T22:04:13.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:13.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:13.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853] boot 2023-11-19T22:04:13.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: osdmap e18: 3 total, 3 up, 3 in 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: Detected new or changed devices on smithi186 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: Adjusting osd_memory_target on smithi186 to 21264M 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:04:13.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:12 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: purged_snaps scrub starts 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: purged_snaps scrub ok 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: osd.2 [v2:172.21.15.186:6800/440007853,v1:172.21.15.186:6801/440007853] boot 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: osdmap e18: 3 total, 3 up, 3 in 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: Detected new or changed devices on smithi186 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-19T22:04:13.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: Adjusting osd_memory_target on smithi186 to 21264M 2023-11-19T22:04:13.125 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.125 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:04:13.125 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:04:13.125 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:12 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:13.331 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:14.260 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:13 smithi061 ceph-mon[100694]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T22:04:14.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:13 smithi186 ceph-mon[105018]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T22:04:14.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:13 smithi162 ceph-mon[104129]: osdmap e19: 3 total, 3 up, 3 in 2023-11-19T22:04:14.920 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:15.279 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:14 smithi186 ceph-mon[105018]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:15.280 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:14 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-11-19T22:04:15.280 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:14 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-11-19T22:04:15.280 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:14 smithi186 ceph-mon[105018]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T22:04:15.280 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:14 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T22:04:15.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:14 smithi061 ceph-mon[100694]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:15.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:14 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-11-19T22:04:15.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:14 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-11-19T22:04:15.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:14 smithi061 ceph-mon[100694]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T22:04:15.370 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:14 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T22:04:15.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:14 smithi162 ceph-mon[104129]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:15.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:14 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-11-19T22:04:15.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:14 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-11-19T22:04:15.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:14 smithi162 ceph-mon[104129]: osdmap e20: 3 total, 3 up, 3 in 2023-11-19T22:04:15.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:14 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-19T22:04:15.601 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1700431451,"num_in_osds":3,"osd_in_since":1700431434,"num_remapped_pgs":0} 2023-11-19T22:04:15.602 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T22:04:15.869 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131348]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T22:04:15.869 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131348]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:15.870 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131348]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:15.870 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131348]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:16.003 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:16.196 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:15 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2187831178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T22:04:16.196 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:15 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T22:04:16.196 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:15 smithi061 ceph-mon[100694]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T22:04:16.196 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131446]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T22:04:16.196 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131446]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:16.197 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131446]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:16.197 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:04:15 smithi061 sudo[131446]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:16.205 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:15 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2187831178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T22:04:16.205 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:15 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T22:04:16.205 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:15 smithi162 ceph-mon[104129]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T22:04:16.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:15 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2187831178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-19T22:04:16.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:15 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-19T22:04:16.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:15 smithi186 ceph-mon[105018]: osdmap e21: 3 total, 3 up, 3 in 2023-11-19T22:04:16.457 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116455]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T22:04:16.458 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116455]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:16.458 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116455]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:16.458 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116455]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:16.873 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116458]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T22:04:16.874 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116458]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:16.874 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116458]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:16.874 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:04:16 smithi162 sudo[116458]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:16.977 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:16 smithi186 ceph-mon[105018]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:16.977 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:16 smithi186 ceph-mon[105018]: osdmap e22: 3 total, 3 up, 3 in 2023-11-19T22:04:16.977 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:16 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:16.977 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:16 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:16.977 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117539]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T22:04:16.978 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117539]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:16.978 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117539]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:16.978 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117539]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:17.164 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:16 smithi061 ceph-mon[100694]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:17.164 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:16 smithi061 ceph-mon[100694]: osdmap e22: 3 total, 3 up, 3 in 2023-11-19T22:04:17.165 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:16 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:17.165 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:16 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:17.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117542]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T22:04:17.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117542]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:17.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117542]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:17.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:04:16 smithi186 sudo[117542]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:17.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:16 smithi162 ceph-mon[104129]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:17.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:16 smithi162 ceph-mon[104129]: osdmap e22: 3 total, 3 up, 3 in 2023-11-19T22:04:17.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:16 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:17.374 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:16 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:17.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131709]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T22:04:17.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131709]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:17.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131709]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:17.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131709]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:18.123 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:18.123 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":22,"fsid":"f8409728-8726-11ee-959e-87774f69a715","created":"2023-11-19T22:00:53.827730+0000","modified":"2023-11-19T22:04:15.936605+0000","last_up_change":"2023-11-19T22:04:11.726877+0000","last_in_change":"2023-11-19T22:03:54.625749+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-19T22:04:13.879664+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":"7470c1bb-cce4-44ea-8254-07f25fb52e9c","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.61:6802","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6803","nonce":308988663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6804","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6805","nonce":308988663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6808","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6809","nonce":308988663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6806","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6807","nonce":308988663}]},"public_addr":"172.21.15.61:6803/308988663","cluster_addr":"172.21.15.61:6805/308988663","heartbeat_back_addr":"172.21.15.61:6809/308988663","heartbeat_front_addr":"172.21.15.61:6807/308988663","state":["exists","up"]},{"osd":1,"uuid":"d3c59f2f-1025-4312-9a3e-66831c2bfbc1","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.162:6800","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6801","nonce":3653380723}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6803","nonce":3653380723}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6807","nonce":3653380723}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6805","nonce":3653380723}]},"public_addr":"172.21.15.162:6801/3653380723","cluster_addr":"172.21.15.162:6803/3653380723","heartbeat_back_addr":"172.21.15.162:6807/3653380723","heartbeat_front_addr":"172.21.15.162:6805/3653380723","state":["exists","up"]},{"osd":2,"uuid":"95a27bd7-a388-485c-a6fa-e65276948fd8","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.186:6800","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6801","nonce":440007853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6803","nonce":440007853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6807","nonce":440007853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6805","nonce":440007853}]},"public_addr":"172.21.15.186:6801/440007853","cluster_addr":"172.21.15.186:6803/440007853","heartbeat_back_addr":"172.21.15.186:6807/440007853","heartbeat_front_addr":"172.21.15.186:6805/440007853","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:03:27.008190+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:03:48.397529+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:04:09.844846+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.61:0/3138173597":"2023-11-20T22:01:53.336419+0000","172.21.15.61:0/2925992326":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6801/2313091419":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6800/2313091419":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6800/2813349432":"2023-11-20T22:01:23.212195+0000","172.21.15.61:6801/2813349432":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/3977289031":"2023-11-20T22:01:53.336419+0000","172.21.15.61:0/1223489710":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/884244751":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/2498125304":"2023-11-20T22:01:23.212195+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-19T22:04:18.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131712]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T22:04:18.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131712]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:18.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131712]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:18.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:17 smithi061 sudo[131712]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:18.392 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117545]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T22:04:18.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117545]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:18.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117545]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:18.393 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117545]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:18.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:18.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:18 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:18.650 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:18.651 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116461]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-19T22:04:18.652 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116461]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:18.652 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116461]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:18.652 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116461]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:18.770 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-19T22:04:13.879664+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}}] 2023-11-19T22:04:18.771 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117548]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117548]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117548]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 sudo[117548]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: mgrmap e15: a(active, since 2m), standbys: b 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:18.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:18.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:18.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:18.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:18.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:18.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:18.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:18 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:19.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116464]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-19T22:04:19.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116464]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-11-19T22:04:19.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116464]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-19T22:04:19.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:18 smithi162 sudo[116464]: pam_unix(sudo:session): session closed for user root 2023-11-19T22:04:19.125 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:19.619 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/4190056065' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:19.620 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:19 smithi061 ceph-mon[100694]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/4190056065' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:19.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:19.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:19.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:19 smithi186 ceph-mon[105018]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:19.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/4190056065' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='mgr.14152 172.21.15.61:0/1211312767' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:19.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:19 smithi162 ceph-mon[104129]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-19T22:04:20.738 INFO:teuthology.orchestra.run.smithi061.stdout:pg_num: 1 2023-11-19T22:04:21.324 INFO:tasks.cephadm:Setting up client nodes... 2023-11-19T22:04:21.324 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-19T22:04:21.324 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-19T22:04:21.325 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph mgr dump --format=json 2023-11-19T22:04:21.351 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:21 smithi061 ceph-mon[100694]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:21.352 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:21 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/4144505791' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T22:04:21.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:21 smithi162 ceph-mon[104129]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:21.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:21 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/4144505791' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T22:04:21.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:21 smithi186 ceph-mon[105018]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:21.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:21 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/4144505791' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-19T22:04:21.670 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:23.324 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:23.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:23 smithi061 ceph-mon[100694]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-11-19T22:04:23.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:23 smithi162 ceph-mon[104129]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-11-19T22:04:23.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:23 smithi186 ceph-mon[105018]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-11-19T22:04:23.883 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6800","nonce":3353727547},{"type":"v1","addr":"172.21.15.61:6801","nonce":3353727547}]},"active_addr":"172.21.15.61:6801/3353727547","active_change":"2023-11-19T22:01:53.336533+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24116,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:v0.0.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:v0.0.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.61: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.61:0","nonce":653521133}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.61:0","nonce":997862824}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.61:0","nonce":2349041315}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.61:0","nonce":3346937082}]}]} 2023-11-19T22:04:23.888 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-19T22:04:23.888 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-19T22:04:23.888 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T22:04:24.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:24 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/645175696' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T22:04:24.271 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:24.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:24 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/645175696' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T22:04:24.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:24 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/645175696' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-19T22:04:25.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:25 smithi061 ceph-mon[100694]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-11-19T22:04:25.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:25 smithi162 ceph-mon[104129]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-11-19T22:04:25.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:25 smithi186 ceph-mon[105018]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-11-19T22:04:25.925 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:25.926 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":22,"fsid":"f8409728-8726-11ee-959e-87774f69a715","created":"2023-11-19T22:00:53.827730+0000","modified":"2023-11-19T22:04:15.936605+0000","last_up_change":"2023-11-19T22:04:11.726877+0000","last_in_change":"2023-11-19T22:03:54.625749+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-19T22:04:13.879664+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":"7470c1bb-cce4-44ea-8254-07f25fb52e9c","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.61:6802","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6803","nonce":308988663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6804","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6805","nonce":308988663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6808","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6809","nonce":308988663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6806","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6807","nonce":308988663}]},"public_addr":"172.21.15.61:6803/308988663","cluster_addr":"172.21.15.61:6805/308988663","heartbeat_back_addr":"172.21.15.61:6809/308988663","heartbeat_front_addr":"172.21.15.61:6807/308988663","state":["exists","up"]},{"osd":1,"uuid":"d3c59f2f-1025-4312-9a3e-66831c2bfbc1","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.162:6800","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6801","nonce":3653380723}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6803","nonce":3653380723}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6807","nonce":3653380723}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6805","nonce":3653380723}]},"public_addr":"172.21.15.162:6801/3653380723","cluster_addr":"172.21.15.162:6803/3653380723","heartbeat_back_addr":"172.21.15.162:6807/3653380723","heartbeat_front_addr":"172.21.15.162:6805/3653380723","state":["exists","up"]},{"osd":2,"uuid":"95a27bd7-a388-485c-a6fa-e65276948fd8","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.186:6800","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6801","nonce":440007853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6803","nonce":440007853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6807","nonce":440007853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6805","nonce":440007853}]},"public_addr":"172.21.15.186:6801/440007853","cluster_addr":"172.21.15.186:6803/440007853","heartbeat_back_addr":"172.21.15.186:6807/440007853","heartbeat_front_addr":"172.21.15.186:6805/440007853","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:03:27.008190+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:03:48.397529+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:04:09.844846+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.61:0/3138173597":"2023-11-20T22:01:53.336419+0000","172.21.15.61:0/2925992326":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6801/2313091419":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6800/2313091419":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6800/2813349432":"2023-11-20T22:01:23.212195+0000","172.21.15.61:6801/2813349432":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/3977289031":"2023-11-20T22:01:53.336419+0000","172.21.15.61:0/1223489710":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/884244751":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/2498125304":"2023-11-20T22:01:23.212195+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-19T22:04:26.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:26 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2315336350' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:26.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:26 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2315336350' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:26.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:26 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2315336350' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:26.549 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-19T22:04:26.549 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd dump --format=json 2023-11-19T22:04:26.895 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:27.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:27 smithi061 ceph-mon[100694]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-11-19T22:04:27.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:27 smithi162 ceph-mon[104129]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-11-19T22:04:27.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:27 smithi186 ceph-mon[105018]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-11-19T22:04:28.393 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:28.393 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":22,"fsid":"f8409728-8726-11ee-959e-87774f69a715","created":"2023-11-19T22:00:53.827730+0000","modified":"2023-11-19T22:04:15.936605+0000","last_up_change":"2023-11-19T22:04:11.726877+0000","last_in_change":"2023-11-19T22:03:54.625749+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-19T22:04:13.879664+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":"7470c1bb-cce4-44ea-8254-07f25fb52e9c","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.61:6802","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6803","nonce":308988663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6804","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6805","nonce":308988663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6808","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6809","nonce":308988663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6806","nonce":308988663},{"type":"v1","addr":"172.21.15.61:6807","nonce":308988663}]},"public_addr":"172.21.15.61:6803/308988663","cluster_addr":"172.21.15.61:6805/308988663","heartbeat_back_addr":"172.21.15.61:6809/308988663","heartbeat_front_addr":"172.21.15.61:6807/308988663","state":["exists","up"]},{"osd":1,"uuid":"d3c59f2f-1025-4312-9a3e-66831c2bfbc1","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.162:6800","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6801","nonce":3653380723}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6803","nonce":3653380723}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6807","nonce":3653380723}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":3653380723},{"type":"v1","addr":"172.21.15.162:6805","nonce":3653380723}]},"public_addr":"172.21.15.162:6801/3653380723","cluster_addr":"172.21.15.162:6803/3653380723","heartbeat_back_addr":"172.21.15.162:6807/3653380723","heartbeat_front_addr":"172.21.15.162:6805/3653380723","state":["exists","up"]},{"osd":2,"uuid":"95a27bd7-a388-485c-a6fa-e65276948fd8","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.186:6800","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6801","nonce":440007853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6803","nonce":440007853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6807","nonce":440007853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":440007853},{"type":"v1","addr":"172.21.15.186:6805","nonce":440007853}]},"public_addr":"172.21.15.186:6801/440007853","cluster_addr":"172.21.15.186:6803/440007853","heartbeat_back_addr":"172.21.15.186:6807/440007853","heartbeat_front_addr":"172.21.15.186:6805/440007853","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:03:27.008190+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:03:48.397529+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-11-19T22:04:09.844846+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.61:0/3138173597":"2023-11-20T22:01:53.336419+0000","172.21.15.61:0/2925992326":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6801/2313091419":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6800/2313091419":"2023-11-20T22:01:53.336419+0000","172.21.15.61:6800/2813349432":"2023-11-20T22:01:23.212195+0000","172.21.15.61:6801/2813349432":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/3977289031":"2023-11-20T22:01:53.336419+0000","172.21.15.61:0/1223489710":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/884244751":"2023-11-20T22:01:23.212195+0000","172.21.15.61:0/2498125304":"2023-11-20T22:01:23.212195+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-19T22:04:29.034 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-19T22:04:29.034 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-19T22:04:29.035 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-19T22:04:29.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:29 smithi061 ceph-mon[100694]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-11-19T22:04:29.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:29 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2041680130' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:29.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:29 smithi162 ceph-mon[104129]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-11-19T22:04:29.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:29 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2041680130' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:29.455 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:29.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:29 smithi186 ceph-mon[105018]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-11-19T22:04:29.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:29 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2041680130' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-19T22:04:29.558 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:29.584 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:31.309 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:31 smithi061 ceph-mon[100694]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-11-19T22:04:31.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:31 smithi162 ceph-mon[104129]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-11-19T22:04:31.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:31 smithi186 ceph-mon[105018]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-11-19T22:04:32.820 INFO:teuthology.orchestra.run.smithi061.stdout:77309411334 2023-11-19T22:04:32.821 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-19T22:04:33.516 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:33 smithi061 ceph-mon[100694]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-11-19T22:04:33.524 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:33 smithi186 ceph-mon[105018]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-11-19T22:04:33.539 INFO:teuthology.orchestra.run.smithi061.stdout:34359738384 2023-11-19T22:04:33.540 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-19T22:04:33.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:33 smithi162 ceph-mon[104129]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2023-11-19T22:04:33.765 INFO:teuthology.orchestra.run.smithi061.stdout:55834574859 2023-11-19T22:04:33.766 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-19T22:04:33.790 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:33.914 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:35.286 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:35.494 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:35 smithi061 ceph-mon[100694]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:35.524 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:35 smithi186 ceph-mon[105018]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:35.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:35 smithi162 ceph-mon[104129]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:36.199 INFO:teuthology.orchestra.run.smithi061.stdout:34359738385 2023-11-19T22:04:36.850 INFO:teuthology.orchestra.run.smithi061.stdout:77309411335 2023-11-19T22:04:37.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:37 smithi061 ceph-mon[100694]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:37.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:37 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2172315829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T22:04:37.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:37 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3244633326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T22:04:37.411 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738385 for osd.0 2023-11-19T22:04:37.412 DEBUG:teuthology.parallel:result is None 2023-11-19T22:04:37.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:37 smithi186 ceph-mon[105018]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:37.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:37 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2172315829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T22:04:37.526 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:37 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/3244633326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T22:04:37.593 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411335 for osd.2 2023-11-19T22:04:37.594 DEBUG:teuthology.parallel:result is None 2023-11-19T22:04:37.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:37 smithi162 ceph-mon[104129]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:37.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:37 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2172315829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-19T22:04:37.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:37 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/3244633326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-19T22:04:38.054 INFO:teuthology.orchestra.run.smithi061.stdout:55834574859 2023-11-19T22:04:38.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:38 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2878773220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T22:04:38.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:38 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2878773220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T22:04:38.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:38 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2878773220' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-19T22:04:38.706 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2023-11-19T22:04:38.706 DEBUG:teuthology.parallel:result is None 2023-11-19T22:04:38.706 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-19T22:04:38.706 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-19T22:04:39.055 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:39.450 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:39 smithi061 ceph-mon[100694]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:39.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:39 smithi186 ceph-mon[105018]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:39.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:39 smithi162 ceph-mon[104129]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:40.665 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:40.668 INFO:teuthology.orchestra.run.smithi061.stderr:dumped all 2023-11-19T22:04:41.373 INFO:teuthology.orchestra.run.smithi061.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2023-11-19T22:04:39.367295+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":85152,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150304,"statfs":{"total":287985106944,"available":287897911296,"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.001973"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-11-19T22:04:18.900546+0000","last_change":"2023-11-19T22:04:14.942680+0000","last_active":"2023-11-19T22:04:18.900546+0000","last_peered":"2023-11-19T22:04:18.900546+0000","last_clean":"2023-11-19T22:04:18.900546+0000","last_became_active":"2023-11-19T22:04:14.942347+0000","last_became_peered":"2023-11-19T22:04:14.942347+0000","last_unstale":"2023-11-19T22:04:18.900546+0000","last_undegraded":"2023-11-19T22:04:18.900546+0000","last_fullsized":"2023-11-19T22:04:18.900546+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-11-19T22:04:13.929814+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-19T22:04:13.929814+0000","last_clean_scrub_stamp":"2023-11-19T22:04:13.929814+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-21T00:25:57.035075+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":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,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.36199999999999999}]},{"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.45600000000000002}]}]},{"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":28344,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716808,"statfs":{"total":95995035648,"available":95966011392,"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.23799999999999999}]},{"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.255}]}]},{"osd":1,"up_from":13,"seq":55834574860,"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.45900000000000002}]},{"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.60399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-19T22:04:41.373 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph pg dump --format=json 2023-11-19T22:04:41.400 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:41 smithi061 ceph-mon[100694]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:41.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:41 smithi186 ceph-mon[105018]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:41.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:41 smithi162 ceph-mon[104129]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:41.721 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:42.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:42 smithi061 ceph-mon[100694]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:04:42.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:42 smithi186 ceph-mon[105018]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:04:42.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:42 smithi162 ceph-mon[104129]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:04:43.264 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:43.266 INFO:teuthology.orchestra.run.smithi061.stderr:dumped all 2023-11-19T22:04:43.442 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:43 smithi061 ceph-mon[100694]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:43.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:43 smithi186 ceph-mon[105018]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:43.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:43 smithi162 ceph-mon[104129]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:43.897 INFO:teuthology.orchestra.run.smithi061.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2023-11-19T22:04:41.367602+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":85152,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150304,"statfs":{"total":287985106944,"available":287897911296,"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.001998"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":185,"reported_epoch":22,"state":"active+clean","last_fresh":"2023-11-19T22:04:18.900546+0000","last_change":"2023-11-19T22:04:14.942680+0000","last_active":"2023-11-19T22:04:18.900546+0000","last_peered":"2023-11-19T22:04:18.900546+0000","last_clean":"2023-11-19T22:04:18.900546+0000","last_became_active":"2023-11-19T22:04:14.942347+0000","last_became_peered":"2023-11-19T22:04:14.942347+0000","last_unstale":"2023-11-19T22:04:18.900546+0000","last_undegraded":"2023-11-19T22:04:18.900546+0000","last_fullsized":"2023-11-19T22:04:18.900546+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-11-19T22:04:13.929814+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-19T22:04:13.929814+0000","last_clean_scrub_stamp":"2023-11-19T22:04:13.929814+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-21T00:25:57.035075+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":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,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.36199999999999999}]},{"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.45600000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28344,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716808,"statfs":{"total":95995035648,"available":95966011392,"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.313}]},{"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.432}]}]},{"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.48299999999999998}]},{"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.52800000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-19T22:04:43.898 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-19T22:04:43.898 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-19T22:04:43.898 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-19T22:04:43.899 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph health --format=json 2023-11-19T22:04:44.291 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:45.411 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:45 smithi061 ceph-mon[100694]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:04:45.411 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:45 smithi061 ceph-mon[100694]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:45.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:45 smithi186 ceph-mon[105018]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:04:45.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:45 smithi186 ceph-mon[105018]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:45.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:45 smithi162 ceph-mon[104129]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-19T22:04:45.624 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:45 smithi162 ceph-mon[104129]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:45.842 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-19T22:04:45.842 INFO:teuthology.orchestra.run.smithi061.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-19T22:04:46.424 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:46 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2571270896' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T22:04:46.447 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-19T22:04:46.447 INFO:tasks.cephadm:Setup complete, yielding 2023-11-19T22:04:46.447 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-19T22:04:46.456 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi061.front.sepia.ceph.com 2023-11-19T22:04:46.457 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-11-19T22:04:46.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:46 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2571270896' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T22:04:46.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:46 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2571270896' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-19T22:04:46.805 INFO:teuthology.orchestra.run.smithi061.stderr:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:47.358 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:47 smithi061 ceph-mon[100694]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:47.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:47 smithi186 ceph-mon[105018]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:47.623 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:47 smithi162 ceph-mon[104129]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:49.419 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:49 smithi162 ceph-mon[104129]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:49.419 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:49 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/3040854931' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-19T22:04:49.419 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: ignoring --setuser ceph since I am not root 2023-11-19T22:04:49.419 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: ignoring --setgroup ceph since I am not root 2023-11-19T22:04:49.419 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 ceph-mgr[106105]: -- 172.21.15.162:0/2230971767 <== mon.2 v2:172.21.15.162:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564467ed01a0 con 0x564467ea9000 2023-11-19T22:04:49.420 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: 2023-11-19T22:04:49.337+0000 7feff4b6f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-19T22:04:49.475 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:49 smithi061 ceph-mon[100694]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:49.475 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:49 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3040854931' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-19T22:04:49.475 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: ignoring --setuser ceph since I am not root 2023-11-19T22:04:49.475 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: ignoring --setgroup ceph since I am not root 2023-11-19T22:04:49.476 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: 2023-11-19T22:04:49.372+0000 7f998cb11200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-11-19T22:04:49.476 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: 2023-11-19T22:04:49.471+0000 7f998cb11200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-19T22:04:49.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:49 smithi186 ceph-mon[105018]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:04:49.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:49 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/3040854931' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-11-19T22:04:49.768 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: 2023-11-19T22:04:49.415+0000 7feff4b6f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-11-19T22:04:49.768 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: 2023-11-19T22:04:49.503+0000 7feff4b6f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-19T22:04:49.769 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: 2023-11-19T22:04:49.596+0000 7feff4b6f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-19T22:04:49.797 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: 2023-11-19T22:04:49.582+0000 7f998cb11200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-11-19T22:04:49.797 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: 2023-11-19T22:04:49.696+0000 7f998cb11200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-11-19T22:04:49.825 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-11-19T22:04:49.835 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-11-19T22:04:49.836 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-11-19T22:04:50.119 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:49 smithi061 conmon[101123]: 2023-11-19T22:04:49.914+0000 7f998cb11200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-19T22:04:50.199 INFO:teuthology.orchestra.run.smithi061.stdout:Inferring config /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/mon.a/config 2023-11-19T22:04:50.419 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:50 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/3040854931' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-19T22:04:50.420 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:50 smithi061 ceph-mon[100694]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-19T22:04:50.443 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:50 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/3040854931' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-19T22:04:50.443 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:50 smithi162 ceph-mon[104129]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-19T22:04:50.443 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:49 smithi162 conmon[106081]: 2023-11-19T22:04:49.765+0000 7feff4b6f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-11-19T22:04:50.443 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:50 smithi162 conmon[106081]: 2023-11-19T22:04:50.125+0000 7feff4b6f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-19T22:04:50.443 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:50 smithi162 conmon[106081]: 2023-11-19T22:04:50.258+0000 7feff4b6f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-19T22:04:50.444 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:50 smithi162 conmon[106081]: 2023-11-19T22:04:50.345+0000 7feff4b6f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-19T22:04:50.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:50 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/3040854931' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-11-19T22:04:50.525 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:50 smithi186 ceph-mon[105018]: mgrmap e16: a(active, since 2m), standbys: b 2023-11-19T22:04:50.714 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:50 smithi061 conmon[101123]: 2023-11-19T22:04:50.436+0000 7f998cb11200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-11-19T22:04:50.714 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:50 smithi061 conmon[101123]: 2023-11-19T22:04:50.597+0000 7f998cb11200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-11-19T22:04:50.715 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:50 smithi061 conmon[101123]: 2023-11-19T22:04:50.711+0000 7f998cb11200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-11-19T22:04:50.861 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:50 smithi162 conmon[106081]: 2023-11-19T22:04:50.439+0000 7feff4b6f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-19T22:04:51.074 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:50 smithi061 conmon[101123]: 2023-11-19T22:04:50.830+0000 7f998cb11200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-11-19T22:04:51.123 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:50 smithi162 conmon[106081]: 2023-11-19T22:04:50.858+0000 7feff4b6f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-19T22:04:51.620 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:51 smithi061 conmon[101123]: 2023-11-19T22:04:51.362+0000 7f998cb11200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-11-19T22:04:51.873 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:51 smithi162 conmon[106081]: 2023-11-19T22:04:51.512+0000 7feff4b6f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-19T22:04:51.873 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:51 smithi162 conmon[106081]: 2023-11-19T22:04:51.594+0000 7feff4b6f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-19T22:04:52.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:52 smithi061 conmon[101123]: 2023-11-19T22:04:52.166+0000 7f998cb11200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-11-19T22:04:52.619 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:52 smithi061 conmon[101123]: 2023-11-19T22:04:52.267+0000 7f998cb11200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-11-19T22:04:52.623 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:52 smithi162 conmon[106081]: 2023-11-19T22:04:52.365+0000 7feff4b6f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:04:52.623 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:52 smithi162 conmon[106081]: 2023-11-19T22:04:52.456+0000 7feff4b6f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-19T22:04:53.048 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:52 smithi162 conmon[106081]: 2023-11-19T22:04:52.629+0000 7feff4b6f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:04:53.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:53 smithi162 conmon[106081]: 2023-11-19T22:04:53.044+0000 7feff4b6f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-19T22:04:53.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:53 smithi162 conmon[106081]: 2023-11-19T22:04:53.132+0000 7feff4b6f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-19T22:04:53.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:53 smithi162 conmon[106081]: 2023-11-19T22:04:53.279+0000 7feff4b6f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-19T22:04:53.599 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:53 smithi061 conmon[101123]: 2023-11-19T22:04:53.255+0000 7f998cb11200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:04:53.600 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:53 smithi061 conmon[101123]: 2023-11-19T22:04:53.369+0000 7f998cb11200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-11-19T22:04:53.869 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:53 smithi061 conmon[101123]: 2023-11-19T22:04:53.597+0000 7f998cb11200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-11-19T22:04:53.873 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:53 smithi162 conmon[106081]: 2023-11-19T22:04:53.543+0000 7feff4b6f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-19T22:04:54.369 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:54 smithi061 conmon[101123]: 2023-11-19T22:04:54.102+0000 7f998cb11200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-11-19T22:04:54.369 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:54 smithi061 conmon[101123]: 2023-11-19T22:04:54.211+0000 7f998cb11200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-11-19T22:04:54.586 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:54 smithi162 conmon[106081]: 2023-11-19T22:04:54.255+0000 7feff4b6f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-19T22:04:54.586 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:54 smithi162 conmon[106081]: 2023-11-19T22:04:54.386+0000 7feff4b6f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-19T22:04:54.740 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:54 smithi061 conmon[101123]: 2023-11-19T22:04:54.398+0000 7f998cb11200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-11-19T22:04:54.873 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:54 smithi162 conmon[106081]: 2023-11-19T22:04:54.582+0000 7feff4b6f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-19T22:04:54.873 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:54 smithi162 conmon[106081]: 2023-11-19T22:04:54.696+0000 7feff4b6f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-19T22:04:55.119 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:54 smithi061 conmon[101123]: 2023-11-19T22:04:54.737+0000 7f998cb11200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-11-19T22:04:55.373 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:54 smithi162 conmon[106081]: 2023-11-19T22:04:54.915+0000 7feff4b6f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-19T22:04:55.845 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:55 smithi061 conmon[101123]: 2023-11-19T22:04:55.576+0000 7f998cb11200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-11-19T22:04:55.845 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:55 smithi061 conmon[101123]: 2023-11-19T22:04:55.742+0000 7f998cb11200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-11-19T22:04:56.119 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:55 smithi061 conmon[101123]: 2023-11-19T22:04:55.997+0000 7f998cb11200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-11-19T22:04:56.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:55 smithi061 ceph-mon[100694]: Standby manager daemon b restarted 2023-11-19T22:04:56.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:55 smithi061 ceph-mon[100694]: Standby manager daemon b started 2023-11-19T22:04:56.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:55 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-19T22:04:56.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:55 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T22:04:56.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:55 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-19T22:04:56.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:55 smithi061 ceph-mon[100694]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T22:04:56.123 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:04:55 smithi162 conmon[106081]: 2023-11-19T22:04:55.769+0000 7feff4b6f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-19T22:04:56.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:55 smithi162 ceph-mon[104129]: Standby manager daemon b restarted 2023-11-19T22:04:56.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:55 smithi162 ceph-mon[104129]: Standby manager daemon b started 2023-11-19T22:04:56.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:55 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-19T22:04:56.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:55 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T22:04:56.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:55 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-19T22:04:56.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:55 smithi162 ceph-mon[104129]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T22:04:56.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:55 smithi186 ceph-mon[105018]: Standby manager daemon b restarted 2023-11-19T22:04:56.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:55 smithi186 ceph-mon[105018]: Standby manager daemon b started 2023-11-19T22:04:56.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:55 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-11-19T22:04:56.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:55 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-19T22:04:56.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:55 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-11-19T22:04:56.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:55 smithi186 ceph-mon[105018]: from='mgr.? 172.21.15.162:0/549765224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-19T22:04:56.424 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:56 smithi061 conmon[101123]: 2023-11-19T22:04:56.138+0000 7f998cb11200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-11-19T22:04:56.846 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:56 smithi061 conmon[101123]: 2023-11-19T22:04:56.421+0000 7f998cb11200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-11-19T22:04:57.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:56 smithi061 ceph-mon[100694]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-19T22:04:57.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:56 smithi162 ceph-mon[104129]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-19T22:04:57.275 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:56 smithi186 ceph-mon[105018]: mgrmap e17: a(active, since 3m), standbys: b 2023-11-19T22:04:57.847 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:04:57 smithi061 conmon[101123]: 2023-11-19T22:04:57.483+0000 7f998cb11200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-11-19T22:04:57.917 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: Active manager daemon a restarted 2023-11-19T22:04:57.917 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: Activating manager daemon a 2023-11-19T22:04:57.917 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: osdmap e23: 3 total, 3 up, 3 in 2023-11-19T22:04:57.917 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: mgrmap e18: a(active, starting, since 0.00971033s), standbys: b 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T22:04:57.918 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T22:04:57.919 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: Manager daemon a is now available 2023-11-19T22:04:57.919 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:57.919 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:57.919 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-19T22:04:57.919 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:57 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-19T22:04:58.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: Active manager daemon a restarted 2023-11-19T22:04:58.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: Activating manager daemon a 2023-11-19T22:04:58.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: osdmap e23: 3 total, 3 up, 3 in 2023-11-19T22:04:58.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: mgrmap e18: a(active, starting, since 0.00971033s), standbys: b 2023-11-19T22:04:58.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:58.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: Manager daemon a is now available 2023-11-19T22:04:58.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:58.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:58.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-19T22:04:58.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:57 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-19T22:04:58.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: Active manager daemon a restarted 2023-11-19T22:04:58.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: Activating manager daemon a 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: osdmap e23: 3 total, 3 up, 3 in 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: mgrmap e18: a(active, starting, since 0.00971033s), standbys: b 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-19T22:04:58.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: Manager daemon a is now available 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-11-19T22:04:58.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:57 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: mgrmap e19: a(active, since 1.01202s), standbys: b 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: [19/Nov/2023:22:04:58] ENGINE Bus STARTING 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: [19/Nov/2023:22:04:58] ENGINE Serving on http://172.21.15.61:8765 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: [19/Nov/2023:22:04:58] ENGINE Serving on https://172.21.15.61:7150 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: [19/Nov/2023:22:04:58] ENGINE Bus STARTED 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:04:59 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: mgrmap e19: a(active, since 1.01202s), standbys: b 2023-11-19T22:04:59.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: [19/Nov/2023:22:04:58] ENGINE Bus STARTING 2023-11-19T22:04:59.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: [19/Nov/2023:22:04:58] ENGINE Serving on http://172.21.15.61:8765 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: [19/Nov/2023:22:04:58] ENGINE Serving on https://172.21.15.61:7150 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: [19/Nov/2023:22:04:58] ENGINE Bus STARTED 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:04:59 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: mgrmap e19: a(active, since 1.01202s), standbys: b 2023-11-19T22:04:59.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: [19/Nov/2023:22:04:58] ENGINE Bus STARTING 2023-11-19T22:04:59.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: [19/Nov/2023:22:04:58] ENGINE Serving on http://172.21.15.61:8765 2023-11-19T22:04:59.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: [19/Nov/2023:22:04:58] ENGINE Serving on https://172.21.15.61:7150 2023-11-19T22:04:59.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: [19/Nov/2023:22:04:58] ENGINE Bus STARTED 2023-11-19T22:04:59.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:04:59.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:04:59 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:05:00.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: osdmap e24: 3 total, 3 up, 3 in 2023-11-19T22:05:00.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2165906760' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-19T22:05:00.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.775 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: Updating smithi061:/etc/ceph/ceph.conf 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T22:05:00.776 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:00 smithi186 ceph-mon[105018]: Updating smithi186:/etc/ceph/ceph.conf 2023-11-19T22:05:00.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:05:00.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: osdmap e24: 3 total, 3 up, 3 in 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2165906760' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: Updating smithi061:/etc/ceph/ceph.conf 2023-11-19T22:05:00.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T22:05:00.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:00 smithi061 ceph-mon[100694]: Updating smithi186:/etc/ceph/ceph.conf 2023-11-19T22:05:00.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:05:00.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: osdmap e24: 3 total, 3 up, 3 in 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2165906760' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: Updating smithi061:/etc/ceph/ceph.conf 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: Updating smithi162:/etc/ceph/ceph.conf 2023-11-19T22:05:00.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:00 smithi162 ceph-mon[104129]: Updating smithi186:/etc/ceph/ceph.conf 2023-11-19T22:05:01.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:01 smithi061 ceph-mon[100694]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-19T22:05:01.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:01 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/2165906760' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-19T22:05:01.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:01 smithi061 ceph-mon[100694]: osdmap e25: 3 total, 3 up, 3 in 2023-11-19T22:05:01.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:01 smithi162 ceph-mon[104129]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-19T22:05:01.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:01 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/2165906760' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-19T22:05:01.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:01 smithi162 ceph-mon[104129]: osdmap e25: 3 total, 3 up, 3 in 2023-11-19T22:05:02.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:01 smithi186 ceph-mon[105018]: mgrmap e20: a(active, since 3s), standbys: b 2023-11-19T22:05:02.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:01 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/2165906760' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-19T22:05:02.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:01 smithi186 ceph-mon[105018]: osdmap e25: 3 total, 3 up, 3 in 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi061:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:02.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: osdmap e26: 3 total, 3 up, 3 in 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:05:02.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:05:02.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:02 smithi061 ceph-mon[100694]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:02.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:02.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:02.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi061:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:02.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:02.874 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:02.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:02.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:02.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:02.875 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: osdmap e26: 3 total, 3 up, 3 in 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.876 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:02.877 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:05:02.877 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:05:02.877 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:05:02.877 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:02 smithi162 ceph-mon[104129]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:03.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:03.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.conf 2023-11-19T22:05:03.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi061:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: Updating smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/config/ceph.client.admin.keyring 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: osdmap e26: 3 total, 3 up, 3 in 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2023-11-19T22:05:03.026 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-19T22:05:03.027 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:02 smithi186 ceph-mon[105018]: from='mgr.14391 172.21.15.61:0/1353132064' entity='mgr.a' 2023-11-19T22:05:03.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:03 smithi061 ceph-mon[100694]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-19T22:05:03.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:03 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-19T22:05:03.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:03 smithi061 ceph-mon[100694]: osdmap e27: 3 total, 3 up, 3 in 2023-11-19T22:05:03.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:03 smithi162 ceph-mon[104129]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-19T22:05:03.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:03 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-19T22:05:03.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:03 smithi162 ceph-mon[104129]: osdmap e27: 3 total, 3 up, 3 in 2023-11-19T22:05:04.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:03 smithi186 ceph-mon[105018]: mgrmap e21: a(active, since 5s), standbys: b 2023-11-19T22:05:04.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:03 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2023-11-19T22:05:04.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:03 smithi186 ceph-mon[105018]: osdmap e27: 3 total, 3 up, 3 in 2023-11-19T22:05:05.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:04 smithi186 ceph-mon[105018]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 3 op/s 2023-11-19T22:05:05.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:04 smithi186 ceph-mon[105018]: osdmap e28: 3 total, 3 up, 3 in 2023-11-19T22:05:05.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:04 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-19T22:05:05.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:04 smithi061 ceph-mon[100694]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 3 op/s 2023-11-19T22:05:05.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:04 smithi061 ceph-mon[100694]: osdmap e28: 3 total, 3 up, 3 in 2023-11-19T22:05:05.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:04 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-19T22:05:05.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:04 smithi162 ceph-mon[104129]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 3 op/s 2023-11-19T22:05:05.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:04 smithi162 ceph-mon[104129]: osdmap e28: 3 total, 3 up, 3 in 2023-11-19T22:05:05.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:04 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2023-11-19T22:05:06.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:05 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-19T22:05:06.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:05 smithi186 ceph-mon[105018]: osdmap e29: 3 total, 3 up, 3 in 2023-11-19T22:05:06.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:05 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-19T22:05:06.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:05 smithi061 ceph-mon[100694]: osdmap e29: 3 total, 3 up, 3 in 2023-11-19T22:05:06.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:05 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/1563777928' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2023-11-19T22:05:06.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:05 smithi162 ceph-mon[104129]: osdmap e29: 3 total, 3 up, 3 in 2023-11-19T22:05:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:06 smithi186 ceph-mon[105018]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-19T22:05:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:06 smithi186 ceph-mon[105018]: osdmap e30: 3 total, 3 up, 3 in 2023-11-19T22:05:07.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:06 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-19T22:05:07.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:06 smithi061 ceph-mon[100694]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-19T22:05:07.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:06 smithi061 ceph-mon[100694]: osdmap e30: 3 total, 3 up, 3 in 2023-11-19T22:05:07.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:06 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-19T22:05:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:06 smithi162 ceph-mon[104129]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 3.5 KiB/s wr, 42 op/s 2023-11-19T22:05:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:06 smithi162 ceph-mon[104129]: osdmap e30: 3 total, 3 up, 3 in 2023-11-19T22:05:07.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:06 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: return self.func(mgr, **kwargs) 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: return func(self, *args, **kwargs) 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-19T22:05:07.721 INFO:teuthology.orchestra.run.smithi061.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr: self.update_period(realm, zonegroup) 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr: period = RGWPeriod(period_info) 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr: self.realm_name = period_dict['realm_name'] 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr:KeyError: 'realm_name' 2023-11-19T22:05:07.722 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-19T22:05:08.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:07 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-19T22:05:08.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:07 smithi186 ceph-mon[105018]: osdmap e31: 3 total, 3 up, 3 in 2023-11-19T22:05:08.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:07 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-19T22:05:08.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:07 smithi186 ceph-mon[105018]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-19T22:05:08.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:07 smithi186 ceph-mon[105018]: osdmap e32: 3 total, 3 up, 3 in 2023-11-19T22:05:08.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:07 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-19T22:05:08.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:07 smithi061 ceph-mon[100694]: osdmap e31: 3 total, 3 up, 3 in 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:07 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:07 smithi061 ceph-mon[100694]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:07 smithi061 ceph-mon[100694]: osdmap e32: 3 total, 3 up, 3 in 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: 2023-11-19T22:05:07.713+0000 7f98fce90700 -1 mgr handle_command module 'rgw' command handler threw exception: 'realm_name' 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: 2023-11-19T22:05:07.714+0000 7f98fce90700 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/usr/share/ceph/mgr/mgr_module.py", line 1801, in _handle_command 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-19T22:05:08.120 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: return self.func(mgr, **kwargs) 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: return func(self, *args, **kwargs) 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: self.update_period(realm, zonegroup) 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: period = RGWPeriod(period_info) 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: self.realm_name = period_dict['realm_name'] 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: KeyError: 'realm_name' 2023-11-19T22:05:08.121 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:07 smithi061 conmon[101123]: 2023-11-19T22:05:08.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:07 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2023-11-19T22:05:08.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:07 smithi162 ceph-mon[104129]: osdmap e31: 3 total, 3 up, 3 in 2023-11-19T22:05:08.123 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:07 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-19T22:05:08.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:07 smithi162 ceph-mon[104129]: from='client.? 172.21.15.61:0/590104208' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-19T22:05:08.124 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:07 smithi162 ceph-mon[104129]: osdmap e32: 3 total, 3 up, 3 in 2023-11-19T22:05:08.392 DEBUG:teuthology.orchestra.run:got remote process result: 22 2023-11-19T22:05:08.392 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi061 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-19T22:05:08.459 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=95f99a410d79410dba63ddbc6942f8d8 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/rgw_module.py", line 49, in apply _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/rgw_module.py", line 12, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi061 with status 22: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -' 2023-11-19T22:05:08.461 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-19T22:05:08.471 INFO:tasks.cephadm:Teardown begin 2023-11-19T22:05:08.472 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:08.521 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:08.558 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:08.593 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-19T22:05:08.593 DEBUG:teuthology.orchestra.run.smithi061:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T22:05:08.612 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T22:05:08.632 DEBUG:teuthology.orchestra.run.smithi186:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-19T22:05:08.652 INFO:tasks.cephadm:Stopping all daemons... 2023-11-19T22:05:08.652 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-11-19T22:05:08.652 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a 2023-11-19T22:05:08.873 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:08 smithi162 ceph-mon[104129]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 2.5 KiB/s wr, 39 op/s 2023-11-19T22:05:08.932 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:08 smithi061 ceph-mon[100694]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 2.5 KiB/s wr, 39 op/s 2023-11-19T22:05:08.932 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:08 smithi061 systemd[1]: Stopping Ceph mon.a for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:09.025 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:08 smithi186 ceph-mon[105018]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 57 KiB/s rd, 2.5 KiB/s wr, 39 op/s 2023-11-19T22:05:09.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:08 smithi061 conmon[100670]: 2023-11-19T22:05:08.927+0000 7faa677f1700 -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-11-19T22:05:09.369 INFO:journalctl@ceph.mon.a.smithi061.stdout:Nov 19 22:05:08 smithi061 conmon[100670]: 2023-11-19T22:05:08.927+0000 7faa677f1700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-11-19T22:05:09.752 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mon.a.service' 2023-11-19T22:05:09.806 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:09.807 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-11-19T22:05:09.807 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-11-19T22:05:09.807 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@mon.b 2023-11-19T22:05:10.095 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:09 smithi162 systemd[1]: Stopping Ceph mon.b for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:10.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:10 smithi162 conmon[104105]: 2023-11-19T22:05:10.090+0000 7f5d2c920700 -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-11-19T22:05:10.373 INFO:journalctl@ceph.mon.b.smithi162.stdout:Nov 19 22:05:10 smithi162 conmon[104105]: 2023-11-19T22:05:10.090+0000 7f5d2c920700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-11-19T22:05:10.889 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mon.b.service' 2023-11-19T22:05:10.934 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:10.934 INFO:tasks.cephadm.mon.c:Stopped mon.b 2023-11-19T22:05:10.934 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-11-19T22:05:10.935 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@mon.c 2023-11-19T22:05:11.215 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:10 smithi186 systemd[1]: Stopping Ceph mon.c for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:11.479 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:11 smithi186 conmon[104981]: 2023-11-19T22:05:11.211+0000 7fc91f876700 -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-11-19T22:05:11.480 INFO:journalctl@ceph.mon.c.smithi186.stdout:Nov 19 22:05:11 smithi186 conmon[104981]: 2023-11-19T22:05:11.211+0000 7fc91f876700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-11-19T22:05:12.041 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mon.c.service' 2023-11-19T22:05:12.098 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:12.099 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-11-19T22:05:12.099 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2023-11-19T22:05:12.099 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a 2023-11-19T22:05:12.406 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:12 smithi061 systemd[1]: Stopping Ceph mgr.a for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:12.869 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:12 smithi061 conmon[101123]: 2023-11-19T22:05:12.402+0000 7f9981586700 -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-11-19T22:05:12.869 INFO:journalctl@ceph.mgr.a.smithi061.stdout:Nov 19 22:05:12 smithi061 conmon[101123]: 2023-11-19T22:05:12.402+0000 7f9981586700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-11-19T22:05:13.167 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.a.service' 2023-11-19T22:05:13.203 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:13.204 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2023-11-19T22:05:13.204 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2023-11-19T22:05:13.204 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.b 2023-11-19T22:05:13.618 INFO:journalctl@ceph.mgr.b.smithi162.stdout:Nov 19 22:05:13 smithi162 systemd[1]: Stopping Ceph mgr.b for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:14.271 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@mgr.b.service' 2023-11-19T22:05:14.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:14.307 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2023-11-19T22:05:14.308 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-19T22:05:14.308 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@osd.0 2023-11-19T22:05:14.597 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:05:14 smithi061 systemd[1]: Stopping Ceph osd.0 for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:14.870 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:05:14 smithi061 conmon[124573]: 2023-11-19T22:05:14.593+0000 7f3c3c50e700 -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-11-19T22:05:14.870 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:05:14 smithi061 conmon[124573]: 2023-11-19T22:05:14.593+0000 7f3c3c50e700 -1 osd.0 32 *** Got signal Terminated *** 2023-11-19T22:05:14.870 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:05:14 smithi061 conmon[124573]: 2023-11-19T22:05:14.593+0000 7f3c3c50e700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T22:05:20.619 INFO:journalctl@ceph.osd.0.smithi061.stdout:Nov 19 22:05:20 smithi061 bash[141086]: ed63edc4f9f5775c5c4ffc3851914effe146f4371ff05a34f56dcfa2cb018e55 2023-11-19T22:05:21.999 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@osd.0.service' 2023-11-19T22:05:22.040 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:22.040 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-19T22:05:22.041 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-19T22:05:22.041 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@osd.1 2023-11-19T22:05:22.325 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:05:22 smithi162 systemd[1]: Stopping Ceph osd.1 for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:22.623 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:05:22 smithi162 conmon[110739]: 2023-11-19T22:05:22.321+0000 7f876dcf3700 -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-11-19T22:05:22.623 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:05:22 smithi162 conmon[110739]: 2023-11-19T22:05:22.321+0000 7f876dcf3700 -1 osd.1 32 *** Got signal Terminated *** 2023-11-19T22:05:22.623 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:05:22 smithi162 conmon[110739]: 2023-11-19T22:05:22.321+0000 7f876dcf3700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T22:05:28.624 INFO:journalctl@ceph.osd.1.smithi162.stdout:Nov 19 22:05:28 smithi162 bash[118804]: 9c7b67fcde9786745c964f4ab1a2b21f074649fee9de653ae64fb78a9a71e995 2023-11-19T22:05:29.929 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@osd.1.service' 2023-11-19T22:05:29.968 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:29.969 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-19T22:05:29.969 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-19T22:05:29.969 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-f8409728-8726-11ee-959e-87774f69a715@osd.2 2023-11-19T22:05:30.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:05:30 smithi186 systemd[1]: Stopping Ceph osd.2 for f8409728-8726-11ee-959e-87774f69a715... 2023-11-19T22:05:30.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:05:30 smithi186 conmon[111931]: 2023-11-19T22:05:30.239+0000 7fc2ca964700 -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-11-19T22:05:30.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:05:30 smithi186 conmon[111931]: 2023-11-19T22:05:30.239+0000 7fc2ca964700 -1 osd.2 32 *** Got signal Terminated *** 2023-11-19T22:05:30.275 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:05:30 smithi186 conmon[111931]: 2023-11-19T22:05:30.239+0000 7fc2ca964700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-19T22:05:36.525 INFO:journalctl@ceph.osd.2.smithi186.stdout:Nov 19 22:05:36 smithi186 bash[119452]: 03cdaa232f753f0eedb39060ac1503a34c863979b4d9a4800078908e52b622d0 2023-11-19T22:05:37.548 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f8409728-8726-11ee-959e-87774f69a715@osd.2.service' 2023-11-19T22:05:37.587 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-19T22:05:37.587 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-19T22:05:37.587 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8409728-8726-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T22:05:37.857 INFO:teuthology.orchestra.run.smithi061.stdout:Deleting cluster with fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:05:38.568 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8409728-8726-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T22:05:38.822 INFO:teuthology.orchestra.run.smithi162.stdout:Deleting cluster with fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:05:39.513 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8409728-8726-11ee-959e-87774f69a715 --force --keep-logs 2023-11-19T22:05:39.763 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:05:40.340 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:40.377 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:40.413 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-19T22:05:40.442 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-19T22:05:40.444 DEBUG:teuthology.misc:Transferring archived files from smithi061:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi061/crash 2023-11-19T22:05:40.445 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash -- . 2023-11-19T22:05:40.489 INFO:teuthology.orchestra.run.smithi061.stderr:tar: /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T22:05:40.489 INFO:teuthology.orchestra.run.smithi061.stderr:tar: Error is not recoverable: exiting now 2023-11-19T22:05:40.491 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi162/crash 2023-11-19T22:05:40.492 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash -- . 2023-11-19T22:05:40.534 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T22:05:40.535 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2023-11-19T22:05:40.536 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi186/crash 2023-11-19T22:05:40.537 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash -- . 2023-11-19T22:05:40.573 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/f8409728-8726-11ee-959e-87774f69a715/crash: Cannot open: No such file or directory 2023-11-19T22:05:40.573 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2023-11-19T22:05:40.574 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-19T22:05:40.575 DEBUG:teuthology.orchestra.run.smithi061:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-19T22:05:40.607 INFO:teuthology.orchestra.run.smithi061.stderr:grep: /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph.log: No such file or directory 2023-11-19T22:05:40.609 INFO:tasks.cephadm:Compressing logs... 2023-11-19T22:05:40.609 DEBUG:teuthology.orchestra.run.smithi061:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-19T22:05:40.652 DEBUG:teuthology.orchestra.run.smithi162:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-19T22:05:40.654 DEBUG:teuthology.orchestra.run.smithi186:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-19T22:05:40.681 INFO:teuthology.orchestra.run.smithi186.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T22:05:40.681 INFO:teuthology.orchestra.run.smithi186.stderr:: No such file or directory 2023-11-19T22:05:40.681 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.2.log 2023-11-19T22:05:40.681 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.c.log 2023-11-19T22:05:40.683 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T22:05:40.683 INFO:teuthology.orchestra.run.smithi186.stderr: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T22:05:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T22:05:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:: No such file or directory 2023-11-19T22:05:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.0.log 2023-11-19T22:05:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mgr.a.log 2023-11-19T22:05:40.685 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T22:05:40.685 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.0.log: /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.a.log 2023-11-19T22:05:40.685 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log: /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T22:05:40.686 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.c.log: /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log: 91.1% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr:: No such file or directory 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mgr.b.log 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.1.log 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr: 87.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-19T22:05:40.687 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.b.log 2023-11-19T22:05:40.688 INFO:teuthology.orchestra.run.smithi061.stderr: 91.3% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T22:05:40.689 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log: /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.b.log: 91.1% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-volume.log.gz 2023-11-19T22:05:40.689 INFO:teuthology.orchestra.run.smithi162.stderr: 89.9% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mgr.b.log.gz 2023-11-19T22:05:40.722 INFO:teuthology.orchestra.run.smithi186.stderr: 92.7% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.c.log.gz 2023-11-19T22:05:40.725 INFO:teuthology.orchestra.run.smithi162.stderr: 92.4% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.b.log.gz 2023-11-19T22:05:40.734 INFO:teuthology.orchestra.run.smithi061.stderr: 89.2% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mgr.a.log.gz 2023-11-19T22:05:40.801 INFO:teuthology.orchestra.run.smithi061.stderr: 94.4% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.0.log.gz 2023-11-19T22:05:40.804 INFO:teuthology.orchestra.run.smithi186.stderr: 94.4% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.2.log.gz 2023-11-19T22:05:40.805 INFO:teuthology.orchestra.run.smithi186.stderr: 2023-11-19T22:05:40.805 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m0.135s 2023-11-19T22:05:40.806 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m0.167s 2023-11-19T22:05:40.806 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m0.020s 2023-11-19T22:05:40.827 INFO:teuthology.orchestra.run.smithi061.stderr: 91.5% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-mon.a.log.gz 2023-11-19T22:05:40.829 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-19T22:05:40.829 INFO:teuthology.orchestra.run.smithi061.stderr:real 0m0.161s 2023-11-19T22:05:40.829 INFO:teuthology.orchestra.run.smithi061.stderr:user 0m0.319s 2023-11-19T22:05:40.829 INFO:teuthology.orchestra.run.smithi061.stderr:sys 0m0.029s 2023-11-19T22:05:40.832 INFO:teuthology.orchestra.run.smithi162.stderr: 94.4% -- replaced with /var/log/ceph/f8409728-8726-11ee-959e-87774f69a715/ceph-osd.1.log.gz 2023-11-19T22:05:40.835 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-19T22:05:40.835 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m0.164s 2023-11-19T22:05:40.835 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m0.195s 2023-11-19T22:05:40.835 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m0.030s 2023-11-19T22:05:40.835 INFO:tasks.cephadm:Archiving logs... 2023-11-19T22:05:40.836 DEBUG:teuthology.misc:Transferring archived files from smithi061:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi061/log 2023-11-19T22:05:40.837 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T22:05:40.961 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi162/log 2023-11-19T22:05:40.962 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T22:05:41.026 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi186/log 2023-11-19T22:05:41.027 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-19T22:05:41.083 INFO:tasks.cephadm:Removing cluster... 2023-11-19T22:05:41.084 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8409728-8726-11ee-959e-87774f69a715 --force 2023-11-19T22:05:41.335 INFO:teuthology.orchestra.run.smithi061.stdout:Deleting cluster with fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:05:41.634 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8409728-8726-11ee-959e-87774f69a715 --force 2023-11-19T22:05:41.886 INFO:teuthology.orchestra.run.smithi162.stdout:Deleting cluster with fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:05:42.169 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f8409728-8726-11ee-959e-87774f69a715 --force 2023-11-19T22:05:42.427 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: f8409728-8726-11ee-959e-87774f69a715 2023-11-19T22:05:42.712 INFO:tasks.cephadm:Removing cephadm ... 2023-11-19T22:05:42.712 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T22:05:42.734 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T22:05:42.754 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-19T22:05:42.772 INFO:tasks.cephadm:Teardown complete 2023-11-19T22:05:42.772 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-19T22:05:42.784 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-11-19T22:05:42.784 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-19T22:05:42.787 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-19T22:05:42.796 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-19T22:05:42.914 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-19T22:05:42.924 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-19T22:05:42.924 DEBUG:teuthology.orchestra.run.smithi061:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T22:05:42.927 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T22:05:42.929 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T22:05:42.943 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-19T22:05:42.943 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-11-19T22:05:42.945 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2023-11-19T22:05:42.948 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T22:05:42.948 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-11-19T22:05:42.948 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 10 +3050us[+3050us] +/- 84ms 2023-11-19T22:05:42.949 INFO:teuthology.orchestra.run.smithi061.stdout:^* hv02.front.sepia.ceph.com 3 6 377 11 -1472us[-1491us] +/- 69ms 2023-11-19T22:05:42.949 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 12 -962us[ -982us] +/- 63ms 2023-11-19T22:05:42.949 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T22:05:42.953 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T22:05:42.953 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2023-11-19T22:05:42.953 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 11 +3052us[+3047us] +/- 84ms 2023-11-19T22:05:42.953 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 377 10 -1448us[-1453us] +/- 69ms 2023-11-19T22:05:42.954 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 -946us[ -946us] +/- 63ms 2023-11-19T22:05:42.954 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T22:05:42.954 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T22:05:42.954 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-19T22:05:42.954 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 +3047us[+3012us] +/- 84ms 2023-11-19T22:05:42.955 INFO:teuthology.orchestra.run.smithi162.stdout:^* hv02.front.sepia.ceph.com 3 6 377 10 -1450us[-1484us] +/- 69ms 2023-11-19T22:05:42.955 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -947us[ -947us] +/- 63ms 2023-11-19T22:05:42.955 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T22:05:42.955 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-19T22:05:42.966 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-19T22:05:42.966 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-19T22:05:42.975 DEBUG:teuthology.orchestra.run.smithi061:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T22:05:43.096 DEBUG:teuthology.orchestra.run.smithi162:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T22:05:43.191 DEBUG:teuthology.orchestra.run.smithi186:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T22:05:43.284 DEBUG:teuthology.orchestra.run.smithi061:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T22:05:43.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T22:05:43.319 DEBUG:teuthology.orchestra.run.smithi162:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T22:05:43.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T22:05:43.352 DEBUG:teuthology.orchestra.run.smithi186:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T22:05:43.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T22:05:43.384 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-19T22:05:43.393 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-19T22:05:43.402 INFO:teuthology.task.internal:Duration was 1268.352117 seconds 2023-11-19T22:05:43.403 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-19T22:05:43.412 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-19T22:05:43.412 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T22:05:43.416 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T22:05:43.418 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T22:05:43.462 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T22:05:43.463 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T22:05:43.470 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T22:05:43.884 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-19T22:05:43.884 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi061.front.sepia.ceph.com 2023-11-19T22:05:43.884 DEBUG:teuthology.orchestra.run.smithi061:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T22:05:43.909 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2023-11-19T22:05:43.910 DEBUG:teuthology.orchestra.run.smithi162:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T22:05:43.931 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2023-11-19T22:05:43.932 DEBUG:teuthology.orchestra.run.smithi186:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T22:05:43.954 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-19T22:05:43.954 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T22:05:43.957 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T22:05:43.973 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T22:05:44.037 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-19T22:05:44.038 DEBUG:teuthology.orchestra.run.smithi061:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T22:05:44.041 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T22:05:44.056 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T22:05:44.157 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-19T22:05:44.173 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-19T22:05:44.174 DEBUG:teuthology.orchestra.run.smithi061:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T22:05:44.204 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T22:05:44.230 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T22:05:44.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-19T22:05:44.269 DEBUG:teuthology.orchestra.run.smithi061:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T22:05:44.272 DEBUG:teuthology.orchestra.run.smithi162:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T22:05:44.274 DEBUG:teuthology.orchestra.run.smithi186:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T22:05:44.296 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = core 2023-11-19T22:05:44.298 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2023-11-19T22:05:44.325 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2023-11-19T22:05:44.343 DEBUG:teuthology.orchestra.run.smithi061:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T22:05:44.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T22:05:44.392 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T22:05:44.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T22:05:44.408 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T22:05:44.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T22:05:44.424 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-19T22:05:44.435 INFO:teuthology.task.internal:Transferring archived files... 2023-11-19T22:05:44.435 DEBUG:teuthology.misc:Transferring archived files from smithi061:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi061 2023-11-19T22:05:44.435 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T22:05:44.475 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi162 2023-11-19T22:05:44.475 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T22:05:44.514 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373/remote/smithi186 2023-11-19T22:05:44.514 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T22:05:44.552 INFO:teuthology.task.internal:Removing archive directory... 2023-11-19T22:05:44.552 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T22:05:44.554 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T22:05:44.556 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T22:05:44.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-19T22:05:44.620 INFO:teuthology.task.internal:Not uploading archives. 2023-11-19T22:05:44.620 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-19T22:05:44.634 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-19T22:05:44.635 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T22:05:44.637 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T22:05:44.639 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T22:05:44.651 INFO:teuthology.orchestra.run.smithi061.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 22:05 /home/ubuntu/cephtest 2023-11-19T22:05:44.653 INFO:teuthology.orchestra.run.smithi162.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 22:05 /home/ubuntu/cephtest 2023-11-19T22:05:44.662 INFO:teuthology.orchestra.run.smithi186.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 22:05 /home/ubuntu/cephtest 2023-11-19T22:05:44.664 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-19T22:05:44.674 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-19T22:05:44.730 INFO:teuthology.nuke:Checking targets against current locks 2023-11-19T22:05:44.753 DEBUG:teuthology.nuke:shortname: smithi061 2023-11-19T22:05:44.753 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T22:05:44.779 DEBUG:teuthology.nuke:shortname: smithi162 2023-11-19T22:05:44.780 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T22:05:44.785 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373', '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-11-19 21:38:54.905452', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-19T22:05:44.811 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373', '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-11-19 21:38:54.906607', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-19T22:05:44.812 DEBUG:teuthology.nuke:shortname: smithi186 2023-11-19T22:05:44.812 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T22:05:44.839 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_13:58:58-orch-main-distro-default-smithi/7462373', '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-11-19 21:38:54.903656', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-19T22:05:44.845 INFO:teuthology.orchestra.console.smithi061:Power off 2023-11-19T22:05:44.845 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T22:05:44.868 DEBUG:teuthology.orchestra.console.smithi061:power off output: Chassis Power Control: Down/Off 2023-11-19T22:05:44.868 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:44.883 INFO:teuthology.orchestra.console.smithi162:Power off 2023-11-19T22:05:44.883 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T22:05:44.899 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-11-19T22:05:44.904 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2023-11-19T22:05:44.904 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:44.925 INFO:teuthology.orchestra.console.smithi186:Power off 2023-11-19T22:05:44.925 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T22:05:44.934 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-19T22:05:44.947 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2023-11-19T22:05:44.947 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:44.972 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-19T22:05:48.901 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:48.935 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:48.973 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:49.011 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-11-19T22:05:49.045 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-19T22:05:49.083 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-19T22:05:53.014 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:53.045 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:53.083 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:53.124 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-11-19T22:05:53.155 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2023-11-19T22:05:53.192 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-19T22:05:53.257 INFO:teuthology.orchestra.console.smithi162:Power off completed 2023-11-19T22:05:57.128 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:57.193 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T22:05:57.238 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is off 2023-11-19T22:05:57.303 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2023-11-19T22:05:57.340 INFO:teuthology.orchestra.console.smithi061:Power off completed 2023-11-19T22:05:57.404 INFO:teuthology.orchestra.console.smithi186:Power off completed 2023-11-19T22:05:57.509 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 1268.3521165847778 failure_reason: 'Command failed on smithi061 with status 22: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f8409728-8726-11ee-959e-87774f69a715 -- ceph rgw realm bootstrap -i -''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=95f99a410d79410dba63ddbc6942f8d8 status: fail success: false 2023-11-19T22:05:57.510 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T22:05:57.586 INFO:teuthology.run:FAIL